diff --git a/DESCRIPTION b/DESCRIPTION index 840f078..6019d7f 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: bikedata Title: Download and Aggregate Data from Public Hire Bicycle Systems -Version: 0.0.5 +Version: 0.1.0 Authors@R: c( person("Mark", "Padgham", email = "mark.padgham@email.com", role = c("aut", "cre")), person("Richard", "Ellison", role = "aut"), diff --git a/NEWS.md b/NEWS.md index 687beef..5c006a7 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -0.0.5 +0.1.0 =================== - New function `bike_distmat()` calculates distance matrices between all pairs of stations as routed through street networks for each city. diff --git a/cran-comments.md b/cran-comments.md index 337845f..e3b1673 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,5 +1,4 @@ -* Previous occsional errors on CRAN Windows machines now recitified. These were - cause by unreliable API calls and have now been switched off for CRAN tests. +* Previous error on CRAN Solaris machine now recitified. # Test environments @@ -9,10 +8,15 @@ * Windows Visual Studio 2015 (on `appveyor`; `x64`): R-release, R-devel * win-builder (R-release, R-devel, R-oldrelease) +Package also checked using both local memory sanitzer and `rocker/r-devel-san` +with clean results. + # R CMD check results -Two NOTEs are generated: one regarding potential mis-spelling of "Los" and -"Angeles", about which I can do nothing; the other concerns large installed -package size, which is primarily due to bundled C++ SQLite3 libs, along with -extensive internal C++ routines. +The following NOTEs are generated: +1. Potential mis-spelling of "Los" and "Angeles" (on R-release, R-oldrelease). +2. Authors@R field gives persons with no valid roles: "rev" (on R-release, + R-oldrelease) - These are accepted roles on R-devel. +3. Note regarding package size due to necessity of internally bundling SQLite3 + header library, along with extensive internal C++ routines.