From 1efafc41416b19b59174e659793df7e08252381b Mon Sep 17 00:00:00 2001 From: Daniel Turek Date: Thu, 23 May 2024 11:19:48 -0400 Subject: [PATCH] added CRAN API link to README (#55) --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f5ac51..3f755b3 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,9 @@ Provides derivative-based MCMC sampling algorithms and convenence functions, for - Historical implementation of the original No-U-Turn HMC (`NUTS_classic`) sampler - Langevin sampler (*under development*) -See the [nimble user manual](https://r-nimble.org/html_manual/cha-mcmc.html#subsec:HMC) for more information and examples. +See the HMC section of the [nimble user manual](https://r-nimble.org/html_manual/cha-mcmc.html#subsec:HMC) for more information and examples. + +[General package information](https://cran.r-project.org/web/packages/nimbleHMC/) about `nimbleHMC`, and the [complete API for package functions](https://cran.r-project.org/web/packages/nimbleHMC/nimbleHMC.pdf) are available on CRAN. Additional information about the `nimble`package itself is available at the [nimble website](https://r-nimble.org/).