diff --git a/DESCRIPTION b/DESCRIPTION index 0ed1072..a717870 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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", , "ayla@poissonconsulting.ca", - role = c("aut", "cre"), comment = c(ORCID = "0000-0001-7388-1222")), + person("Ayla", "Pearson", , "ayla@poissonconsulting.ca", role = c("aut", "cre"), + comment = c(ORCID = "0000-0001-7388-1222")), person("Andrea", "Kortello", , "andrea@poissonconsulting.ca", role = "ctb", - comment = c(ORCID = "0000-0001-8047-3331")), + comment = c(ORCID = "0000-0001-8047-3331")), person("Nicole", "Hill", , "nicole@poissonconsulting.ca", role = "ctb", - comment = c(ORCID = "0000-0002-7623-2153")), + comment = c(ORCID = "0000-0002-7623-2153")), person("Joe", "Thorley", , "joe@poissonconsulting.ca", role = "ctb", comment = c(ORCID = "0000-0002-7683-4592")), person("Troy", "Hegel", , "Troy.Hegel@gov.ab.ca", 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 diff --git a/man/runbisonpic-package.Rd b/man/runbisonpic-package.Rd index 9346516..3ae1767 100644 --- a/man/runbisonpic-package.Rd +++ b/man/runbisonpic-package.Rd @@ -7,6 +7,15 @@ \title{runbisonpic: Shiny App for Modeling Wood Bison Camera Trap Data} \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. +} +\seealso{ +Useful links: +\itemize{ + \item \url{https://github.com/poissonconsulting/runbisonpic} + \item \url{https://poissonconsulting.github.io/runbisonpic/} + \item Report bugs at \url{https://github.com/poissonconsulting/runbisonpic/issues} +} + } \author{ \strong{Maintainer}: Ayla Pearson \email{ayla@poissonconsulting.ca} (\href{https://orcid.org/0000-0001-7388-1222}{ORCID})