Skip to content

Commit

Permalink
debug Rcpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Zilong-Li committed Aug 7, 2024
1 parent c90a73c commit 39967b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions QUILT/DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ Installation: To install, first install dependencies, then run the
install.packages command, pointing to the downloaded tarball
(QUILT.tar.gz)
Getting started: Please see github README.
Depends: R (>= 3.6.0), STITCH (>= 1.7.0), mspbwt (>= 0.1.0), data.table
Depends: R (>= 3.6.0), Rcpp (== 1.0.12), STITCH (>= 1.7.0), mspbwt (>= 0.1.0), data.table
Remotes: github::rwdavies/STITCH/STITCH,github::rwdavies/mspbwt/mspbwt
Imports: Rcpp, data.table
LinkingTo: Rcpp,RcppArmadillo,RcppEigen
Imports: Rcpp (== 1.0.12), data.table
LinkingTo: Rcpp (== 1.0.12), RcppArmadillo, RcppEigen
Suggests: testthat (>= 3.0.0)
Packaged: 2020-07-24 12:00:00 UTC; rdavies
RoxygenNote: 7.3.1
Expand Down

0 comments on commit 39967b9

Please sign in to comment.