-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathDESCRIPTION
47 lines (47 loc) · 1.27 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Package: pct
Type: Package
Title: Propensity to Cycle Tool
Version: 0.9.9
Authors@R: c(
person("Robin", "Lovelace", email = "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5679-6536")),
person("Layik", "Hama", email = "[email protected]", role = c("aut"),
comment = c(ORCID = "0000-0003-1912-4890")),
person("Nathanael", "Sheehan", role = c("ctb"),
comment = c(ORCID = "0000-0002-2779-0976"))
)
Description: Functions and example data to teach and
increase the reproducibility of the methods and code underlying
the Propensity to Cycle Tool (PCT), a research project and web application
hosted at <https://www.pct.bike/>.
For an academic paper on the methods,
see Lovelace et al (2017) <doi:10.5198/jtlu.2016.862>.
Depends: R (>= 3.5.0)
License: GPL-3
URL: https://itsleeds.github.io/pct/, https://github.com/ITSLeeds/pct
BugReports: https://github.com/ITSLeeds/pct/issues
Encoding: UTF-8
LazyData: true
Imports:
boot,
stplanr (>= 0.2.8),
readr,
sf,
crul
Suggests:
covr,
curl,
dplyr,
ggplot2,
knitr,
leaflet,
pbapply,
remotes,
rmarkdown,
testthat,
tmap,
bookdown
VignetteBuilder: knitr
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)
Language: en-GB