Skip to content

Commit

Permalink
cran 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dselivanov committed Sep 12, 2022
1 parent 17f3b35 commit 311c483
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 7 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ R/drafts/*
^vignettes/drafts/*
^docs/*
^CRAN-RELEASE$
^CRAN-SUBMISSION$
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: text2vec
Type: Package
Version: 0.6.1
Version: 0.6.2
Title: Modern Text Mining Framework for R
License: GPL (>= 2) | file LICENSE
Description: Fast and memory-friendly tools for text vectorization, topic
Expand Down Expand Up @@ -47,4 +47,4 @@ URL: http://text2vec.org
BugReports: https://github.com/dselivanov/text2vec/issues
VignetteBuilder: knitr
LazyData: true
RoxygenNote: 7.1.1
RoxygenNote: 7.2.1
5 changes: 4 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# text2vec 0.6.2 (2022-09-11)
- removed test which is not needed with Matrix package v 1.5

# text2vec 0.6
1. 2019-12-17
* **breaking change** - removed construction of a vocabulary in parallel on windows
* use `rsparse` package for SVD and GloVe factorizations
* uodated RWMD implementation (hopefully bug free)
* updated RWMD implementation (hopefully bug free)
1. 2018-09-10
* **breaking change** - changed IDF formula - see #280 for details.
1. 2018-05-28
Expand Down
2 changes: 1 addition & 1 deletion R/model_Collocations.R
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
#' \item log-frequency biased mutual dependency
#' \item Dunning's logarithm of the ratio between the likelihoods of the hypotheses of dependence and independence
#' }
#' See \url{http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.11.8101&rep=rep1&type=pdf},
#' See \url{https://citeseerx.ist.psu.edu:443/viewdoc/download?doi=10.1.1.11.8101&rep=rep1&type=pdf},
#' \url{https://aclanthology.org/I05-1050/} for details.
#' Also see data in \code{model$collocation_stat} for better intuition}
#' \item{it}{An input \code{itoken} or \code{itoken_parallel} iterator}
Expand Down
5 changes: 3 additions & 2 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## New submission
## Resubmission

* patch failing tests as requested by CRAN
* fixed url redirect
* patch tests following Matrix package update to version 1.5

## Test environments

Expand Down
2 changes: 1 addition & 1 deletion man/Collocations.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 311c483

Please sign in to comment.