Skip to content

Commit 297b891

Browse files
committed
quote Rcpp in Title
1 parent ee0cc6e commit 297b891

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
@@ -1,6 +1,6 @@
11
Package: RcppParallel
22
Type: Package
3-
Title: Parallel Programming Tools for Rcpp
3+
Title: Parallel Programming Tools for 'Rcpp'
44
Version: 4.3.15
55
Date: 2016-01-12
66
Authors@R: c(
@@ -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 R.
17+
Description: High level functions for doing parallel programming with 'Rcpp'.
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)