Skip to content

Commit 8c853ce

Browse files
committed
mark as maintainer within Authors@R
1 parent 624460d commit 8c853ce

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
@@ -3,8 +3,9 @@ Type: Package
33
Title: Parallel Programming Tools for 'Rcpp'
44
Version: 4.3.18
55
Authors@R: c(
6-
person("JJ", "Allaire", role = c("aut", "cre"), email = "jj@rstudio.com"),
6+
person("JJ", "Allaire", role = c("aut"), email = "jj@rstudio.com"),
77
person("Romain", "Francois", role = c("aut", "cph")),
8+
person("Kevin", "Ushey", role = c("aut", "cre"), email = "kevin@rstudio.com"),
89
person("Gregory", "Vandenbrouck", role = "aut"),
910
person("Marcus", "Geelnard", role = c("aut", "cph"),
1011
comment = "TinyThread library, http://tinythreadpp.bitsnbites.eu/"),
@@ -16,7 +17,6 @@ Authors@R: c(
1617
person(family = "UMR 8623 CNRS/Univ Paris Sud XI", role = "cph",
1718
comment = "Boost.SIMD library, https://www.lri.fr/~falcou/pub/pact-2012.pdf")
1819
)
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)