From 8d60b71dbec7ff7026cb9e0f4ff30295bcc9424a Mon Sep 17 00:00:00 2001 From: James J Balamuta Date: Tue, 28 Nov 2023 19:35:10 -0800 Subject: [PATCH] Update requirements --- DESCRIPTION | 11 +++++------ man/rrum-package.Rd | 6 ++---- 2 files changed, 7 insertions(+), 10 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 68c2714..35def55 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -22,16 +22,15 @@ Authors@R: c( Description: Implementation of Gibbs sampling algorithm for Bayesian Estimation of the Reduced Reparameterized Unified Model ('rrum'), described by Culpepper and Hudson (2017) . -URL: https://tmsalab.github.io/rrum, https://github.com/tmsalab/rrum +URL: https://tmsalab.github.io/rrum/, https://github.com/tmsalab/rrum BugReports: https://github.com/tmsalab/rrum/issues License: GPL (>= 2) -Depends: R (>= 3.4.0), simcdm (>= 0.1.0) -Imports: Rcpp (>= 1.0.0) -LinkingTo: Rcpp, RcppArmadillo (>= 0.9.200), rgen, simcdm +Depends: R (>= 4.1.0), simcdm (>= 0.1.0) +Imports: Rcpp (>= 1.0.11) +LinkingTo: Rcpp, RcppArmadillo (>= 0.12.6.6.0), rgen, simcdm Suggests: testthat, covr -SystemRequirements: C++11 Encoding: UTF-8 -RoxygenNote: 7.1.1 +RoxygenNote: 7.2.3 Roxygen: list(markdown = TRUE) diff --git a/man/rrum-package.Rd b/man/rrum-package.Rd index 49cb1dd..e2ffbdd 100644 --- a/man/rrum-package.Rd +++ b/man/rrum-package.Rd @@ -6,9 +6,7 @@ \alias{_PACKAGE} \title{rrum: Bayesian Estimation of the Reduced Reparameterized Unified Model with Gibbs Sampling} \description{ -Implementation of Gibbs sampling algorithm for Bayesian Estimation - of the Reduced Reparameterized Unified Model ('rrum'), described by - Culpepper and Hudson (2017) . +Implementation of Gibbs sampling algorithm for Bayesian Estimation of the Reduced Reparameterized Unified Model ('rrum'), described by Culpepper and Hudson (2017) \doi{ 10.1177/0146621617707511}. } \details{ Implemention of a Bayesian estimation for the @@ -27,7 +25,7 @@ Carolina. \seealso{ Useful links: \itemize{ - \item \url{https://tmsalab.github.io/rrum} + \item \url{https://tmsalab.github.io/rrum/} \item \url{https://github.com/tmsalab/rrum} \item Report bugs at \url{https://github.com/tmsalab/rrum/issues} }