Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dodgr fun (alternative fix for #494 #496

Merged
merged 4 commits into from
Aug 19, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions DESCRIPTION
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")),
Expand Down Expand Up @@ -53,7 +53,7 @@ Imports:
sfheaders
Suggests:
cyclestreets,
dodgr (>= 0.0.3),
dodgr (>= 0.2.15),
geodist,
igraph (>= 1.2.2),
knitr (>= 1.20),
Expand All @@ -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
Loading