SF + GP modeling.
You need to set the GITHUB_PAT
environment variable, which should be your GitHub personal
access token.
- Install
cmdstanr
following the instructions here. - Install
sfgp
using
remotes::install_github("generable/sfgp", ref = "main", build_vignettes = TRUE)
Building the vignettes can take rather long, so consider using build_vignettes = FALSE
.
More info is in documentation, that you can view with
library(sfgp)
?sfgp