-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Update dodgr fun (alternative fix for #494 * Increment version number to 1.0.1 * Update version * Update urls for cran
- Loading branch information
1 parent
a417dbd
commit 824a9b2
Showing
5 changed files
with
222 additions
and
237 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Type: Package | ||
Package: stplanr | ||
Title: Sustainable Transport Planning | ||
Version: 1.0.0.9000 | ||
Version: 1.0.1 | ||
Authors@R: c( | ||
person("Robin", "Lovelace", , "[email protected]", role = c("aut", "cre"), | ||
comment = c(ORCID = "0000-0001-5679-6536")), | ||
|
@@ -53,7 +53,7 @@ Imports: | |
sfheaders | ||
Suggests: | ||
cyclestreets, | ||
dodgr (>= 0.0.3), | ||
dodgr (>= 0.2.15), | ||
geodist, | ||
igraph (>= 1.2.2), | ||
knitr (>= 1.20), | ||
|
@@ -70,5 +70,5 @@ VignetteBuilder: | |
Encoding: UTF-8 | ||
LazyData: yes | ||
Roxygen: list(markdown = TRUE) | ||
RoxygenNote: 7.2.0 | ||
RoxygenNote: 7.2.1 | ||
SystemRequirements: GNU make |
Oops, something went wrong.