-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
53 lines (53 loc) · 1.81 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
Package: prioritizrdata
Type: Package
Version: 0.3.2.2
Title: Conservation Planning Datasets
Description: Conservation planning datasets for learning how to use the
'prioritizr' package <https://CRAN.R-project.org/package=prioritizr>.
Authors@R:
c(person(c('Jeffrey', 'O'), 'Hanson',
email='[email protected]', role = c('aut'),
comment = c(ORCID = '0000-0002-4716-6134')),
person(c('Richard'), 'Schuster',
email='[email protected]', role = c('aut', 'cre'),
comment = c(ORCID = '0000-0003-3191-7869')),
person(c('Nina'), 'Morrell',
email='[email protected]', role = c('aut')),
person(c('Matthew'), 'Strimas-Mackey',
email='[email protected]', role = c('aut'),
comment = c(ORCID = '0000-0001-8929-7776')),
person(c('Matthew', 'E'), 'Watts',
email='[email protected]', role = c('aut')),
person(c('Peter'), 'Arcese',
email='[email protected]', role = c('aut'),
comment = c(ORCID = '0000-0002-8097-482X')),
person(c('Joseph', 'R'), 'Bennett',
email='[email protected]', role = c('aut'),
comment = c(ORCID = '0000-0002-3901-9513')),
person(c('Hugh', 'P'), 'Possingham',
email='[email protected]', role = c('aut'),
comment = c(ORCID = '0000-0001-7755-996X')))
Imports:
utils,
terra (>= 1.6-53),
sf (>= 1.0-12),
tibble (>= 2.0.0)
Suggests:
testthat,
roxygen2,
knitr
Depends:
R (>= 4.1.0)
License: GPL-3
Encoding: UTF-8
Language: en-US
URL: https://prioritizr.github.io/prioritizrdata/,
https://github.com/prioritizr/prioritizrdata
BugReports: https://github.com/prioritizr/prioritizrdata/issues
RoxygenNote: 7.3.1
Collate:
'package.R'
'salt_data.R'
'tas_data.R'
'wa_data.R'
Roxygen: list(markdown = TRUE)