From 9ecc1c09a934b0acfccf1a222bd8dbc94ed025c8 Mon Sep 17 00:00:00 2001 From: Ken Kellner Date: Wed, 23 Jun 2021 15:13:49 -0400 Subject: Update link to ubms dev version --- src/ubms-spatial.Rmd | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/ubms-spatial.Rmd b/src/ubms-spatial.Rmd index 0d2d611..9aef6ab 100644 --- a/src/ubms-spatial.Rmd +++ b/src/ubms-spatial.Rmd @@ -30,7 +30,11 @@ At least two specialized R packages ([`stocc`](https://cran.r-project.org/web/pa It is now possible to fit RSRs in Stan with `ubms` as well, allowing those familiar with `unmarked`/`ubms` syntax and workflows to easily fit spatial models. Currently only single-season occupancy models are supported, but support will soon be extended to other single-season model types. In addition to fitting RSRs, `ubms` also provides tools for applying and visualizing fitted spatial models. -For now these features are available in a dev branch of `ubms` available on [Github](https://github.com/kenkellner/ubms/tree/RSR). +For now these features are available in the dev version of `ubms`, which you can install with the following code: + +```{r,eval=FALSE} +install.packages("ubms", repos="https://kenkellner.com/R") +``` # Example -- cgit v1.2.3