(This article was first published on Thinking inside the box , and kindly contributed to R-bloggers)
The RcppDE package required a bug-fix release. One of the tests compared
results to those from the
DEoptim package this
is based upon, and these are no longer equal, leading the tests to fail.
While I was at it, I finally committed a few more things that had piled up.
Below are the corresponding ChangeLog entries
2012-04-08 Dirk Eddelbuettel* DESCRIPTION: Release 0.1.1 * tests/compTest.R: With the just-release DEoptim 2.2.0, results are no longer identical so we commented-out the stopifnot() comparison to not break any automated tests (as requested by the CRAN maintainers) * .Rbuildignore: Added a few more files which R CMD check does not want to see in the tarball 2011-03-07 Dirk Eddelbuettel * src/evaluate.h: Also reflect '...' argument from R function we pass in, with thanks to Josh Ulrich for the one-line patch * R/DEoptim.R: No longer pass environment 'env' down * man/DEoptim.Rd: No longer document now unused 'env' * src/deoptim.cpp: Minor tweak to RcppArmadillo object creation
To leave a comment for the author, please follow the link and comment on their blog: Thinking inside the box .
R-bloggers.com offers daily e-mail updates about R news and tutorials on topics such as: Data science, Big Data, R jobs, visualization (ggplot2, Boxplots, maps, animation), programming (RStudio, Sweave, LaTeX, SQL, Eclipse, git, hadoop, Web Scraping) statistics (regression, PCA, time series, trading) and more...