diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..03a773b --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +.Rproj.user +.Rhistory +.RData +.Ruserdata +.*.Rnb.cached +_publish.R diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..b1e3677 --- /dev/null +++ b/Makefile @@ -0,0 +1,3 @@ +all: + Rscript -e "bookdown::render_book('index.Rmd', 'bookdown::pdf_book')" + Rscript -e "bookdown::render_book('index.Rmd', 'bookdown::html_book')" \ No newline at end of file diff --git a/raw.Rproj b/raw.Rproj new file mode 100644 index 0000000..be80382 --- /dev/null +++ b/raw.Rproj @@ -0,0 +1,15 @@ +Version: 1.0 + +RestoreWorkspace: Default +SaveWorkspace: Default +AlwaysSaveHistory: Default + +EnableCodeIndexing: Yes +UseSpacesForTab: Yes +NumSpacesForTab: 2 +Encoding: UTF-8 + +RnwWeave: Sweave +LaTeX: pdfLaTeX + +BuildType: Makefile