NEWS
tidylda 0.0.5 (2024-04-22)
- Fixed "Packages in Suggests should be used conditionally" issue flagged by CRAN
Used
testthat::skip_if_not_installed('tm')
in offending test.
- Updated documentation to have valid NIH URL
tidylda 0.0.4 (2023-12-01)
- Fixed an issue flagged by CRAN related to RcppExports.cpp.
See here for more info.
tidylda 0.0.3 (2023-07-14)
- Added "class" and "distribution" options for
predict.tidylda
outputs
- Updated internal function
convert_dtm
to not use functions deprecated as of
Matrix 1.4-2
- Updates for compatibility with R CMD check and tidy select variables
- Added vignettes to describe some of the novel features of tidylda.
- Fix a bug in
tidylda
where data not returned even if user specifies return_data = TRUE
- Patch a potential error caused in internal function
tidylda:::recover_counts_from_probs
- Updated C++11 requirement consistent with current CRAN compilers
tidylda 0.0.2 (2021-12-08)
- Fixed error encountered with call to
tidylda
with large data sets.
- Improved user experience for using
refit.tidylda
when fine tuning on only
one document.
- Fixed miscalculation in
refit.tidylda
when beta from a previous model is used
as the prior. Miscalculation only affected multiple sequential calls to refit
- Minor improvements to documentation.
- Model summary now displays top 5 terms per topic, instead of top 3.
- Removed all explicit dependencies on the
textmineR
package.
tidylda 0.0.1 (2021-07-19)
This is the first released version of tidylda!