From 38e9e884abceda44ff7002b6abc79a9b32c2d651 Mon Sep 17 00:00:00 2001 From: Ben Goldstein Date: Wed, 26 Jun 2024 20:06:05 -0400 Subject: [PATCH] small tweaks to appease CRAN --- DESCRIPTION | 2 +- vignettes/Introduction_to_nimbleEcology.Rmd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 516b806..ee67e64 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -2,7 +2,7 @@ Package: nimbleEcology Type: Package Title: Distributions for Ecological Models in 'nimble' Version: 0.5.0 -Maintainer: Benjamin R. Goldstein +Maintainer: Benjamin R. Goldstein Authors@R: c(person("Benjamin R.", "Goldstein", role = c("aut", "cre"), email = "bgoldst2@ncsu.edu"), person("Daniel", "Turek", role = "aut"), diff --git a/vignettes/Introduction_to_nimbleEcology.Rmd b/vignettes/Introduction_to_nimbleEcology.Rmd index 848e949..8904a2a 100644 --- a/vignettes/Introduction_to_nimbleEcology.Rmd +++ b/vignettes/Introduction_to_nimbleEcology.Rmd @@ -219,7 +219,7 @@ optim(c(0.5, 0.5), COccLogLik$run, control = list(fnscale = -1))$par ## Support for automatic differentiation with `nimbleEcology`. -As of `nimble` version 1.0.0, there is a system for automatic (or algorithmic) differentiation, known as AD. This is used by algorithms such as Hamiltonian Monte Carlo (see package [`nimbleHMC`](https://cran.r-project.org/web/packages/nimbleHMC/index.html)) and Laplace approximation (`buildLaplace` in `nimble`). +As of `nimble` version 1.0.0, there is a system for automatic (or algorithmic) differentiation, known as AD. This is used by algorithms such as Hamiltonian Monte Carlo (see package [`nimbleHMC`](https://cran.r-project.org/package=nimbleHMC)) and Laplace approximation (`buildLaplace` in `nimble`). The distributions provided in `nimbleEcology` support AD as much as possible. There are three main points to keep in mind: