-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
57 lines (57 loc) · 1.42 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
Package: pemisc
Type: Package
Title: Miscellaneous Utilities Developed by the Predictive Ecology Group
Description: Miscellaneous utilities developed by the Predictive Ecology Group
(<http://predictiveecology.org>).
URL:
http://pemisc.predictiveecology.org,
https://github.com/PredictiveEcology/pemisc
Date: 2022-09-12
Version: 0.0.4
Authors@R: c(
person("Eliot J B", "McIntire", email = "[email protected]",
role = c("aut", "cre"), comment=c(ORCID = "0000-0002-6914-8316")),
person("Alex M", "Chubaty", email = "[email protected]",
role = c("aut"), comment = c(ORCID = "0000-0001-7146-8135")),
person("Her Majesty the Queen in Right of Canada, as represented by the Minister of Natural Resources Canada",
role = "cph")
)
Depends:
R (>= 4.0)
Imports:
amc (>= 0.1.6.9000),
data.table,
fasterize,
methods,
parallel,
peutils,
raster,
RCurl,
reproducible,
sf,
stats,
tools,
utils
Suggests:
details,
git2r,
here,
igraph,
knitr,
roxygen2,
rmarkdown,
sessioninfo,
terra,
testthat
Remotes:
achubaty/amc@development,
PredictiveEcology/peutils@development
Encoding: UTF-8
Language: en-CA
License: GPL-3
VignetteBuilder: knitr, rmarkdown
BugReports: https://github.com/PredictiveEcology/pemisc/issues
ByteCompile: yes
LazyData: true
RoxygenNote: 7.2.1
Roxygen: list(markdown = TRUE)