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 4a9bed9 commit 08b092eCopy full SHA for 08b092e
vignettes/.gitignore
@@ -7,3 +7,4 @@ Rcpp-*.log
7
Rcpp-*.tex
8
Rcpp-*.pdf
9
unitTests-results/
10
+rmd/figures/bootstrap.pdf
vignettes/rmd/Makefile
@@ -13,3 +13,6 @@ all: ${rmdvignettes} Rcpp-jss-2011.pdf
13
Rcpp-jss-2011.pdf: Rcpp-jss-2011.Rnw
14
Rscript -e 'Sweave("$<")'
15
Rscript -e 'tools::compactPDF("$@", gs_quality="ebook")'
16
+
17
+clean:
18
+ rm -rf *.aux *.log *.tex *.pdf Rcpp-introduction_cache pinp.cls jss.bst
vignettes/pdf/Rcpp-jss-2011.Rnw renamed to vignettes/rmd/Rcpp-jss-2011.Rnw
0 commit comments