Skip to content

Commit ee0cc6e

Browse files
committed
change reference to Rcpp in DESCRIPTION to R (CRAN checks now complaining that 'Rcpp' may be mispelled)
1 parent 44a88a2 commit ee0cc6e

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
@@ -14,7 +14,7 @@ Authors@R: c(
1414
comment = "Intel TBB library, https://www.threadingbuildingblocks.org/"),
1515
person(family = "Microsoft", role = "cph")
1616
)
17-
Description: High level functions for doing parallel programming with 'Rcpp'.
17+
Description: High level functions for doing parallel programming with R.
1818
For example, the parallelFor() function can be used to convert the work of
1919
a standard serial "for" loop into a parallel one and the parallelReduce()
2020
function can be used for accumulating aggregate or other values.

0 commit comments

Comments
 (0)