Skip to content

Commit

Permalink
Merge pull request #24 from poissonconsulting/reviewjoe
Browse files Browse the repository at this point in the history
partial review
  • Loading branch information
nehill197 authored Jun 5, 2024
2 parents 477ab5b + 3893400 commit f8c0346
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 10 deletions.
24 changes: 14 additions & 10 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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
9 changes: 9 additions & 0 deletions man/runbisonpic-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f8c0346

Please sign in to comment.