Package: portalcasting
Title: Functions Used in Predicting Portal Rodent Dynamics
Version: 0.44.0
Authors@R: c(
    person(c("Juniper", "L."), "Simonis",
      email = "juniper.simonis@weecology.org", role = c("aut", "cre"),
      comment = c(ORCID = "0000-0001-9798-0460")),
    person(c("Glenda", "M."), "Yenni", role = c("aut"), 
      comment = c(ORCID = "0000-0001-6969-1848")), 
    person(c("Ellen", "K."), "Bledsoe", role = c("aut"), 
      comment = c(ORCID = "0000-0002-3629-7235")), 
    person(c("Erica", "M."), "Christensen",
      role = c("aut"), comment = c(ORCID = "0000-0002-5635-2502")),
    person("Henry", "Senyondo", role = c("aut"),
      comment = c(ORCID = "0000-0001-7105-5808")),
    person("Hao", "Ye", role = c("aut"),
      comment = c(ORCID = "0000-0002-8630-1458")),
	person(c("Ethan", "P."), "White", role = c("aut"),
      comment = c(ORCID = "0000-0001-6728-7745")),
    person(c("S.K.", "Morgan"), "Ernest", role = c("aut"),
      comment = c(ORCID = "0000-0002-6026-8530")))
Description: Create a directory, populate it with data, build models, forecast rodent populations, and visualize the results. This package provides the functionality underlying the Portal Predictions Project <https://github.com/weecology/portalpredictions> as well as support for exploring and developing new models in sandbox environments.
URL: https://weecology.github.io/portalcasting, https://github.com/weecology/portalcasting
BugReports: https://github.com/weecology/portalcasting/issues
Depends: R (>= 3.5.0)
License: MIT + file LICENSE
LazyData: true
Imports:
    coda,
    forecast,
    httr,
    jsonlite,
    portalr,
    runjags,
    scoringRules,
    tscount,
    viridis,
    yaml
Suggests:
  knitr,
  pkgdown,
  english,
  markdown,
  rmarkdown,
  testthat
RoxygenNote: 7.2.0
VignetteBuilder: knitr
Encoding: UTF-8
