Skip to content

Commit

Permalink
Addressing roxygen2 issue
Browse files Browse the repository at this point in the history
  • Loading branch information
gvegayon committed Aug 29, 2023
1 parent a1f99a0 commit 9924267
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 29 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: fmcmc
Title: A friendly MCMC framework
Version: 0.5-1
Date: 2022-01-13
Version: 0.5-2
Date: 2023-08-29
Authors@R: c(person("George", "Vega Yon", email = "[email protected]", role =
c("aut", "cre"), comment = c(ORCID = "0000-0002-3171-0844")),
person("Paul", "Marjoram", email = "[email protected]", role = c("ctb",
Expand Down Expand Up @@ -40,6 +40,6 @@ Imports:
methods,
MASS,
Matrix
RoxygenNote: 7.1.2
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# fmcmc 0.5-2

* Adressing [`roxygen2` issue #1491](https://github.com/r-lib/roxygen2/issues/1491)


# fmcmc 0.5-1

* Fixed issue #21: Restricting search scope in MCMC temp environment data.
Expand Down
2 changes: 1 addition & 1 deletion R/imports.R
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ NULL
#' Vega Yon et al., (2019). fmcmc: A friendly MCMC framework. Journal of Open
#' Source Software, 4(39), 1427, \doi{10.21105/joss.01427}
#'
#' @docType package
#' @aliases fmcmc-package
#' @name fmcmc
#'
NULL
25 changes: 7 additions & 18 deletions inst/NEWS
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
fmcmc 0.5-2

- Adressing roxygen2 issue #1491

FMCMC 0.5-1

fmcmc 0.5-1

- Fixed issue #21: Restricting search scope in MCMC temp environment
data.

- Removed annoying warning when using convergence checker.



FMCMC 0.5-0

fmcmc 0.5-0

- The function fun passed to MCMC is now called two times less. It
shouldn’t significantly affect any previous results.
Expand Down Expand Up @@ -50,10 +48,7 @@ FMCMC 0.5-0
This simulates 1,000 observations of age at death using US’s
statistics.



FMCMC 0.4-0

fmcmc 0.4-0

- kernel_am and kernel_ram no longer fail when at least one parameter
is an offset (fixed = TRUE for some parameter).
Expand All @@ -76,10 +71,7 @@ FMCMC 0.4-0
- The functions to compute mean and variance recursively now allow us
to do so using windows.



FMCMC 0.3-0

fmcmc 0.3-0

- Adding Vihola (2012)’s Robust Adaptive Metropolis, Haario et
al. (2001)’s Adaptive Metropolis, and Thawornwattana et al. (2018)’s
Expand All @@ -94,9 +86,6 @@ FMCMC 0.3-0
tagged in the fmcmc_kernel object will be excluded from the call to
conv_checker.



FMCMC 0.2-0

fmcmc 0.2-0

- Added a NEWS.md file to track changes to the package.
8 changes: 5 additions & 3 deletions man/fmcmc.Rd

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

6 changes: 4 additions & 2 deletions man/kernel_new.Rd

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

6 changes: 4 additions & 2 deletions man/mcmc-loop.Rd

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

0 comments on commit 9924267

Please sign in to comment.