diff --git a/DESCRIPTION b/DESCRIPTION index 5f53c71..5d9dbc5 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: MCMCvis Type: Package Title: Tools to Visualize, Manipulate, and Summarize MCMC Output -Version: 0.16.1 +Version: 0.16.2 Authors@R: c( person("Casey", "Youngflesh", role = c("aut", "cre"), email = "caseyyoungflesh@gmail.com", comment = c(ORCID = "0000-0001-6343-3311")), person("Christian", "Che-Castaldo", role = c("aut"), email = "christian.che-castaldo@stonybrook.edu", comment = c(ORCID = "0000-0002-7670-2178")), @@ -20,7 +20,7 @@ Imports: colorspace Depends: R (>= 3.5.0) -RoxygenNote: 7.2.1 +RoxygenNote: 7.2.3 Suggests: knitr, rmarkdown, testthat, diff --git a/NEWS.md b/NEWS.md index 4239177..94c48b2 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,11 @@ NEWS ==== +# 0.16.2 + +- Fix CRAN documentation issue + + # 0.16.1 - Fix bug in `MCMCsummary` that prevented `n.eff` from being displayed for `jagsUI` objects diff --git a/R/MCMCvis.R b/R/MCMCvis.R index be08846..522c55c 100644 --- a/R/MCMCvis.R +++ b/R/MCMCvis.R @@ -27,8 +27,4 @@ #' Casey Youngflesh #' Christian Che-Castaldo #' -#' @docType package -#' @name MCMCvis - -NULL - +'_PACKAGE' diff --git a/README.md b/README.md index b05c43e..505cae9 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # MCMCvis [![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/MCMCvis)](http://cran.r-project.org/package=MCMCvis) -![devel 0.16.1](https://img.shields.io/badge/devel-0.16.1-red.svg) +![devel 0.16.2](https://img.shields.io/badge/devel-0.16.2-red.svg) [![Downloads](http://cranlogs.r-pkg.org/badges/MCMCvis?color=blue)](http://cran.rstudio.com/package=MCMCvis) [![DOI](http://joss.theoj.org/papers/10.21105/joss.00640/status.svg)](https://doi.org/10.21105/joss.00640) diff --git a/codemeta.json b/codemeta.json index 70e8d33..fa6aed2 100644 --- a/codemeta.json +++ b/codemeta.json @@ -7,7 +7,7 @@ "codeRepository": "https://github.com/caseyyoungflesh/MCMCvis", "issueTracker": "https://github.com/caseyyoungflesh/MCMCvis/issues", "license": "https://spdx.org/licenses/GPL-3.0", - "version": "0.16.0", + "version": "0.16.2", "programmingLanguage": { "@type": "ComputerLanguage", "name": "R", @@ -170,7 +170,7 @@ }, "SystemRequirements": null }, - "fileSize": "3415.223KB", + "fileSize": "3415.901KB", "citation": [ { "@type": "ScholarlyArticle", diff --git a/cran-comments.md b/cran-comments.md index 2e36044..53c2d06 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -15,9 +15,9 @@ There is one ERROR on Fedora via rhub, due to a [known issue](https://github.com There are no WARNINGs. There are currently 4 NOTES, all of which are expected. -#1: all systems -#2,3: only on Windows Server 2022, R-devel -#4: only Ubuntu Linux 20.04.1 +#1: Ubuntu 20.04.1, Fedora, Windows Server 2022 +#2,3: Windows Server 2022 +#4: Ubuntu 20.04.1 1) The `cmdstanr` package is in Suggests and is not on CRAN: diff --git a/man/MCMCvis.Rd b/man/MCMCvis-package.Rd similarity index 74% rename from man/MCMCvis.Rd rename to man/MCMCvis-package.Rd index 36f5afd..a566949 100644 --- a/man/MCMCvis.Rd +++ b/man/MCMCvis-package.Rd @@ -1,8 +1,9 @@ % Generated by roxygen2: do not edit by hand % Please edit documentation in R/MCMCvis.R \docType{package} -\name{MCMCvis} +\name{MCMCvis-package} \alias{MCMCvis} +\alias{MCMCvis-package} \title{The 'MCMCvis' package} \description{ `MCMCvis` is an R package used to visualize, manipulate, and summarize MCMC output. MCMC output may be derived from Bayesian model output fit with JAGS, Stan, or other MCMC samplers. @@ -36,3 +37,25 @@ Casey Youngflesh Christian Che-Castaldo } +\seealso{ +Useful links: +\itemize{ + \item \url{https://github.com/caseyyoungflesh/MCMCvis} + \item Report bugs at \url{https://github.com/caseyyoungflesh/MCMCvis/issues} +} + +} +\author{ +\strong{Maintainer}: Casey Youngflesh \email{caseyyoungflesh@gmail.com} (\href{https://orcid.org/0000-0001-6343-3311}{ORCID}) + +Authors: +\itemize{ + \item Christian Che-Castaldo \email{christian.che-castaldo@stonybrook.edu} (\href{https://orcid.org/0000-0002-7670-2178}{ORCID}) +} + +Other contributors: +\itemize{ + \item Tyler Hardy [contributor] +} + +}