Skip to content

Commit

Permalink
Update for 3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenneth Benoit authored and Kenneth Benoit committed Aug 9, 2022
1 parent b1f29df commit a5f9e2e
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 14 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,4 @@ quanteda.pdf
^\.lintr$
^tests/data_creation$
^\.github$
^CRAN-SUBMISSION$
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: quanteda
Version: 3.2.1
Version: 3.2.2
Title: Quantitative Analysis of Textual Data
Description: A fast, flexible, and comprehensive framework for
quantitative text analysis in R. Provides functionality for corpus management,
Expand Down Expand Up @@ -69,7 +69,7 @@ BugReports: https://github.com/quanteda/quanteda/issues
LazyData: TRUE
VignetteBuilder: knitr
Language: en-GB
RoxygenNote: 7.1.2
RoxygenNote: 7.2.0
SystemRequirements: C++11
Roxygen: list(markdown = TRUE)
Collate:
Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ install.packages("quanteda")
Or for the latest development version:
```{r eval = FALSE}
# devtools package required to install quanteda from Github
devtools::install_github("quanteda/quanteda")
remotes::install_github("quanteda/quanteda")
```

Because this compiles some C++ and Fortran source code, you will need to have installed the appropriate compilers to build the development version.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ data](https://cdn.rawgit.com/quanteda/quanteda/master/images/quanteda_logo.svg)]

[![CRAN
Version](https://www.r-pkg.org/badges/version/quanteda)](https://CRAN.R-project.org/package=quanteda)
[![](https://img.shields.io/badge/devel%20version-3.2.1-royalblue.svg)](https://github.com/quanteda/quanteda)
[![](https://img.shields.io/badge/devel%20version-3.2.2-royalblue.svg)](https://github.com/quanteda/quanteda)
[![Downloads](https://cranlogs.r-pkg.org/badges/quanteda)](https://CRAN.R-project.org/package=quanteda)
[![Total
Downloads](https://cranlogs.r-pkg.org/badges/grand-total/quanteda?color=orange)](https://CRAN.R-project.org/package=quanteda)
Expand Down Expand Up @@ -77,7 +77,7 @@ Or for the latest development version:

``` r
# devtools package required to install quanteda from Github
devtools::install_github("quanteda/quanteda")
remotes::install_github("quanteda/quanteda")
```

Because this compiles some C++ and Fortran source code, you will need to
Expand Down
10 changes: 3 additions & 7 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
# Submission notes

Minor updates to v3.2 consisting of bug fixes and minor feature additions.

Fixes a problem on CRAN due to forthcoming changes in `match.arg()` output.

Resubmitted to fix a potentially invalid URL (one that was redirected).
Minor updates to v3.2.1 consisting of bug fixes and minor feature additions.

## Test environments

* local macOS 11.6, R 4.1.2
* Ubuntu 20.04 LTS, R 4.1.2
* local macOS 12.5, R 4.2.1
* Ubuntu 20.04 LTS, R 4.2.1
* Windows release via devtools::check_win_release()
* Windows devel via devtools::check_win_devel()
* Windows oldrelease via devtools::check_win_oldrelease()
Expand Down
2 changes: 1 addition & 1 deletion index.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ install.packages("quanteda")
Or for the latest development version:
```{r eval = FALSE}
# devtools package required to install quanteda from Github
devtools::install_github("quanteda/quanteda")
remotes::install_github("quanteda/quanteda")
```

Because this compiles some C++ and Fortran source code, you will need to have installed the appropriate compilers to build the development version.
Expand Down
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ The normal way from CRAN, using your R GUI or
Or for the latest development version:

# devtools package required to install quanteda from Github
devtools::install_github("quanteda/quanteda")
remotes::install_github("quanteda/quanteda")

Because this compiles some C++ and Fortran source code, you will need to
have installed the appropriate compilers to build the development
Expand Down

0 comments on commit a5f9e2e

Please sign in to comment.