diff --git a/DESCRIPTION b/DESCRIPTION index 110890d..bd43e38 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -3,8 +3,8 @@ Type: Package Title: Tuning of the Latent Dirichlet Allocation Models Parameters Description: For this first version only metrics to estimate the best fitting number of topics are implemented. -Version: 1.0.1 -Date: 2020-04-08 +Version: 1.0.2 +Date: 2020-04-09 Authors@R: c(person("Murzintcev", "Nikita", email = "nikita@lreis.ac.cn", role = c("aut")), person("Nathan", "Chaney", role = c("ctb", "cre"), diff --git a/NEWS.md b/NEWS.md index 9feb65f..d7f140a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,6 @@ +# ldatuning 1.0.2 + * Fixed bug introduced by return_models option in FindTopicNumbers_plot(#16) + # ldatuning 1.0.1 * Option to return list of trained models (#2) * Expose scoring algorithms to public namespace (#15, @titaniumtroop) diff --git a/cran-comments.md b/cran-comments.md index 3c90da7..41e0c3d 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,9 +1,9 @@ ## Resubmission -This is a resubmission. In this version: +This is a resubmission of v1.0.2 made at the request of CRAN in order to clear +NOTEs for 0 days since last submission as well as a couple of transient errors on +the CRAN package check results. This version: -* Changed maintainer per request of the original creator -* Changed version number from 1.0.0 to 1.0.1 -* Made minor performance improvements +* Fixed a minor bug introduced by a new feature in 1.0.1 ## Test environments @@ -13,17 +13,10 @@ This is a resubmission. In this version: ## R CMD check results -There were no ERRORs or WARNINGs. - -There was 1 NOTE concerning the change in maintainer. I have requested that the -previous maintainer email the CRAN submission team. Her request for me to take -over maintenance is also documented in the Github repository -[nikita-moor/ldatuning](https://github.com/nikita-moor/ldatuning/pull/15) in -connection with pull request #15. +There were no ERRORs, WARNINGs, or NOTEs. ## Downstream dependencies saotd: 1 Note: found 826 marked UTF-8 strings -- This is not unexpected for a package that contains datasets for natural language processing. - diff --git a/man/FindTopicsNumber.Rd b/man/FindTopicsNumber.Rd index 82260ff..4922d9e 100644 --- a/man/FindTopicsNumber.Rd +++ b/man/FindTopicsNumber.Rd @@ -39,7 +39,7 @@ NA, which triggers auto-detection of number of cores on the local machine.} \item{return_models}{Whether or not to return the model objects of class "\link[topicmodels]{LDA}. Defaults to false. Setting to true requires the tibble package.} -\item{verbose}{If false (default), supress all warnings and additional +\item{verbose}{If false (default), suppress all warnings and additional information.} \item{libpath}{Path to R packages (use only if your R installation can't find