SpeedGoat

SpeedGoat Developer Hub

Documentation, references, and tools for the SpeedGoat platform.

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 Access

Connect to the SpeedGoat Sight API to query survey designs and observations, and fit models.

spdgt.auth

Security

Handle authentication states, token refreshing, and user session management.

spdgt.core

Lookups

Lookup and reference functions for determining database ids from names and related resources.

spdgt.sdm

Decision Making

Evaluate harvest management alternatives against stakeholder perspectives, run sensitivity analyses, and generate decision rationale documents.

spdgt.depredation

Depredation

Access the public depredation API to query and manage depredation reports and related data.