Skip to content

Commit ecbe0a3

Browse files
committed
Remove TODO, PR sent to usethis
1 parent 47afac0 commit ecbe0a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vignettes/cpp11.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1089,7 +1089,7 @@ To add `cpp11` to an existing package, you put your C++ files in the `src/` dire
10891089
LinkingTo: cpp11
10901090
```
10911091

1092-
The easiest way to set this up automatically is to call `usethis::use_cpp11()`. TODO: aspirational
1092+
The easiest way to set this up automatically is to call `usethis::use_cpp11()`.
10931093

10941094
Before building the package, you'll need to run `cpp11::generate_exports()`.
10951095
This function scans the C++ files for `cpp11::export` attributes and generates the code required to make the functions available in R.

0 commit comments

Comments
 (0)