File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 22
33 * DESCRIPTION (Version, Date): Roll minor version
44
5+ * vignettes/Rcpp-FAQ.Rmd: Turn off knitr cache
6+ * vignettes/Rcpp-introduction.Rmd: Idem
7+
582019-10-19 Stephen Wade <stephematician@gmail.com>
69
710 * inst/include/Rcpp/XPtr.h: XPtr constructor split up, a single
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ vignette: >
8888\tableofcontents
8989
9090``` {r setup, include=FALSE}
91- knitr::opts_chunk$set(cache=TRUE )
91+ knitr::opts_chunk$set(cache=FALSE )
9292library(Rcpp)
9393library(inline)
9494options("width"=50, digits=5)
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ vignette: >
8686---
8787
8888``` {r setup, include=FALSE}
89- knitr::opts_chunk$set(cache=TRUE )
89+ knitr::opts_chunk$set(cache=FALSE )
9090library(Rcpp)
9191options("width"=50, digits=5)
9292```
You can’t perform that action at this time.
0 commit comments