NEWS
wordpredictor 0.0.5 (2024-10-08)
Bug fixes
- Set
rf
parameter in td_env
function call to FALSE in features.Rmd, overview.Rmd and README.Rmd files.
It was causing problems with CRAN checks #2.
wordpredictor 0.0.3 (2022-01-04)
Bug fixes
- Disabled caching in R Markdown files, because it was causing problems with CRAN checks.
wordpredictor 0.0.2 (2021-06-19)
Bug fixes
- Fixed small bugs that were causing problems with GitHub actions and CRAN checks.
- Removed custom
.Rprofile
file as it was causing problems with GitHub actions.
- Updated sample code in
features.Rmd
vignette so it does not cause issues with R CMD Check on MacOs.
- Removed
inst/extdata folder
from .gitignore
since 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.
wordpredictor 0.0.1 (2021-06-14)