@@ -3,20 +3,20 @@ Type: Package
33Title: Parallel Programming Tools for 'Rcpp'
44Version: 5.1.9.9000
55Authors@R: c(
6+ person("Kevin", "Ushey", role = c("aut", "cre"), email = "
[email protected] "),
67 person("JJ", "Allaire", role = c("aut"), email = "
[email protected] "),
78 person("Romain", "Francois", role = c("aut", "cph")),
8- person("Kevin", "Ushey", role = c("aut", "cre"), email = "
[email protected] "),
99 person("Gregory", "Vandenbrouck", role = "aut"),
1010 person("Marcus", "Geelnard", role = c("aut", "cph"),
1111 comment = "TinyThread library, https://tinythreadpp.bitsnbites.eu/"),
1212 person("Hamada S.", "Badr",
13131414 role = c("ctb"),
1515 comment = c(ORCID = "0000-0002-9808-2344")),
16- person(family = "Posit, PBC ", role = " cph"),
17- person(family = "Intel ", role = c("aut", "cph"),
18- comment = "Intel TBB library, https://www.threadingbuildingblocks.org/ "),
19- person(family = "Microsoft ", role = "cph")
16+ person(family = "Intel ", role = c("aut", " cph"), comment = "oneTBB library "),
17+ person(family = "UXL Foundation ", role = c("aut", "cph"), comment = "oneTBB library "),
18+ person(family = "Microsoft", role = "cph "),
19+ person(family = "Posit, PBC ", role = "cph")
2020 )
2121Description: High level functions for parallel programming with 'Rcpp'.
2222 For example, the 'parallelFor()' function can be used to convert the work of
@@ -29,7 +29,7 @@ Suggests:
2929 knitr,
3030 rmarkdown
3131Roxygen: list(markdown = TRUE)
32- SystemRequirements: GNU make, Intel TBB, Windows: cmd.exe and cscript.exe, Solaris: g++ is required
32+ SystemRequirements: CMake (>= 3.5)
3333License: GPL (>= 3)
3434URL: https://rcppcore.github.io/RcppParallel/, https://github.com/RcppCore/RcppParallel
3535BugReports: https://github.com/RcppCore/RcppParallel/issues
0 commit comments