Skip to content

Commit

Permalink
version bump -> 0.1.0.99; add dodgr remote
Browse files Browse the repository at this point in the history
  • Loading branch information
mpadge committed Dec 4, 2017
1 parent b63e520 commit a997874
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
4 changes: 3 additions & 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.1.0
Version: 0.1.0.099
Authors@R: c(
person("Mark", "Padgham", email = "mark.padgham@email.com",
role = c("aut", "cre"),
Expand Down Expand Up @@ -41,6 +41,8 @@ Suggests:
LinkingTo:
BH,
Rcpp
Remotes:
ATFutures/dodgr
VignetteBuilder: knitr
SystemRequirements: C++11
NeedsCompilation: yes
Expand Down
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
0.1.0.99
===================
- Important bug in `dodgr` package rectified previously bug-ridden
`bike_distmat()` calculations (thanks Joris Klingen).


0.1.0
===================
- New function `bike_distmat()` calculates distance matrices between all pairs
Expand Down

0 comments on commit a997874

Please sign in to comment.