File: knitr-template.Rmd

package info (click to toggle)
r-cran-knitr 1.50%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,864 kB
  • sloc: makefile: 16; sh: 10; javascript: 8
file content (21 lines) | stat: -rw-r--r-- 537 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
`r if (exists('.knitr.title')) I(paste('#', .knitr.title, sep = ''))`

`r if (exists('.knitr.author')) I(.knitr.author)`

This report was automatically generated with the R package **knitr**
(version `r packageVersion('knitr')`).

```{r %sCHUNK_LABEL_HERE}
```

The R session information (including the OS info, R version and all
packages used):

```{r session-info, cache=FALSE}
sessionInfo()
Sys.time()
```
```{r clean-up, include=FALSE}
if (exists('.knitr.title')) rm(.knitr.author)
if (exists('.knitr.author')) rm(.knitr.author)
```