Skip to content

Commit

Permalink
[ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
paulnorthrop committed Jun 11, 2017
1 parent f632a4e commit 17f9c2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/rust-using-rcpp-vignette.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ All the examples in the documentation for `ru` are replicated in the documentati
```{r}
library(rust)
library(Rcpp)
mb_available <- require("microbenchmark")
mb_available <- requireNamespace("microbenchmark")
if (mb_available) library(microbenchmark)
# Set the size of the simulated sample
n <- 1000
Expand Down

0 comments on commit 17f9c2a

Please sign in to comment.