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
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
