-
Notifications
You must be signed in to change notification settings - Fork 5
/
DESCRIPTION
86 lines (86 loc) · 2.03 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
76
77
78
79
80
81
82
83
84
85
86
Package: SpaDES.project
Type: Package
Title: Project Templates Using 'SpaDES'
Description: Quickly setup a 'SpaDES' project directories and add modules using templates.
URL:
https://spades-project.predictiveecology.org/,
https://github.com/PredictiveEcology/SpaDES.project
Date: 2024-05-31
Version: 0.1.0
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("ctb"), comment = c(ORCID = "0000-0001-7146-8135")),
person("Ian", "Eddy", email = "[email protected]",
role = c("ctb"), comment = c(ORCID = "0000-0001-7397-2116")),
person("Ceres", "Barros", email = "[email protected]",
role = c("ctb"), comment = c(ORCID = ""))
)
Depends:
R (>= 4.2)
Imports:
data.table,
fs,
methods,
Require (>= 0.3.1.9082),
rprojroot,
rstudioapi,
tools,
utils
Suggests:
covr,
crayon,
digest,
ellipsis,
filelock,
geodata,
gert,
gh,
gitcreds,
googledrive,
httr,
igraph,
knitr,
pkgload,
raster,
remotes,
reproducible,
rmarkdown,
sf,
SpaDES.config,
SpaDES.core,
terra,
testthat (>= 3.0.0),
usethis,
visNetwork,
waldo,
withr
Remotes:
PredictiveEcology/SpaDES.config@development,
PredictiveEcology/Require@simplify4,
PredictiveEcology/SpaDES.core@useCache2,
rspatial/geodata
Encoding: UTF-8
Language: en-CA
License: GPL-3
VignetteBuilder: knitr, rmarkdown
BugReports: https://github.com/PredictiveEcology/SpaDES.project/issues
ByteCompile: yes
RoxygenNote: 7.3.1
Roxygen: list(markdown = TRUE)
Config/testthat/edition: 3
Collate:
'environment.R'
'fileEdit.R'
'imports.R'
'getModule.R'
'helpers.R'
'listModules.R'
'makeDESCRIPTION.R'
'packages.R'
'paths2.R'
'pkgload2.R'
'setupProject.R'
'spades-project-package.R'
'zzz.R'