Skip to content

Commit 624460d

Browse files
committed
update maintainer; remove date
1 parent 152db40 commit 624460d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ Package: RcppParallel
22
Type: Package
33
Title: Parallel Programming Tools for 'Rcpp'
44
Version: 4.3.18
5-
Date: 2016-01-12
65
Authors@R: c(
76
person("JJ", "Allaire", role = c("aut", "cre"), email = "jj@rstudio.com"),
87
person("Romain", "Francois", role = c("aut", "cph")),
@@ -17,6 +16,7 @@ Authors@R: c(
1716
person(family = "UMR 8623 CNRS/Univ Paris Sud XI", role = "cph",
1817
comment = "Boost.SIMD library, https://www.lri.fr/~falcou/pub/pact-2012.pdf")
1918
)
19+
Maintainer: Kevin Ushey <kevin@rstudio.com>
2020
Description: High level functions for doing parallel programming with 'Rcpp'.
2121
For example, the parallelFor() function can be used to convert the work of
2222
a standard serial "for" loop into a parallel one and the parallelReduce()

0 commit comments

Comments
 (0)