forked from npct/pct-scripts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION-proto.dcf
More file actions
34 lines (34 loc) · 1 KB
/
DESCRIPTION-proto.dcf
File metadata and controls
34 lines (34 loc) · 1 KB
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
Package: pct
Type: Package
Title: Propensity to cycle tool
Version: 0.1.1
Date: 2016-01-14
Authors@R: c(
person("Robin", "Lovelace", email = "rob00x@gmail.com", role = c("aut", "cre")),
person("Nikolai", "Berkoff"),
person("Ali", "Abbas"),
person("Alvaro", "Ullich")
)
Maintainer: Robin Lovelace <rob00x@gmail.com>
Description: Estimates the geographical distribution of cycling potential.
License: AGPL
BugReports: https://github.com/npct/pct-shiny/issues
Imports:
ggmap,
e1071, # tmap dependency
tmap,
foreign, # loads external data
rgdal, # for loading and saving geo* data
dplyr, # for manipulating data rapidly
rgeos, # GIS functionality
raster, # GIS functions
maptools, # GIS functions
stplanr, # Sustainable transport planning with R
tidyr, # tidies up your data!
readr, # reads your data fast
knitr, # for knitting it all together
geojsonio,
rmapshaper # To simplify rnet
URL: https://github.com/ropensci/stplanr
SystemRequirements: GNU make
RoxygenNote: 5.0.1