Skip to content

Commit

Permalink
update aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
helske committed Sep 4, 2023
1 parent 38b5e97 commit 7fd7910
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
Expand Up @@ -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",
Expand Down Expand Up @@ -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"))
6 changes: 4 additions & 2 deletions 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)
==============
Expand Down
2 changes: 1 addition & 1 deletion R/bssm-package.R
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions man/bssm.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7fd7910

Please sign in to comment.