Changes:
- [FIX] Rcpp bug to run test
Changes:
- [FIX] Rcpp bug to run test
- [FIX] test of the package
- [IMP] Random partition Environment and Traits now are exported as character, not as factor.
Changes:
- [FIX] Users can overwrite the package compiler.
Changes:
- [FIX] Users can overwrite the package compiler.
Changes:
- [FIX] clang: warnings
- [FIX] Deprecated
funs
from dplyr
Changes:
- [Fix bug] Fixed eigen values in
BME
andBMTME
functions.
Changes:
- [Update] Fixed package to keep it compatible with new version of dplyr.
- [Update] New parameter
tolerance
in cholesky function.
Changes:
- [Update] Examples provided to BMORS, BME, BMTME and BMORS_Env functions.
- [Update] Description of the package.
Changes:
- [Update] New tests was added.
- [refactoring code] Update validation of cores to use only the 50% of the available cores.
- [refactoring code] Change to snow and doSNOW packages to parallel work.
- [refactoring code] Bug fixed.
Changes:
- [Update] New tests was added.
- [refactoring code] Now the progress bar with parallel work it is with pbapply package
- [refactoring code] Change snow and doSNOW packages to parallel package
- [refactoring code] New function to crossvalidation, easier to maintain.
- [Update] Add a good description.
Changes:
- [Fixed] Makevars.win to compile C++ code.
- [refactoring code] cholesky function.
Changes:
- Fixed typo
- Include vignettes
- Removed unused code
Changes:
- Improvements in tests
- Minor fixes
Changes:
- Include coverage test
- Typo fixed
- Fixed bug in
BMTME()
function with a vector as testingSet parameter. - Fixed bug in
RandomPartition()
function. - Implemented predictions with not crossvalidation in
BMORS()
function. - Include
print()
function toBMORS
object with not crossvalidation.
Changes:
- Removed stratified random partitions.
- Fixed barplot for BMORS_Env.
- Good practice with <-
- complete F or T, logical arguments.
- Bug fixed: changed 1:length to seq_len to avoid bugs.
- Include ORCID.
Changes:
- Include more tests.
- Fixed print message of
BMORS()
andBMORS_Env()
functions. - Fixed parallel work of
BMORS()
function.
Changes:
- Important updates to the documentation.
- Fixed MAC-OS 10.11 El Capitan, installation (issue #1).
Changes:
BMTERS()
function now isBMORS()
function.BMTERS_Env()
function now isBMORS_Env()
function.
Changes:
- Update Windows c++ support.
- Fixed issues #1 (Installation in Windows) and #2 (Typos). Thanks to @volpatoo and @j450h1 by reporting it.
Changes:
- Update plot and boxplot functions
Changes:
- New
predictor_Sec_complete
parameter inBMTMERS_Env()
function.
Changes:
- New
predictor_Sec_complete
parameter inBMTMERS()
function.
Changes:
- The MSEP was changed to MAAPE for the error estimations of the predictions.
- Minor fixes in the documentation.
- Now the boxplots can be ordered by the MAAPE.
- fixed the predicted output.
Changes:
- Implement parallel mode in the BMTMERS function
- Implement validation to
parallelCores
parameter in the functions that could use it. - export
n_cores
used to fit the models that could useparallelCores
parameter. - fixed class of
BME
function.
Changes:
- Update Unix support
Changes:
- Initial development is in progress, but there has not yet been a stable, usable release suitable for the public; this is a pre-release, be careful.
Changes:
- Initial commit