From 7fd79101cc3793fd2494c52377720601a12f74c1 Mon Sep 17 00:00:00 2001 From: Jouni Helske Date: Mon, 4 Sep 2023 13:37:46 +0300 Subject: [PATCH] update aliases --- DESCRIPTION | 6 +++--- NEWS.md | 6 ++++-- R/bssm-package.R | 2 +- man/bssm.Rd | 1 + 4 files changed, 9 insertions(+), 6 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 8cab6f3..7a89463 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -2,7 +2,7 @@ Package: bssm Type: Package Title: Bayesian Inference of Non-Linear and Non-Gaussian State Space Models -Version: 2.0.1.3 +Version: 2.0.2 Authors@R: c(person(given = "Jouni", family = "Helske", @@ -48,13 +48,13 @@ Imports: rlang, tidyr LinkingTo: ramcmc, Rcpp, RcppArmadillo, sitmo -SystemRequirements: C++11, pandoc (>= 1.12.3, needed for vignettes) +SystemRequirements: pandoc (>= 1.12.3, needed for vignettes) VignetteBuilder: knitr BugReports: https://github.com/helske/bssm/issues URL: https://github.com/helske/bssm ByteCompile: true Encoding: UTF-8 NeedsCompilation: yes -RoxygenNote: 7.2.0 +RoxygenNote: 7.2.3 Roxygen: list(markdown = TRUE, roclets = c("namespace", "rd", "srr::srr_stats_roclet")) diff --git a/NEWS.md b/NEWS.md index 24a4111..64244be 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,12 +1,14 @@ -bssm 2.0.1.3 (2022-) +bssm 2.0.2 (Release date: 2023-09-04) ===================================== * Switched to markdown NEWS with a plan to be more clear about the future changes in the package. * Added more details to the `?bssm` help page. * Added more details to the `?bssm_prior` help page. * Added option to extract only hyperparameters in `as_draws` method. Also - fixed a but in `as_draws` which caused the it to ignore `states` argument. + fixed a bug in `as_draws` which caused the it to ignore `states` argument. * Added a default plot method for the `run_mcmc` output. + * Fixed the aliases of the main help page to accomodate changes in roxygen2. + * Removed explicit C++ version requirement as required by new CRAN policies. bssm 2.0.1 (Release date: 2022-05-02) ============== diff --git a/R/bssm-package.R b/R/bssm-package.R index 51bf516..ad0b8fd 100644 --- a/R/bssm-package.R +++ b/R/bssm-package.R @@ -83,7 +83,7 @@ #' #' @docType package #' @name bssm -#' @aliases bssm +#' @aliases bssm bssm-package #' @importFrom Rcpp evalCpp #' @importFrom stats as.ts dnorm end frequency is.ts logLik quantile start #' time ts ts.union tsp tsp<- sd na.omit diff --git a/man/bssm.Rd b/man/bssm.Rd index 463b8ec..09d3377 100644 --- a/man/bssm.Rd +++ b/man/bssm.Rd @@ -3,6 +3,7 @@ \docType{package} \name{bssm} \alias{bssm} +\alias{bssm-package} \title{Bayesian Inference of State Space Models} \description{ This package contains functions for efficient Bayesian inference of state