Releases: paulnorthrop/rust
rust: Ratio-of-Uniforms Simulation with Transformation v1.4.3
rust 1.4.3
Bug fixes and minor improvements
- Corrected typos and made cosmetic improvements to the package manual.
- Out new version on CRAN to assist in investigating the CRAN package check errors and warnings for the revdbayes package, which imports functions from rust.
rust: Ratio-of-Uniforms Simulation with Transformation v1.4.2
rust 1.4.2
Bug fixes and minor improvements
- The issue described at RcppCore/Rcpp#1287 has been fixed to avoid WARNINGs from CRAN checks on some platforms. Thank you to Dirk Eddelbuettel for providing the fix so quickly!
rust: Ratio-of-Uniforms Simulation with Transformation v1.4.1
rust 1.4.1
Bug fixes and minor improvements
- The unnecessary C++11 specification has been dropped to avoid a CRAN Package Check NOTE.
- README.md: Used app.codecov.io as base for codecov link.
rust: Ratio-of-Uniforms Simulation with Transformation v1.4.0
rust 1.4.0
New features
ru()
andru_rcpp()
have an additional argumentmode
that allows the user to specify the known mode of the input functionlogf
instead of finding it using numerical methods.
Bug fixes and minor improvements
-
An extra example has been added to
ru()
, involving different Box-Cox transformation parameters for different component variables. -
The list object returned from the function
ru()
has an extra component namedtrans_fn
. This is an R function that performs the inverse transformation from the transformed variable$\rho$ , on which the generalised ratio-of-uniforms method is performed, back to the original variable$\theta$ . -
The documentation of the functions
ru()
andru_rcpp()
now note that if the argumentn = 0
is passed then the ratio-of-uniforms bounding box is returned but no simulation is performed. This may be useful if the bounding box itself is of interest. -
In the description of the argument
logf
toru()
andru_rcpp()
it is advised thatlogf =
should be provided explicitly to avoid the potential for argument matching problems. -
In
plot.ru()
the argumentsxlabs
andylabs
have been super-seeded by an argumentvar_names
, which can be used to provide variable names for use as axis labels. -
Improvements to the package manual.
-
Activated 3rd edition of the
testthat
package -
WARNINGs in the CRAN package check results, like "init.c:60:47: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] extern SEXP _revdbayes_RcppExport_registerCCallable();" have been avoided.
rust: Ratio-of-Uniforms Simulation with Transformation v1.3.13
rust 1.3.13
Bug fixes and minor improvements
- In help files and vignettes DOIs are used rather than URLs.
rust: Ratio-of-Uniforms Simulation with Transformation v1.3.12
rust 1.3.12
Bug fixes and minor improvements
LazyData: TRUE
has been removed from DESCRIPTION, because there is no data/ directory in rust.
rust: Ratio-of-Uniforms Simulation with Transformation v1.3.11
rust 1.3.11
Bug fixes and minor improvements
- In
ru()
ifisTRUE()
is used to deal correctly with instances where there are missing values in the generalised ratio-of-uniforms test condition.
rust: Ratio-of-Uniforms Simulation with Transformation v1.3.10
rust 1.3.10
Bug fixes and minor improvements
- This is a patch that avoids the CRAN package check NOTEs resulting from the use of revdbayes::: instead of revdbayes::.
rust: Ratio-of-Uniforms Simulation with Transformation v1.3.9
rust 1.3.9
- This is a patch aimed at avoiding false positive CRAN package check warnings on some platforms.
rust: Ratio-of-Uniforms Simulation with Transformation v1.3.8
rust 1.3.8
Bug fixes and minor improvements
-
Dependence on the spatstat package has been removed.
-
In the S3 plot method
plot.ru()
warnings, stemming from stats::regularize.values(), which is called by stats::approx(), have been suppressed. -
A very basic S3 print method
print.ru()
has been added, which simply prints the call toru()
orru_rcpp()
.