http://www.jstatsoft.org
to https://www.jstatsoft.org
.\doi
tag for sources in Rd documentation where the URL pointed to
https://doi.org/
.tidyverse
package with dependencies on the
specific packages from tidyverse
: dplyr
, tidyr
, and purrr
.fitnessCPP
to fix memory access errors.message()
and warning()
instead of
print()
and cat()
testthat
version 2.0.0Rcpp::compileAttributes()
.maxfitness
to maxFitness
to comply with new
GA
version soon to be on CRAN.Second release of package.
stop
to warning
if length(names) > 3
.
Added some text to stop()
for ncol(data) != inputs
.var_imp
more modular.var_imp2()
function that uses output of this new importance()
function and returns results for every element of state matrix, not just the
colSums
and puts that in a new slot in the main object called varImp2
var_imp2()
returns raw performance scores.varImp2
. Added check for another (4th) covariate
value in C++.evolve_model_ntimes()
function to run
evolve_model()
n
times and return either the best or all of them,
depending on user specification.evolve_model()
instead of missing()
, now use is.null()
so
evolve_model
can be called inside other functions easily.First release of package.