Skip to content

Commit 4f114ab

Browse files
Kenneth BenoitKenneth Benoit
authored andcommitted
Final documentation changes for v0.96
1 parent 33be99b commit 4f114ab

File tree

5 files changed

+7
-9
lines changed

5 files changed

+7
-9
lines changed

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@
77
^\.github$
88
^CRAN-RELEASE$
99
^revdep$
10+
^CRAN-SUBMISSION$

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: quanteda.textstats
2-
Version: 0.95.2
2+
Version: 0.96
33
Title: Textual Statistics for the Quantitative Analysis of Textual Data
44
Description: Textual statistics functions formerly in the 'quanteda' package.
55
Textual statistics for characterizing and comparing textual data. Includes

NEWS.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
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

README.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ install.packages("quanteda.textstats")
3838
Or 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

4444
Because this compiles some C++ and Fortran source code, you will need to have installed the appropriate compilers.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
[![CRAN
77
Version](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
1111
Downloads](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

3838
Because this compiles some C++ and Fortran source code, you will need to

0 commit comments

Comments
 (0)