We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c35e6f9 commit 731a8adCopy full SHA for 731a8ad
tests/testthat/test.R
vignettes/converting.Rmd
@@ -12,7 +12,6 @@ knitr::opts_chunk$set(
12
collapse = TRUE,
13
comment = "#>"
14
)
15
-library(cpp11test)
16
17
should_run_benchmarks <- function(x) {
18
get("requireNamespace")("cpp11test") && asNamespace("cpp11test")$should_run_benchmarks()
vignettes/cpp11.Rmd
@@ -69,7 +69,6 @@ We'll use [cpp11](https://github.com/r-lib/cpp11) to call C++ from R:
69
70
```{r setup}
71
library(cpp11)
72
-library(Rcpp)
73
```
74
75
You'll also need a working C++ compiler.
0 commit comments