Skip to content

Commit f3f4f6f

Browse files
Update README (#4), DESCRIPTION (#10) and vignettes (#11)
1 parent 1b55cfb commit f3f4f6f

File tree

3 files changed

+22
-6
lines changed

3 files changed

+22
-6
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Imports:
1919
Ecume,
2020
mathjaxr,
2121
Rdpack,
22-
readr,
22+
readr (>= 2.0.0),
2323
rmarkdown,
2424
sf
2525
RdMacros:

README.md

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,16 @@
88
[![licence](https://img.shields.io/badge/Licence-GPL--3-blue.svg)](https://www.r-project.org/Licenses/GPL-3)
99
<!-- badges: end -->
1010

11-
## 1 Install
11+
## 1 Short description
12+
13+
The main purpose of the `TDLM`'s package is to propose a rigorous framework to
14+
fairly compare trip distribution laws and models as described in
15+
[Lenormand et al. (2016)](doi:10.1016/j.jtrangeo.2015.12.008). This general
16+
framework is based on a two-step approach to generate mobility flows by
17+
separating the trip distribution law, gravity or intervening opportunities, from
18+
the modeling approach used to generate the flows from this law.
19+
20+
## 2 Install
1221

1322
The package `TDLM` can be installed with the following command line in R session:
1423

@@ -25,15 +34,22 @@ or from GitHub
2534
devtools::install_github("EpiVec/TDLM", build_vignettes = TRUE)
2635
```
2736

28-
## 2 Tutorial
37+
## 3 Tutorial
2938

3039
A tutorial vignette is available [here](https://epivec.github.io/TDLM/articles/TDLM.html).
3140

32-
## 3 Dependencies
41+
## 4 Dependencies
3342

3443
`TDLM` depends on `Ecume`, `mathjaxr`, `Rdpack`, `readr`, `rmarkdown` and `sf`.
3544

36-
## 4 Citation
45+
## 5 Citation
3746

3847
Lenormand M, Bassolas A & Ramasco JJ (2016) [Systematic comparison of trip distribution laws and models.](https://www.sciencedirect.com/science/article/abs/pii/S0966692315002422) *Journal of Transport Geography* 51, 158-169.
3948

49+
## 6 Contribution instructions
50+
51+
Please feel free to open an issue if you encounter a problem
52+
with the package.
53+
54+
You can also reach me at maxime.lenormand[at]inrae.fr.
55+

vignettes/TDLM.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ Finally, [county](https://epivec.github.io/TDLM/reference/county.html) is a
253253
spatial object containing the geometry of the 105 US Kansas counties in 2000.
254254

255255
```{r}
256-
#library(sf)
256+
library(sf)
257257
258258
data(county)
259259

0 commit comments

Comments
 (0)