Skip to content

Commit df5931e

Browse files
committed
Increase versioned imports and linking to on Rcpp to 1.0.8 or later
1 parent fe05402 commit df5931e

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
16
2024-12-20 Dirk Eddelbuettel <edd@debian.org>
27

38
* .github/workflows/ci.yaml: Simplify to r-ci with included bootstrap

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ BugReports: https://github.com/eddelbuettel/anytime/issues
1313
License: GPL (>= 2)
1414
Encoding: UTF-8
1515
Depends: R (>= 3.2.0)
16-
Imports: Rcpp (>= 0.12.9)
17-
LinkingTo: Rcpp (>= 0.12.9), BH
16+
Imports: Rcpp (>= 1.0.8)
17+
LinkingTo: Rcpp (>= 1.0.8), BH
1818
Suggests: tinytest (>= 1.0.0), gettz
1919
RoxygenNote: 6.0.1

0 commit comments

Comments
 (0)