From 68885b49280e19b5dec8f472e172f760e1b796c8 Mon Sep 17 00:00:00 2001 From: Malin Pinsky Date: Thu, 21 May 2026 08:50:55 +0100 Subject: [PATCH] Enhance index page with text and vignette links Added installation instructions and links to vignettes. --- index.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/index.md b/index.md index 69a5246..46e2366 100644 --- a/index.md +++ b/index.md @@ -1,9 +1,11 @@ # drmr `drmr` (pronounced *drummer*) is an `R` package for fitting dynamic -range models. Inference is carried out in a Bayesian framework via +range models to spatiotemporal data on species abundance. Dynamic range models are spatial population models in which demographic rates (e.g., reproduction or mortality) are influenced by the environment. Inference is carried out in a Bayesian framework via Markov Chain Monte Carlo (MCMC) samples available in `Stan`. +For details, please see Vignettes linked below and [da Cunha Godoy et al. 2026](https://ecoevorxiv.org/repository/view/12564/). + ### Installation The installation of the development version from GitHub can be done via @@ -12,3 +14,11 @@ The installation of the development version from GitHub can be done via remotes::install_github("pinskylab/drmr") ## or devtools::install_github("pinskylab/drmr") ``` +### Vignettes + +* [Get started](https://pinskylab.github.io/drmr/articles/get-started.html) +* [Theoretical background](https://pinskylab.github.io/drmr/articles/theory.html) +* [Algorithms](https://pinskylab.github.io/drmr/articles/algos.html) +* [Initializing densities](https://pinskylab.github.io/drmr/articles/init.html) +* [Parameterization of the density functions](https://pinskylab.github.io/drmr/articles/parametrization.html) +* [Advanced features](https://pinskylab.github.io/drmr/articles/advanced-features.html)