Skip to content
Snippets Groups Projects
Commit 47a1700d authored by Vincent Guillemot's avatar Vincent Guillemot
Browse files

Init

parents
No related branches found
No related tags found
No related merge requests found
Package: template1
Title: A template for HTML reports
Version: 0.0.0.9000
Authors@R: person("Vincent", "Guillemot", email = "vincent.guillemot@pasteur.fr", role = c("aut", "cre"))
Description: What the package does (one paragraph).
Depends: R (>= 3.4.3)
License: GPL
Encoding: UTF-8
LazyData: true
# Generated by roxygen2: fake comment so roxygen2 overwrites silently.
exportPattern("^[^\\.]")
---
title: ""
subtitle: ""
author: ""
date: "13/02/2018"
output:
html_document:
toc: true
toc_float: true
highlight: zenburn
theme: flatly
---
```{r setup, include=FALSE, message=FALSE, warning=FALSE}
knitr::opts_chunk$set(echo = FALSE)
library(ggplot2)
```
# 1. Data
# 2. Analysis
# 3. Results
# Appendix A: R session information
In the reproducible research framework, an important step is to save all the versions of the softwares used to perform the statistical analysis. They must be provided when submitting a paper.
```{r sessionInfo}
print(sessionInfo(), locale=FALSE)
```
# Appendix B: References
name: SABER report HTML
\ No newline at end of file
Version: 1.0
RestoreWorkspace: No
SaveWorkspace: No
AlwaysSaveHistory: Default
EnableCodeIndexing: Yes
Encoding: UTF-8
AutoAppendNewline: Yes
StripTrailingWhitespace: Yes
BuildType: Package
PackageUseDevtools: Yes
PackageInstallArgs: --no-multiarch --with-keep.source
PackageRoxygenize: rd,collate,namespace
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment