Skip to content

Commit f85d5be

Browse files
authored
Merge pull request #67 from SebKrantz/africadata
This is version 0.2.1.
2 parents 620e65d + ebae1f7 commit f85d5be

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: flownet
22
Type: Package
33
Title: Transport Modeling: Network Processing, Route Enumeration, and Traffic Assignment
4-
Version: 0.2.0.9000
4+
Version: 0.2.1
55
Authors@R: c(person("Sebastian", "Krantz", email = "sebastian.krantz@graduateinstitute.ch", role = c("aut", "cre")),
66
person("Kamol", "Roy", role = "ctb"))
77
Description: High-performance tools for transport modeling - network processing, route

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# flownet 0.2.0.9000
1+
# flownet 0.2.1
22

33
- `angle.max` constraint in `run_assignment()` is now two-sided (angle measured from origin and destination node against the straight line between them), rather than just one-sided (from origin). Also, the implementation is slightly more efficient.
44

R/data.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
#'
4343
#' @source
4444
#' City data from Simplemaps World Cities Database (\url{https://simplemaps.com/data/world-cities}).
45-
#' Port data from World Bank Global International Ports dataset (\url{https://datacatalog.worldbank.org/search/dataset/0038118}).
45+
#' Port data from World Bank Global International Ports dataset (\url{https://datacatalog.worldbank.org/search/dataset/0038118/global-international-ports}).
4646
#'
4747
#' Dataset constructed for: Krantz, S. (2024). Optimal Investments in Africa's Road Network.
4848
#' Policy Research Working Paper 10893. World Bank. \doi{10.1596/1813-9450-10893}.

man/africa_cities_ports.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)