File tree Expand file tree Collapse file tree 5 files changed +7
-9
lines changed
Expand file tree Collapse file tree 5 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 77^\.github$
88^CRAN-RELEASE$
99^revdep$
10+ ^CRAN-SUBMISSION$
Original file line number Diff line number Diff line change 11Package: quanteda.textstats
2- Version: 0.95.2
2+ Version: 0.96
33Title: Textual Statistics for the Quantitative Analysis of Textual Data
44Description: Textual statistics functions formerly in the 'quanteda' package.
55 Textual statistics for characterizing and comparing textual data. Includes
Original file line number Diff line number Diff line change 1- # quanteda.textstats 0.95.2
2-
3- * Fixes for compatibility with Matrix 1.4.2.
4-
5- # quanteda.textstats 0.95.1
1+ # quanteda.textstats 0.96
62
3+ * Fixes for compatibility with Matrix >= 1.5. (#54 )
74* Fixed how subsetting (` [ ` ) works for textstat outputs, to fix #50 .
85
96# quanteda.textstats 0.95
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ install.packages("quanteda.textstats")
3838Or for the latest development version:
3939``` {r eval = FALSE}
4040# devtools package required to install quanteda from Github
41- devtools ::install_github("quanteda/quanteda.textstats")
41+ remotes ::install_github("quanteda/quanteda.textstats")
4242```
4343
4444Because this compiles some C++ and Fortran source code, you will need to have installed the appropriate compilers.
Original file line number Diff line number Diff line change 55
66[ ![ CRAN
77Version] ( https://www.r-pkg.org/badges/version/quanteda.textstats )] ( https://CRAN.R-project.org/package=quanteda.textstats )
8- [ ![ ] ( https://img.shields.io/badge/devel%20version-0.95.1 -royalblue.svg )] ( https://github.com/quanteda/quanteda.textstats )
8+ [ ![ ] ( https://img.shields.io/badge/devel%20version-0.96 -royalblue.svg )] ( https://github.com/quanteda/quanteda.textstats )
99[ ![ Downloads] ( https://cranlogs.r-pkg.org/badges/quanteda.textstats )] ( https://CRAN.R-project.org/package=quanteda.textstats )
1010[ ![ Total
1111Downloads] ( https://cranlogs.r-pkg.org/badges/grand-total/quanteda.textstats?color=orange )] ( https://CRAN.R-project.org/package=quanteda.textstats )
@@ -32,7 +32,7 @@ Or for the latest development version:
3232
3333``` r
3434# devtools package required to install quanteda from Github
35- devtools :: install_github(" quanteda/quanteda.textstats" )
35+ remotes :: install_github(" quanteda/quanteda.textstats" )
3636```
3737
3838Because this compiles some C++ and Fortran source code, you will need to
You can’t perform that action at this time.
0 commit comments