Skip to content

Commit 6f46096

Browse files
committed
removed Imports methods from DESCRIPTION
1 parent ca1a41e commit 6f46096

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

nimbleHMC/DESCRIPTION

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ Authors@R: c(person("Daniel", "Turek", role = c("aut", "cre"), email = "danieltu
88
Maintainer: Daniel Turek <danielturek@gmail.com>
99
Description: Provides gradient-based MCMC sampling algorithms for use with the MCMC engine provided by the 'nimble' package. This includes two versions of Hamiltonian Monte Carlo (HMC) No-U-Turn (NUTS) sampling, and (under development) Langevin samplers. The `NUTS_classic` sampler implements the original HMC-NUTS algorithm as described in Hoffman and Gelman (2014) <doi:10.48550/arXiv.1111.4246>. The `NUTS` sampler is a modern version of HMC-NUTS sampling matching the HMC sampler available in version 2.32.2 of Stan (Stan Development Team, 2023). In addition, convenience functions are provided for generating and modifying MCMC configuration objects which employ HMC sampling. Functionality of the 'nimbleHMC' package is described further in Turek, et al (2024) <doi: 10.21105/joss.06745>.
1010
Depends: R (>= 3.5.0), nimble (>= 1.4.0)
11-
Imports: methods
1211
Suggests: testthat
1312
License: BSD_3_clause + file LICENSE | GPL (>= 2)
1413
Copyright: See COPYRIGHTS file.

0 commit comments

Comments
 (0)