Skip to content

Commit a8064e6

Browse files
committed
add versioned depends on R
1 parent 021172f commit a8064e6

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2022-04-08 Dirk Eddelbuettel <[email protected]>
2+
3+
* DESCRIPTION (Depends): Add a versioned dependency on R 3.6.0 or
4+
later because of our use of FCONE to support USE_FC_LEN_T
5+
16
2022-04-05 Dirk Eddelbuettel <[email protected]>
27

38
* DESCRIPTION (Version, Date): CRAN Release 0.3.3.9.2

DESCRIPTION

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Description: R and 'Eigen' integration using 'Rcpp'.
2222
the GNU GPL version 2 or later, as is the rest of 'Rcpp'.
2323
License: GPL (>= 2) | file LICENSE
2424
LazyLoad: yes
25+
Depends: R (>= 3.6.0)
2526
LinkingTo: Rcpp
2627
Imports: Matrix (>= 1.1-0), Rcpp (>= 0.11.0), stats, utils
2728
Suggests: inline, tinytest, pkgKitten, microbenchmark

0 commit comments

Comments
 (0)