Skip to content

Commit 731a8ad

Browse files
committed
Remove references to cpp11test for initial release
1 parent c35e6f9 commit 731a8ad

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

tests/testthat/test.R

Lines changed: 0 additions & 3 deletions
This file was deleted.

vignettes/converting.Rmd

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ knitr::opts_chunk$set(
1212
collapse = TRUE,
1313
comment = "#>"
1414
)
15-
library(cpp11test)
1615
1716
should_run_benchmarks <- function(x) {
1817
get("requireNamespace")("cpp11test") && asNamespace("cpp11test")$should_run_benchmarks()

vignettes/cpp11.Rmd

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ We'll use [cpp11](https://github.com/r-lib/cpp11) to call C++ from R:
6969

7070
```{r setup}
7171
library(cpp11)
72-
library(Rcpp)
7372
```
7473

7574
You'll also need a working C++ compiler.

0 commit comments

Comments
 (0)