From 000f13d951888bf1428d7e93510e6989971f5864 Mon Sep 17 00:00:00 2001 From: mpadge Date: Mon, 29 Sep 2025 15:50:25 +0200 Subject: [PATCH] re-render readme --- DESCRIPTION | 2 +- README.md | 10 +++++----- codemeta.json | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 8fa3a0f..cee13c1 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: superblock Type: Package Title: Analyses of potential superblock -Version: 0.1.0.111 +Version: 0.1.0.112 Authors@R: person(given = "Mark", family = "Padgham", diff --git a/README.md b/README.md index 3fcb802..959c292 100644 --- a/README.md +++ b/README.md @@ -34,10 +34,10 @@ sb_summary (osmdat) #> • Proportion open space: 7.36% #> • Proportion roads: 15.7%, of which: #> • 32.5% is for car roads -#> • 39.7% is for parked cars, and -#> • 27.7% remains for everybody else. +#> • 39.9% is for parked cars, and +#> • 27.6% remains for everybody else. #> • There are street parking spaces for 7.8% of all residents. -#> • So 7.8% of residents occupy 39.7% of all space +#> • So 7.8% of residents occupy 39.9% of all space #> #> • Total proportion of public space: 11.7 #> • Total proportion of public space as superblock: 23.1 @@ -54,13 +54,13 @@ results are compared to equivalent times to drive to the nearest large parking facility (“garage” in the graph below), to park a car, and then walk back to the place of residence. - - ``` r times <- sb_parking_times (osmdat) plot (times) ``` + + The results shows how long it takes to find a parking space for an average attempt (“park(50%)”), for one out of every four attempts (“park(75%)”), and for one out of every ten attempts (“park(90%)”). diff --git a/codemeta.json b/codemeta.json index 4cf4965..a65a6bf 100644 --- a/codemeta.json +++ b/codemeta.json @@ -7,7 +7,7 @@ "codeRepository": "https://github.com/UrbanAnalyst/superblock-ms", "issueTracker": "https://github.com/UrbanAnalyst/superblock-ms/issues", "license": "https://spdx.org/licenses/GPL-3.0", - "version": "0.1.0.111", + "version": "0.1.0.112", "programmingLanguage": { "@type": "ComputerLanguage", "name": "R",