We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe05402 commit df5931eCopy full SHA for df5931e
ChangeLog
@@ -1,3 +1,8 @@
1
+2025-03-12 Dirk Eddelbuettel <edd@debian.org>
2
+
3
+ * DESCRIPTION (Imports, LinkingTo): Increase versioned depends on
4
+ Rcpp to the already three-year old 1.0.8 release
5
6
2024-12-20 Dirk Eddelbuettel <edd@debian.org>
7
8
* .github/workflows/ci.yaml: Simplify to r-ci with included bootstrap
DESCRIPTION
@@ -13,7 +13,7 @@ BugReports: https://github.com/eddelbuettel/anytime/issues
13
License: GPL (>= 2)
14
Encoding: UTF-8
15
Depends: R (>= 3.2.0)
16
-Imports: Rcpp (>= 0.12.9)
17
-LinkingTo: Rcpp (>= 0.12.9), BH
+Imports: Rcpp (>= 1.0.8)
+LinkingTo: Rcpp (>= 1.0.8), BH
18
Suggests: tinytest (>= 1.0.0), gettz
19
RoxygenNote: 6.0.1
0 commit comments