Changelog
Source:NEWS.md
elmNNRcpp 1.0.5
CRAN release: 2025-09-15
- I updated the
Makevars
andMakevars.win
files by adding-DARMA_USE_CURRENT
(see issue: https://github.com/RcppCore/RcppArmadillo/issues/476) - I removed the
-mthreads
compilation option from the “Makevars.win” file - I removed the “CXX_STD = CXX11” from the “Makevars” files, and the “[[Rcpp::plugins(cpp11)]]” from the “utils.cpp” file due to the following NOTE from CRAN, “NOTE Specified C++11: please drop specification unless essential” (see also: https://www.tidyverse.org/blog/2023/03/cran-checks-compiled-code/#note-regarding-systemrequirements-c11)
elmNNRcpp 1.0.4
CRAN release: 2022-01-28
- A formula interface was added through function
elm
(see https://github.com/mlampros/elmNNRcpp/pull/4)
elmNNRcpp 1.0.3
CRAN release: 2021-05-04
- I’ve added the CITATION file in the inst directory listing all papers and software used in the elmNNRcpp package
elmNNRcpp 1.0.2
CRAN release: 2020-06-13
- I fixed the documentation of the ‘normal_gaussian’ weights (see issue: https://github.com/mlampros/elmNNRcpp/issues/1)
- I fixed the ‘uniform_negative’ distribution (see issue: https://github.com/mlampros/elmNNRcpp/issues/2)