Type: Package
Package: gtfstools
Title: General Transit Feed Specification (GTFS) Editing and Analysing
        Tools
Version: 0.1.0
Authors@R: 
    c(person(given = "Daniel",
             family = "Herszenhut",
             role = c("aut", "cre"),
             email = "dhersz@gmail.com",
             comment = c(ORCID = "0000-0001-8066-1105")),
      person(given = "Ipea - Institute for Applied Economic Research",
             role = c("cph", "fnd")))
Description: Utility functions to read, manipulate, analyse and
    write transit feeds in the General Transit Feed Specification (GTFS)
    data format.
License: MIT + file LICENSE
URL: https://ipeagit.github.io/gtfstools/,
        https://github.com/ipeaGIT/gtfstools
BugReports: https://github.com/ipeaGIT/gtfstools/issues
Depends: R (>= 2.10)
Imports: checkmate, data.table, methods, sf, sfheaders, units, utils,
        zip
Suggests: covr, knitr, lwgeom, rmarkdown, testthat
VignetteBuilder: knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
NeedsCompilation: no
Packaged: 2021-02-22 18:03:48 UTC; dhersz
Author: Daniel Herszenhut [aut, cre] (<https://orcid.org/0000-0001-8066-1105>),
  Ipea - Institute for Applied Economic Research [cph, fnd]
Maintainer: Daniel Herszenhut <dhersz@gmail.com>
Repository: CRAN
Date/Publication: 2021-02-23 09:00:02 UTC
