-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
44 lines (44 loc) · 1.7 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
Package: bisonpicsuite
Title: Easily Install and Load `bisonpic` R Packages
Version: 0.1.0
Authors@R: c(
person("Nicole", "Hill", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-7623-2153")),
person("Ayla", "Pearson", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0001-7388-1222")),
person("Andrea", "Kortello", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0001-8047-3331")),
person("Joe", "Thorley", , "[email protected]", role = "ctb",
comment = c(ORCID = "0000-0002-7683-4592")),
person("Troy", "Hegel", , "[email protected]", role = "ctb"),
person("Province of Alberta", role = "cph")
)
Description: This suite of packages is designed to facilitate data exploration
and analysis of wood bison camera trap data, using underlying functions
to visualize and model data (`bisonpictools`) and Shiny applications that
streamline the data visualization (`shinybisonpic`) and data analysis
(`runbisonpic`) processes.
License: Apache License (>= 2)
URL: https://github.com/poissonconsulting/bisonpicsuite,
https://poissonconsulting.github.io/bisonpicsuite/
BugReports: https://github.com/poissonconsulting/bisonpicsuite/issues
Depends:
R (>= 4.1)
Imports:
bisonpictools,
shinybisonpic,
runbisonpic
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
Remotes:
poissonconsulting/bisonpictools,
poissonconsulting/shinybisonpic,
poissonconsulting/runbisonpic
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Config/Needs/website: rmarkdown
VignetteBuilder: knitr