Changelog
Source:NEWS.md
wordpredictor 0.0.5
CRAN release: 2024-10-08
Bug fixes
- Set
rfparameter intd_envfunction call to FALSE in features.Rmd, overview.Rmd and README.Rmd files. It was causing problems with CRAN checks #2.
wordpredictor 0.0.2
CRAN release: 2021-06-19
Bug fixes
- Fixed small bugs that were causing problems with GitHub actions and CRAN checks.
- Removed custom
.Rprofilefile as it was causing problems with GitHub actions. - Updated sample code in
features.Rmdvignette so it does not cause issues with R CMD Check on MacOs. - Removed
inst/extdata folderfrom.gitignoresince it was causing problems with check-standard workflow on GitHub. - Removed non-standard characters from example in data-cleaner.R file as they were causing problems with CRAN check on “Debian Linux, R-devel, clang”.
- Issues related to the bug fixes: #318, #319, #320.