Skip to content

Commit d6347d2

Browse files
committed
Update package DESCRIPTION and bump version
1 parent cb0b3f8 commit d6347d2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

DESCRIPTION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: RcppParallel
22
Type: Package
33
Title: Parallel Programming Tools for 'Rcpp'
4-
Version: 5.0.2-9000
4+
Version: 5.1.0-9000
55
Authors@R: c(
66
person("JJ", "Allaire", role = c("aut"), email = "jj@rstudio.com"),
77
person("Romain", "Francois", role = c("aut", "cph")),
@@ -24,12 +24,12 @@ Suggests:
2424
RUnit,
2525
knitr,
2626
rmarkdown
27-
SystemRequirements: GNU make, Windows: cmd.exe and cscript.exe, Solaris: g++ is required
27+
SystemRequirements: GNU make, Intel TBB, Windows: cmd.exe and cscript.exe, Solaris: g++ is required
2828
License: GPL (>= 2)
2929
URL: https://rcppcore.github.io/RcppParallel/, https://github.com/RcppCore/RcppParallel
3030
BugReports: https://github.com/RcppCore/RcppParallel/issues
3131
Biarch: TRUE
32-
Collate:
32+
Collate:
3333
'build.R'
3434
'hooks.R'
3535
'options.R'

0 commit comments

Comments
 (0)