Skip to content

Commit bca84ab

Browse files
authored
Add files via upload
1 parent c7fe29e commit bca84ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ Description: Calculation of distances, shortest paths and isochrones on weighted
1010
bidirectional Dijkstra (Goldberg, Andrew & Fonseca F. Werneck, Renato (2005) <https://pdfs.semanticscholar.org/0761/18dfbe1d5a220f6ac59b4de4ad07b50283ac.pdf>),
1111
A* search (P. E. Hart, N. J. Nilsson et B. Raphael (1968) <doi:10.1109/TSSC.1968.300136>),
1212
new bidirectional A* (Pijls & Post (2009) <http://repub.eur.nl/pub/16100/ei2009-10.pdf>),
13-
Contraction hierarchies implementation (Geisberger, Sanders, Schultes & Delling (2008) <doi:10.1007/978-3-540-68552-4_24>).
13+
Contraction hierarchies (R. Geisberger, P. Sanders, D. Schultes and D. Delling (2008) <doi:10.1007/978-3-540-68552-4_24>).
1414
License: GPL (>= 2)
15-
Imports: Rcpp (>= 1.0.1), RcppParallel, RcppProgress, data.table
15+
Imports: Rcpp (>= 1.0.1), RcppParallel, RcppProgress , data.table
1616
LinkingTo: Rcpp, RcppParallel, RcppProgress
1717
SystemRequirements: GNU make, C++11
1818
RoxygenNote: 6.1.1

0 commit comments

Comments
 (0)