-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathDESCRIPTION
51 lines (51 loc) · 1.71 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
Type: Package
Package: accessibility
Title: Transport Accessibility Measures
Version: 1.4.0.9000
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("Joey", "Reid", role = "ctb"),
person("Ipea - Institute for Applied Economic Research", role = c("cph", "fnd"))
)
Description: A set of fast and convenient functions to help conducting
accessibility analyses. 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
accessibility levels and accessibility poverty and inequality. The
package covers the majority of the most commonly used accessibility
measures (such as cumulative opportunities, gravity-based and floating
catchment areas methods), as well as the most frequently used
inequality and poverty metrics (such as the Palma ratio, the
concentration and Theil indices and the FGT family of measures).
License: MIT + file LICENSE
URL: https://github.com/ipeaGIT/accessibility,
https://ipeagit.github.io/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,
tibble
VignetteBuilder:
knitr
RdMacros:
Rdpack
Encoding: UTF-8
NeedsCompilation: no
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3