-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
68 lines (68 loc) · 1.55 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
Package: fireSenseUtils
Type: Package
Title: Utilities for Working With the 'fireSense' Group of 'SpaDES' Modules
Description: Utilities for working with the 'fireSense' group of 'SpaDES' modules.
Date: 2020-08-11
Version: 0.0.1
Authors@R: c(
person("Jean", "Marchal", email = "[email protected]",
role = c("aut")),
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"))
)
Depends:
R (>= 3.6)
Imports:
assertthat,
crayon,
data.table,
DEoptim,
EnvStats,
fasterize,
future,
future.apply,
kSamples,
LandR,
magrittr,
methods,
quickPlot,
pemisc,
purrr,
raster,
reproducible,
rlang,
sf,
sp,
SpaDES.core,
SpaDES.tools,
stats,
usefulFuns
Suggests:
dplyr,
knitr,
lintr,
PtProcess,
rgeos,
rmarkdown,
spatstat,
spelling,
testthat
Remotes:
traversc/stringfish,
PredictiveEcology/Require@development,
PredictiveEcology/reproducible@development,
PredictiveEcology/quickPlot@development,
PredictiveEcology/pemisc@development,
PredictiveEcology/LandR@development,
PredictiveEcology/usefulFuns@development
VignetteBuilder:
knitr,
rmarkdown
Encoding: UTF-8
Language: en-CA
LazyData: true
License: GPL-3
BugReports: https://github.com/PredictiveEcology/fireSenseUtils/issues
RoxygenNote: 7.1.1