Getting started
Our packages are hosted on a Nexus repository. To install them,
configure your R environment by adding the following to your .Rprofile:
options(
repos = c(
SPEEDGOAT = "https://nexus.spdgt.com/repository/public-group/",
CRAN = "https://cloud.r-project.org"
)
)
Once configured, you can install any package normally via install.packages("spdgt.sight").
Not sure where your .Rprofile is? Run usethis::edit_r_profile() in R to open it directly.
Available packages
spdgt.sight
Data AccessConnect to the SpeedGoat Sight API to query survey designs and observations, and fit models.
spdgt.auth
SecurityHandle authentication states, token refreshing, and user session management.
spdgt.core
LookupsLookup and reference functions for determining database ids from names and related resources.
spdgt.sdm
Decision MakingEvaluate harvest management alternatives against stakeholder perspectives, run sensitivity analyses, and generate decision rationale documents.
spdgt.depredation
DepredationAccess the public depredation API to query and manage depredation reports and related data.