knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "README-" )
Published in: Ghiggi G.,
DOI : http://dx.doi.org/xxxxxxx
This repository contains materials to reproduce .... to use ............ The repository contains all data, code, and text associated with the publication.
The Rmd
files in the docs/vignettes/
directory contain
The data/
directory contains all the raw data, clean & tidy data and the final data
The script/
directory contains:
data/
directory) figures/
directory)This repository is organized similarly to an R package. The R package structure is used to help manage dependencies and to to take advantage of continuous integration for automated code testing.
RStudio has been used on Ubuntu 16.04 and Windows 7. The package has a number of dependencies on other R packages.
These packages are listed at
The packrat directory contains the source code for all the packages the project we depend on.
If all works well, these will be installed on your computer when you open PROJECTNAME.Rproj
in RStudio.
The checkpoint (TODO)
The Docker image includes all the necessary software, code and data to run our analysis. The Docker image may give a quicker entry point to the project, and is more self-contained, so might save some fiddling with installing things.
r format(Sys.Date(), "%Y")
, copyright holder: Gionata GhiggiProjectTemplate is based on:
Gionata Ghiggi
IACETHZ, Zurich
gionata.ghiggi@gmail.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.