Skip to content

Commit

Permalink
small tweaks to appease CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
dochvam committed Jun 27, 2024
1 parent 6f62c31 commit 38e9e88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Package: nimbleEcology
Type: Package
Title: Distributions for Ecological Models in 'nimble'
Version: 0.5.0
Maintainer: Benjamin R. Goldstein <ben.goldstein@berkeley.edu>
Maintainer: Benjamin R. Goldstein <bgoldst2@ncsu.edu>
Authors@R: c(person("Benjamin R.", "Goldstein", role = c("aut", "cre"),
email = "[email protected]"),
person("Daniel", "Turek", role = "aut"),
Expand Down
2 changes: 1 addition & 1 deletion vignettes/Introduction_to_nimbleEcology.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 38e9e88

Please sign in to comment.