Skip to content

Commit f4f9f17

Browse files
authored
Add files via upload
1 parent f682fe8 commit f4f9f17

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

DESCRIPTION

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
Package: cppRouting
22
Type: Package
3-
Title: Algorithms for Routing and Solving the Traffic Assignment
4-
Problem
5-
Version: 3.0
6-
Date: 2022-11-24
3+
Title: Algorithms for Routing and Solving the Traffic Assignment Problem
4+
Version: 3.1
5+
Date: 2022-11-28
76
Author: Vincent Larmet
87
Maintainer: Vincent Larmet <[email protected]>
98
Description: Calculation of distances, shortest paths and isochrones on weighted graphs using several variants of Dijkstra algorithm.
@@ -20,6 +19,7 @@ Description: Calculation of distances, shortest paths and isochrones on weighted
2019
Algorithm-B (R. B. Dial (2006) <doi:10.1016/j.trb.2006.02.008>).
2120
License: GPL (>= 2)
2221
Encoding: UTF-8
22+
LazyData: true
2323
Imports: Rcpp (>= 1.0.7), RcppParallel, RcppProgress, data.table
2424
LinkingTo: Rcpp, RcppParallel, RcppProgress
2525
SystemRequirements: GNU make, C++11
@@ -28,4 +28,3 @@ URL: https://github.com/vlarmet/cppRouting
2828
Suggests: knitr, rmarkdown, igraph
2929
VignetteBuilder: knitr
3030
NeedsCompilation: yes
31-
Packaged: 2022-11-28 09:48:14 UTC; vincent

NEWS.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
cppRouting v3.1
2+
===============
3+
4+
- cppRouting use tinythread as parallel backend
5+
16
cppRouting v3.0
27
===============
38
Major changes

0 commit comments

Comments
 (0)