|
1 | 1 | Package: ready4space |
2 | | -Title: Standardised Modeller Tools for Retrieving, Managing and |
3 | | - Synthesising Spatial Data in Projects Developed with the Ready4 Suite |
4 | | -Version: 0.0.0.9208 |
5 | | -Authors@R: |
6 | | - c(person(given = "Matthew", |
7 | | - family = "Hamilton", |
8 | | - role = c("aut", "cre"), |
9 | | - email = "matthew.hamilton@orygen.org.au", |
10 | | - comment = c(ORCID = "0000-0001-7407-9194")), |
11 | | - person(given = "Glen", |
12 | | - family = "Wiesner", |
13 | | - role = "aut", |
14 | | - email = "Glen.Wiesner@vu.edu.au", |
15 | | - comment = c(ORCID = "0000-0002-0071-130X")), |
16 | | - person(given = "Orygen", |
17 | | - role = c("cph", "fnd")), |
18 | | - person(given = "VicHealth", |
19 | | - role = "fnd"), |
20 | | - person(given = "Victoria University", |
21 | | - role = "fnd")) |
22 | | -Description: ready4space provides a set of classes and |
23 | | - methods for spatial data management tasks throughout the ready4 suite |
24 | | - of tools for mental health data synthesis and modelling projects. |
25 | | - This development version of the ready4space package has been made |
26 | | - available as part of the process of testing and documenting the |
27 | | - package. The tools contained in this development release automate a |
28 | | - number of tasks which MODIFY THE DIRECTORY STRUCTURE OF YOUR LOCAL |
29 | | - MACHINE. Therefore you should only trial this software if you feel |
30 | | - confident that you understand what it does and have created a sandpit |
31 | | - area in which you can safely undertake testing. If you have any |
| 2 | +Title: Model Spatial Attributes with Ready4 |
| 3 | +Version: 0.0.0.9209 |
| 4 | +Authors@R: c( |
| 5 | + person("Caroline", "Gao", , "caroline.gao@orygen.org.au", role = "aut", |
| 6 | + comment = c(ORCID = "0000-0002-0987-2759")), |
| 7 | + person("Matthew", "Hamilton", , "matthew.hamilton@orygen.org.au", role = c("aut", "cre"), |
| 8 | + comment = c(ORCID = "0000-0001-7407-9194")), |
| 9 | + person("Orygen", role = c("cph", "fnd")), |
| 10 | + person("Headspace", role = "fnd"), |
| 11 | + person("National Health and Medical Research Council", role = "fnd") |
| 12 | + ) |
| 13 | +Description: Tools for developing geospatial models for use with the |
| 14 | + ready4 youth mental health systems model |
| 15 | + (https://ready4-dev.github.io/ready4/). This development version of |
| 16 | + the ready4space package has been made available as part of the process |
| 17 | + of testing and documenting the package. It is currently highly |
| 18 | + unstable and is not yet recommended for use. If you have any |
32 | 19 | questions, please contact the authors |
33 | 20 | (matthew.hamilton@orygen.org.au). |
34 | 21 | License: GPL-3 + file LICENSE |
35 | 22 | URL: https://ready4-dev.github.io/ready4space/, |
36 | 23 | https://github.com/ready4-dev/ready4space, |
37 | 24 | https://ready4-dev.github.io/ready4/ |
38 | 25 | Encoding: UTF-8 |
39 | | -LazyData: true |
40 | 26 | Roxygen: list(markdown = TRUE) |
41 | 27 | RoxygenNote: 7.2.3 |
42 | 28 | Imports: |
| 29 | + dplyr, |
| 30 | + knitr, |
| 31 | + knitrBootstrap, |
| 32 | + lifecycle, |
| 33 | + magrittr, |
| 34 | + methods, |
| 35 | + purrr, |
| 36 | + ready4 (>= 0.0.0.9109), |
| 37 | + rlang, |
| 38 | + stringr, |
43 | 39 | testthat, |
44 | | - knitr |
| 40 | + tibble, |
| 41 | + tidyr |
45 | 42 | VignetteBuilder: knitr |
46 | | -Depends: |
47 | | - R (>= 2.10) |
48 | | -Collate: |
49 | | - 'C3_ready4_par_str_envir.R' |
50 | | - 'C3_ready4_par_val_envir.R' |
51 | | - 'C3_ready4_sp_abbreviations_lup.R' |
52 | | - 'C3_ready4_sp_data_pack_lup.R' |
53 | | - 'C3_ready4_sp_import_lup.R' |
54 | | - 'C3_ready4_sp_resolution_lup.R' |
55 | | - 'C3_ready4_sp_site_coord_lup.R' |
56 | | - 'C3_ready4_sp_starter_sf_lup.R' |
57 | | - 'C3_ready4_sp_uid_lup.R' |
58 | | - 'C4_ready4_env.R' |
59 | | - 'C4_ready4_lookup.R' |
60 | | - 'C4_ready4_macro.R' |
61 | | - 'C4_ready4_meso_region.R' |
62 | | - 'C4_ready4_meso_area.R' |
63 | | - 'C4_ready4_micro.R' |
64 | | - 'C4_ready4_profiled_area.R' |
65 | | - 'C4_ready4_sp_local.R' |
66 | | - 'C4_ready4_sp_local_proc.R' |
67 | | - 'C4_ready4_sp_local_raw.R' |
68 | | - 'imp_mthds.R' |
69 | | - 'imp_pipe.R' |
70 | | - 'pkg_ready4space.R' |
| 43 | +Suggests: |
| 44 | + rmarkdown |
| 45 | +Remotes: |
| 46 | + ready4-dev/ready4 |
0 commit comments