Type: Package
Package: accessibility
Title: Transport Accessibility Measures
Version: 1.3.0
Authors@R: c(
    person("Rafael H. M.", "Pereira", , "rafa.pereira.br@gmail.com", role = "aut",
           comment = c(ORCID = "0000-0003-2125-7465")),
    person("Daniel", "Herszenhut", , "dhersz@gmail.com", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0001-8066-1105")),
    person("Ipea - Institute for Applied Economic Research", role = c("cph", "fnd"))
  )
Description: A set of fast and convenient functions to calculate multiple
    transport accessibility measures. Given a pre-computed travel cost
    matrix and a land use dataset (containing the location of jobs,
    healthcare and population, for example), the package allows one to
    calculate active and passive accessibility levels using multiple
    accessibility measures, such as: cumulative opportunities (using
    either travel cost cutoffs or intervals), minimum travel cost to
    closest N number of activities, gravity-based (with different decay
    functions) and different floating catchment area methods.
License: MIT + file LICENSE
URL: https://github.com/ipeaGIT/accessibility
BugReports: https://github.com/ipeaGIT/accessibility/issues
Depends: R (>= 3.5.0)
Imports: checkmate, data.table, Hmisc, Rdpack (>= 0.7), stats, utils
Suggests: covr, ggplot2, knitr, rmarkdown, sf, testthat
VignetteBuilder: knitr
RdMacros: Rdpack
Encoding: UTF-8
NeedsCompilation: no
RoxygenNote: 7.2.3
Packaged: 2023-10-20 21:24:01 UTC; dhersz
Author: Rafael H. M. Pereira [aut] (<https://orcid.org/0000-0003-2125-7465>),
  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: 2023-10-20 21:40:10 UTC
Built: R 4.2.0; ; 2023-10-21 11:53:38 UTC; unix
