Package: stplanr
Type: Package
Title: Sustainable Transport Planning with R
Version: 0.0.1.1
Date: 2015-10-18
Authors@R: c(
person("Robin", "Lovelace", email = "rob00x@gmail.com", role = c("aut", "cre")),
person("Richard", "Ellison", role = c("aut"), comment = "Author of various functions"),
person("Barry", "Rowlingson", role = c("aut"), comment = "Author of overline"),
person("Nick", "Bearman", role = c("aut"), comment = "Co-author of gclip")
)
Description: Functionality and data access tools for transport planning, including origin-destination analysis, route allocation and modelling travel patterns.
License: MIT + file LICENSE
BugReports: https://github.com/robinlovelace/stplanr/issues
LazyData: yes
Depends:
sp, R (>= 3.0)
Imports:
jsonlite,
maptools,
raster,
rgdal,
rgeos,
dplyr,
RgoogleMaps,
openxlsx,
leaflet,
httr
Suggests:
testthat,
knitr,
tmap
VignetteBuilder: knitr
URL: https://github.com/Robinlovelace/stplanr
This package brings together a number of tools that enable transport modelling and planning and R, with an emphasis on analyses needed for sustainability (e.g. planning new bicycle paths).
https://github.com/Robinlovelace/stplanr
Example data on route allocation and travel flows (included - more planned), geographical boundaries, transport networks, example travel survey data (to be added subsequently)
Transport researchers and modellers from academic, public and private sectors. University students studying transport geography, transport modelling and related disciplines.
devtools::check()produce any errors or warnings? If so paste them below.This is work in progress and I am learning how to build R packages as I progress. These issues will be fixed, probably during a course on R package development I will attend.