-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
43 lines (43 loc) · 1.25 KB
/
DESCRIPTION
File metadata and controls
43 lines (43 loc) · 1.25 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
Package: SpaDES.addins
Type: Package
Title: Development Tools for 'SpaDES' and 'SpaDES' Modules
Description: Provides 'RStudio' addins for 'SpaDES' packages and 'SpaDES' module
development. See '?SpaDES.addins' for an overview of the tools provided.
URL:
https://spades-addins.predictiveecology.org/,
https://github.com/PredictiveEcology/SpaDES.addins
Version: 0.1.4
Date: 2022-08-19
Authors@R: c(
person("Alex M", "Chubaty", email = "achubaty@for-cast.ca",
role = c("aut", "cre"), comment = c(ORCID = "0000-0001-7146-8135")),
person(paste("Her Majesty the Queen in Right of Canada,",
"as represented by the Minister of Natural Resources Canada"),
role = "cph")
)
Depends:
R (>= 4.0)
Imports:
magrittr,
miniUI (>= 0.1.1),
reproducible,
rstudioapi (>= 0.5),
shiny (>= 0.13),
SpaDES.core,
stringi (>= 1.1.3)
Suggests:
covr,
knitr,
rmarkdown,
testthat
Remotes:
PredictiveEcology/reproducible@development,
PredictiveEcology/SpaDES.core@development
License: GPL-3
BugReports: https://github.com/PredictiveEcology/SpaDES.addins/issues
ByteCompile: yes
Encoding: UTF-8
Language: en-CA
VignetteBuilder: knitr, rmarkdown
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1