Skip to content
Snippets Groups Projects
Commit 9c8efd5b authored by Ben Anderson's avatar Ben Anderson
Browse files

small amends to .Rmd report, re-run to test. works

parent 231b0c7b
Branches
No related tags found
No related merge requests found
...@@ -29,6 +29,7 @@ bibliography: '`r here::here("bibliography.bib")`' ...@@ -29,6 +29,7 @@ bibliography: '`r here::here("bibliography.bib")`'
--- ---
```{r knitrSetup, include=FALSE} ```{r knitrSetup, include=FALSE}
startTime <- proc.time()
knitr::opts_chunk$set(echo = FALSE) # by default turn off code echo knitr::opts_chunk$set(echo = FALSE) # by default turn off code echo
``` ```
...@@ -56,17 +57,16 @@ There's quite a lot of data... ...@@ -56,17 +57,16 @@ There's quite a lot of data...
drake::readd(gWPlot) drake::readd(gWPlot)
``` ```
# Runtime # R environment
```{r check runtime, include=FALSE} ```{r check runtime, include=FALSE}
# within Rmd timing
t <- proc.time() - startTime t <- proc.time() - startTime
elapsed <- t[[3]] elapsed <- t[[3]]
``` ```
Report generated in `r round(elapsed,2)` seconds ( `r round(elapsed/60,2)` minutes) using [knitr](https://cran.r-project.org/package=knitr) in [RStudio](http://www.rstudio.com) with `r R.version.string` running on `r R.version$platform`. Report generated in `r round(elapsed,2)` seconds ( `r round(elapsed/60,2)` minutes) using [knitr](https://cran.r-project.org/package=knitr) in [RStudio](http://www.rstudio.com) with `r R.version.string` running on `r R.version$platform`.
# R environment
## R packages used ## R packages used
* base R [@baseR] * base R [@baseR]
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment