-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
54 lines (54 loc) · 1.5 KB
/
Copy pathDESCRIPTION
File metadata and controls
54 lines (54 loc) · 1.5 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
Package: popED
Type: Package
Title: Package to produce a gridded population equally distributed
Version: 0.0.1
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 = "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")
),
person(
given = "Tom",
family = "McKeen",
role = c("ctb"),
email = "t.l.mckeen@soton.ac.uk"
)
)
Author: Maksym Bondarenko [aut, cre, cph] (<https://orcid.org/0000-0003-4958-6551>),
David Kerr [ctb],
Alessandro Sorichetta [ctb] (<https://orcid.org/0000-0002-3576-5826>)
Maintainer: Maksym Bondarenko <mb4@soton.ac.uk>
Description: Package to produce a gridded population equally distributed using
pixel area as weight.
URL: https://github.com/bondarenkom/popED
BugReports: https://sdi.worldpop.org/issues
Imports:
doParallel,
parallel,
raster,
methods,
stats,
foreach,
snow,
plyr
Depends: R (>= 3.2.0)
License: GPL (>= 3) + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1