-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
change from explicit to implicit C++11 requirement
- Loading branch information
Showing
5 changed files
with
11 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"), | ||
|
@@ -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, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.