Skip to content

Commit

Permalink
import RcppParallel
Browse files Browse the repository at this point in the history
this ensures it is available for other packages
  • Loading branch information
bgoodri committed May 31, 2020
1 parent 1f83f57 commit b755201
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: rstantools
Type: Package
Title: Tools for Developing R Packages Interfacing with 'Stan'
Version: 2.0.0.9000
Date: 2019-09-13
Version: 2.1.0
Date: 2020-05-30
Authors@R:
c(person(given = "Jonah",
family = "Gabry",
Expand Down Expand Up @@ -33,7 +33,7 @@ BugReports: https://github.com/stan-dev/rstantools/issues
Encoding: UTF-8
LazyData: true
SystemRequirements: pandoc, C++14
Imports: stats, utils, Rcpp (>= 0.12.16), desc
Imports: stats, utils, Rcpp (>= 0.12.16), desc, RcppParallel (>= 5.0.1)
Suggests:
rstan (>= 2.17.2),
usethis (>= 1.5.1),
Expand Down

0 comments on commit b755201

Please sign in to comment.