@@ -3,8 +3,9 @@ Type: Package
33Title: Parallel Programming Tools for 'Rcpp'
44Version: 4.3.18
55Authors@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>
2020Description: 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