Skip to content

Commit

Permalink
change from explicit to implicit C++11 requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
pboesu committed Aug 22, 2023
1 parent 1854b23 commit 4ea83a8
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 9 deletions.
7 changes: 3 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: rucrdtw
Type: Package
Title: R Bindings for the UCR Suite
Version: 0.1.4
Date: 2020-03-02
Version: 0.1.5
Date: 2023-08-22
Authors@R: c(person("Philipp", "Boersch-Supan", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-6723-6833")),
person("Thanawin", "Rakthanmanon", role = "aut"),
person("Bilson", "Campana", role = "aut"),
Expand All @@ -17,10 +17,9 @@ Description: R bindings for functions from the UCR Suite by Rakthanmanon et al.
License: Apache License
LazyData: TRUE
LinkingTo: Rcpp
Depends: R (>= 2.10)
Depends: R (>= 3.6)
Imports:
Rcpp
SystemRequirements: C++11
RoxygenNote: 7.2.3
Suggests: testthat,
knitr,
Expand Down
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# rucrdtw 0.1.5

* updated documentation to address breaking change in roxygen2
* require R >= 3.6 to ensure C++11 standard

# rucrdtw 0.1.4

* updated code in anticipation of stringsAsFactors = FALSE in forthcoming R versions
Expand Down
6 changes: 3 additions & 3 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@

## Test environments
* win-builder (devel and release)
* OS X 10.13.6 (on travis-ci) R 3.6.2 and R-devel (2020-03-01 r77881)
* Ubuntu 16.04.6 LTS (on travis-ci) R 3.6.2 and R-devel (2020-03-02 r77885)
* Windows Server 2022 x64 (build 20348; on github-actions) R version 4.3.1 (2023-06-16 ucrt)
* macOS Monterey 12.6.7 (on github-actions) R version 4.3.1 (2023-06-16)
* Ubuntu 22.04.3 LTS (on github-actions) R version 4.2.3 (2023-03-15), R version 4.3.1 (2023-06-16), and R-devel (2023-08-20 r84995)

## R CMD check results
There were no ERRORs, WARNINGs, or NOTEs.
1 change: 0 additions & 1 deletion src/Makevars

This file was deleted.

1 change: 0 additions & 1 deletion src/Makevars.win

This file was deleted.

0 comments on commit 4ea83a8

Please sign in to comment.