Skip to content

Commit

Permalink
version bump -> v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mpadge committed Nov 21, 2017
1 parent 2711896 commit 496919d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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"),
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
16 changes: 10 additions & 6 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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.

0 comments on commit 496919d

Please sign in to comment.