-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
106 lines (106 loc) · 2.73 KB
/
DESCRIPTION
File metadata and controls
106 lines (106 loc) · 2.73 KB
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
Package: vicinity
Title: Model Spatial Features of Health Systems
Version: 0.0.0.9244
Authors@R: c(
person("Matthew", "Hamilton", , "matthew.hamilton1@monash.edu", role = c("aut", "cre", "fnd"),
comment = c(ORCID = "0000-0001-7407-9194")),
person("Orygen", role = c("cph", "fnd")),
person("Australian Government Research Training Program", role = "fnd")
)
Description: Modules from the readyforwhatsnext youth mental health
economic model (https://readyforwhatsnext.org) that can be used to
develop geospatial models. Designed for use in models developed with
the ready4 framework (https://www.ready4-dev.com/). This development
version of the vicinity package has been made available as part of the
process of testing and documenting the package. It is currently highly
unstable and is not yet recommended for use. If you have any
questions, please contact the authors (matthew.hamilton1@monash.edu).
License: GPL-3 + file LICENSE
URL: https://ready4-dev.github.io/vicinity/,
https://github.com/ready4-dev/vicinity,
https://ready4-dev.github.io/ready4/
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Suggests:
knitr,
rmarkdown,
testthat
VignetteBuilder: knitr
Imports:
dplyr,
geojsonio,
googlePolylines,
knitrBootstrap,
lifecycle,
lubridate,
magrittr,
mc2d,
methods,
nnet,
osrm,
purrr,
readxl,
ready4 (>= 0.1.6.9000),
ready4use (>= 0.0.0.9231),
rlang,
rmapshaper,
sf,
stats,
stringi,
stringr,
tibble,
tidyr,
units,
utils
Collate:
'C3_vicinity_abbreviations.R'
'C3_vicinity_identifiers.R'
'C3_vicinity_mapes.R'
'C3_vicinity_parameters.R'
'C3_vicinity_points.R'
'C3_vicinity_processed.R'
'C3_vicinity_raw.R'
'C3_vicinity_resolutions.R'
'C3_vicinity_templates.R'
'C3_vicinity_values.R'
'C4_VicinityLookup.R'
'C4_VicinityArguments.R'
'C4_VicinityLocal.R'
'C4_VicinityLocalProcessed.R'
'C4_VicinityLocalRaw.R'
'C4_VicinityMacro.R'
'C4_VicinityMesoRegion.R'
'C4_VicinityMesoArea.R'
'C4_VicinityMicro.R'
'C4_VicinityProfile.R'
'C4_VicinitySpaceTime.R'
'fn_add.R'
'fn_bind.R'
'fn_calculate.R'
'fn_get.R'
'fn_make.R'
'fn_randomise.R'
'fn_remove.R'
'fn_rename.R'
'fn_reorder.R'
'fn_transform.R'
'fn_update.R'
'fn_validate.R'
'fn_write.R'
'imp_fns.R'
'imp_mthds.R'
'mthd_author.R'
'mthd_authorData.R'
'mthd_ingest.R'
'mthd_manufacture.R'
'mthd_metamorphose.R'
'mthd_procure.R'
'mthd_ratify.R'
'mthd_reckon.R'
'mthd_renew.R'
'pkg_vicinity.R'
'vicinity-package.R'
Remotes:
ready4-dev/ready4,
ready4-dev/ready4use