-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #24 from poissonconsulting/reviewjoe
partial review
- Loading branch information
Showing
2 changed files
with
23 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,21 +2,23 @@ Package: runbisonpic | |
Title: Shiny App for Modeling Wood Bison Camera Trap Data | ||
Version: 0.1.0 | ||
Authors@R: c( | ||
person("Ayla", "Pearson", , "[email protected]", | ||
role = c("aut", "cre"), comment = c(ORCID = "0000-0001-7388-1222")), | ||
person("Ayla", "Pearson", , "[email protected]", role = c("aut", "cre"), | ||
comment = c(ORCID = "0000-0001-7388-1222")), | ||
person("Andrea", "Kortello", , "[email protected]", role = "ctb", | ||
comment = c(ORCID = "0000-0001-8047-3331")), | ||
comment = c(ORCID = "0000-0001-8047-3331")), | ||
person("Nicole", "Hill", , "[email protected]", role = "ctb", | ||
comment = c(ORCID = "0000-0002-7623-2153")), | ||
comment = c(ORCID = "0000-0002-7623-2153")), | ||
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 app is a wrapper on the `bisonpictools` R package which | ||
provides non R user's a way to model camera trap data. Input data, | ||
run a STAN model and review the predicted results. | ||
) | ||
Description: This app is a wrapper on the `bisonpictools` R package which | ||
provides non R user's a way to model camera trap data. Input data, run | ||
a STAN model and review the predicted results. | ||
License: Apache License (>= 2) | ||
URL: https://github.com/poissonconsulting/runbisonpic, https://poissonconsulting.github.io/runbisonpic/ | ||
BugReports: https://github.com/poissonconsulting/runbisonpic/issues | ||
Imports: | ||
bisonpictools, | ||
bs4Dash, | ||
|
@@ -35,8 +37,10 @@ Imports: | |
Suggests: | ||
testthat (>= 3.0.0) | ||
Remotes: | ||
poissonconsulting/bisonpictools | ||
poissonconsulting/bisonpictools, | ||
poissonconsulting/chktemplate, | ||
poissonconsulting/embr | ||
Config/testthat/edition: 3 | ||
Encoding: UTF-8 | ||
Roxygen: list(markdown = TRUE) | ||
RoxygenNote: 7.3.1 | ||
Config/testthat/edition: 3 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.