Skip to content

Commit de8f97b

Browse files
committed
Updated versioned Imports on Rcpp to 1.0.8 or later (closes #441)
1 parent 014eece commit de8f97b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2024-05-17 Dirk Eddelbuettel <[email protected]>
2+
3+
* DESCRIPTION (Imports): Updated versioned constraint on Rcpp to
4+
1.0.8 or later as we use Light/Lighter/Lightest
5+
16
2024-05-16 Dirk Eddelbuettel <[email protected]>
27

38
* README.md: Use tinyverse.netlify.app for dependency badge

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ License: GPL (>= 2)
2222
LazyLoad: yes
2323
Depends: R (>= 3.3.0)
2424
LinkingTo: Rcpp
25-
Imports: Rcpp (>= 0.11.0), stats, utils, methods
25+
Imports: Rcpp (>= 1.0.8), stats, utils, methods
2626
Suggests: tinytest, Matrix (>= 1.3.0), pkgKitten, reticulate, slam
2727
URL: https://github.com/RcppCore/RcppArmadillo, https://dirk.eddelbuettel.com/code/rcpp.armadillo.html
2828
BugReports: https://github.com/RcppCore/RcppArmadillo/issues

0 commit comments

Comments
 (0)