Skip to content

Commit f4e28a9

Browse files
committed
Change case of title, update R version, remove XML
1 parent 5700324 commit f4e28a9

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

DESCRIPTION

+7-8
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,34 @@
11
Package: stplanr
22
Type: Package
3-
Title: Sustainable transport planning with R
3+
Title: Sustainable Transport Planning with R
44
Version: 0.0.1.1
55
Date: 2015-10-18
66
Authors@R: c(
77
person("Robin", "Lovelace", email = "[email protected]", role = c("aut", "cre")),
8+
person("Richard", "Ellison", role = c("aut"), comment = "Author of various functions"),
89
person("Barry", "Rowlingson", role = c("aut"), comment = "Author of gOverline"),
9-
person("Nick", "Bearman", role = c("aut"), comment = "Co-author of gClip"),
10-
person("Richard", "Ellison", role = c("aut"), comment = "Author of readTableBuilder")
10+
person("Nick", "Bearman", role = c("aut"), comment = "Co-author of gClip")
1111
)
1212
Description: Functionality and data access tools for transport planning, including origin-destination analysis, route allocation and modelling travel patterns.
1313
License: MIT + file LICENSE
1414
BugReports: https://github.com/robinlovelace/stplanr/issues
1515
LazyData: yes
1616
Depends:
17-
R (>= 2.10), sp
17+
sp, R (>= 3.0)
1818
Imports:
1919
jsonlite,
2020
maptools,
2121
raster,
2222
rgdal,
2323
rgeos,
2424
dplyr,
25-
XML,
2625
ggmap,
27-
openxlsx
26+
openxlsx,
27+
RCurl
2828
Suggests:
2929
osmar,
30-
knitr,
3130
testthat,
32-
RCurl,
31+
knitr,
3332
tmap
3433
VignetteBuilder: knitr
3534
URL: https://github.com/Robinlovelace/stplanr

0 commit comments

Comments
 (0)