Skip to content

Commit

Permalink
Update for 0.94.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenneth Benoit authored and Kenneth Benoit committed Mar 23, 2022
1 parent deaaa17 commit b75a7d6
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Expand Up @@ -8,3 +8,4 @@
^\.lintr$
^CRAN-RELEASE$
^revdep$
^CRAN-SUBMISSION$
2 changes: 1 addition & 1 deletion README.Rmd
Expand Up @@ -21,7 +21,7 @@ library("badger")
[![Downloads](https://cranlogs.r-pkg.org/badges/quanteda.textplots)](https://CRAN.R-project.org/package=quanteda.textplots)
[![Total Downloads](https://cranlogs.r-pkg.org/badges/grand-total/quanteda.textplots?color=orange)](https://CRAN.R-project.org/package=quanteda.textplots)
[![R build status](https://github.com/quanteda/quanteda.textplots/workflows/R-CMD-check/badge.svg)](https://github.com/quanteda/quanteda.textplots/actions)
[![codecov](https://codecov.io/gh/quanteda/quanteda.textplots/branch/master/graph/badge.svg)](https://codecov.io/gh/quanteda/quanteda.textplots)
[![codecov](https://codecov.io/gh/quanteda/quanteda.textplots/branch/master/graph/badge.svg)](https://app.codecov.io/gh/quanteda/quanteda.textplots)
[![DOI](http://joss.theoj.org/papers/10.21105/joss.00774/status.svg)](https://doi.org/10.21105/joss.00774)
<!-- badges: end -->

Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -5,13 +5,13 @@

[![CRAN
Version](https://www.r-pkg.org/badges/version/quanteda.textplots)](https://CRAN.R-project.org/package=quanteda.textplots)
[![](https://img.shields.io/badge/devel%20version-0.94-royalblue.svg)](https://github.com/quanteda/quanteda.textplots)
[![](https://img.shields.io/badge/devel%20version-0.94.1-royalblue.svg)](https://github.com/quanteda/quanteda.textplots)
[![Downloads](https://cranlogs.r-pkg.org/badges/quanteda.textplots)](https://CRAN.R-project.org/package=quanteda.textplots)
[![Total
Downloads](https://cranlogs.r-pkg.org/badges/grand-total/quanteda.textplots?color=orange)](https://CRAN.R-project.org/package=quanteda.textplots)
[![R build
status](https://github.com/quanteda/quanteda.textplots/workflows/R-CMD-check/badge.svg)](https://github.com/quanteda/quanteda.textplots/actions)
[![codecov](https://codecov.io/gh/quanteda/quanteda.textplots/branch/master/graph/badge.svg)](https://codecov.io/gh/quanteda/quanteda.textplots)
[![codecov](https://codecov.io/gh/quanteda/quanteda.textplots/branch/master/graph/badge.svg)](https://app.codecov.io/gh/quanteda/quanteda.textplots)
[![DOI](http://joss.theoj.org/papers/10.21105/joss.00774/status.svg)](https://doi.org/10.21105/joss.00774)
<!-- badges: end -->

Expand Down
6 changes: 3 additions & 3 deletions cran-comments.md
@@ -1,13 +1,13 @@
# Submission notes

Updates to remove minor warnings and to ensure compatibility with forthcoming quanteda v3. This version works with both quanteda v2.1.2 (on CRAN at the time of submission) and forthcoming v3.
Update to avoid breaking test with the forthcoming release of Matrix 1.4-1.

# Checks

## Test environments

* local macOS 10.15.7, R 4.0.4
* Ubuntu 18.04 LTS and 18.10, R 4.0.4
* local macOS 12.3, R 4.1.3
* Ubuntu 20.04 LTS, R 4.1.3
* Windows release via devtools::check_win_release()
* Windows devel via devtools::check_win_devel()

Expand Down
5 changes: 5 additions & 0 deletions src/RcppExports.cpp
Expand Up @@ -5,6 +5,11 @@

using namespace Rcpp;

#ifdef RCPP_USE_GLOBAL_ROSTREAM
Rcpp::Rostream<true>& Rcpp::Rcout = Rcpp::Rcpp_cout_get();
Rcpp::Rostream<false>& Rcpp::Rcerr = Rcpp::Rcpp_cerr_get();
#endif

// qatd_cpp_is_overlap
bool qatd_cpp_is_overlap(SEXP x1_, SEXP y1_, SEXP w1_, SEXP h1_, SEXP boxe_);
RcppExport SEXP _quanteda_textplots_qatd_cpp_is_overlap(SEXP x1_SEXP, SEXP y1_SEXP, SEXP w1_SEXP, SEXP h1_SEXP, SEXP boxe_SEXP) {
Expand Down

0 comments on commit b75a7d6

Please sign in to comment.