-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
75 lines (75 loc) · 2.08 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
Package: popRF
Type: Package
Title: Random Forest-Informed Population Disaggregation
Version: 1.0.0
Authors@R: c(
person(
given = "Maksym",
family = "Bondarenko",
role = c("aut", "cre", "cph"),
email = "mb4@soton.ac.uk",
comment = c(ORCID = "0000-0003-4958-6551")
),
person(
given = "Jeremiah J",
family = "Nieves",
role = c("aut"),
email = "j.j.nieves@liverpool.ac.uk",
comment = c(ORCID = "0000-0002-7423-1341")
),
person(
given = "Forrest R.",
family = "Stevens",
role = c("aut"),
email = "forrest.stevens@louisville.edu"
),
person(
given = "Andrea E.",
family = "Gaughan",
role = c("aut"),
email = "ae.gaughan@louisville.edu"
),
person(
given = "Chris",
family = "Jochem",
role = c("ctb"),
email = "W.C.Jochem@soton.ac.uk",
comment = c(ORCID = "0000-0003-2192-5988")
),
person(
given = "David",
family = "Kerr",
role = c("ctb"),
email = "dk2n16@soton.ac.uk"
),
person(
given = "Alessandro",
family = "Sorichetta",
role = c("ctb"),
email = "as1v13@soton.ac.uk",
comment = c(ORCID = "0000-0002-3576-5826")
)
)
Maintainer: Maksym Bondarenko <mb4@soton.ac.uk>
Description: Disaggregating census-based areal population counts to finer
gridded population surfaces using Random Forest algorithm to determine
the target area weights
(see _Stevens, et al._ (2015) <doi:10.1371/journal.pone.0107042>).
URL: https://github.com/wpgp/popRF
BugReports: https://github.com/wpgp/popRF/issues
Imports:
doParallel,
parallel,
raster,
methods,
stats,
foreach,
terra,
randomForest,
quantregForest,
plyr
Depends: R (>= 3.2.0)
License: GPL-3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3