Skip to content

Commit dfb201a

Browse files
committed
update date and system requirements
1 parent 58fad90 commit dfb201a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Package: RcppParallel
22
Type: Package
33
Title: Parallel Programming Tools for Rcpp
44
Version: 4.3.10
5-
Date: 2015-04-28
5+
Date: 2015-05-25
66
Authors@R: c(
77
person("JJ", "Allaire", role = c("aut", "cre"), email = "jj@rstudio.com"),
88
person("Romain", "Francois", role = c("aut", "cph")),
@@ -19,7 +19,7 @@ Description: High level functions for doing parallel programming with 'Rcpp'.
1919
a standard serial "for" loop into a parallel one and the parallelReduce()
2020
function can be used for accumulating aggregate or other values.
2121
Suggests: Rcpp, testthat
22-
SystemRequirements: GNU make, Windows: cmd.exe and cscript.exe
22+
SystemRequirements: GNU make, Windows: cmd.exe and cscript.exe, Solaris: g++ is required
2323
License: GPL-2
2424
URL: http://rcppcore.github.io/RcppParallel, https://github.com/RcppCore/RcppParallel
2525
Collate:

0 commit comments

Comments
 (0)