Type: Package
Package: gtfstools
Title: General Transit Feed Specification (GTFS) Editing and Analysing
        Tools
Version: 1.2.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 = "Rafael H. M.",
             family = "Pereira",
             role = "aut",
             comment = c(ORCID = "0000-0003-2125-7465")),
      person(given = "Pedro R.",
             family = "Andrade",
             role = "aut",
             comment = c(ORCID = "0000-0001-8675-4046")),
      person(given = "Joao",
             family = "Bazzo",
             role = "aut",
             comment = c(ORCID = "0000-0003-4536-5006")),
      person(given = "Mark",
             family = "Padgham",
             role = "ctb"),
      person(given = "Marcus",
             family = "Saraiva",
             role = "ctb",
             comment = c(ORCID = "0000-0001-6218-2338")),
      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, curl, data.table, gtfsio (>= 1.0.0), processx, sf,
        sfheaders, units, utils, zip
Suggests: covr, ggplot2, jsonlite, knitr, rmarkdown, testthat,
LinkingTo: cpp11
VignetteBuilder: knitr
Encoding: UTF-8
NeedsCompilation: yes
RoxygenNote: 7.2.1
Packaged: 2022-11-24 12:47:53 UTC; dhersz
Author: Daniel Herszenhut [aut, cre] (<https://orcid.org/0000-0001-8066-1105>),
  Rafael H. M. Pereira [aut] (<https://orcid.org/0000-0003-2125-7465>),
  Pedro R. Andrade [aut] (<https://orcid.org/0000-0001-8675-4046>),
  Joao Bazzo [aut] (<https://orcid.org/0000-0003-4536-5006>),
  Mark Padgham [ctb],
  Marcus Saraiva [ctb] (<https://orcid.org/0000-0001-6218-2338>),
  Ipea - Institute for Applied Economic Research [cph, fnd]
Maintainer: Daniel Herszenhut <dhersz@gmail.com>
Repository: CRAN
Date/Publication: 2022-11-24 13:10:05 UTC
Built: R 4.1.3; x86_64-w64-mingw32; 2023-04-17 16:25:49 UTC; windows
Archs: i386, x64
