knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-"
)

Last-changedate minimal R version Licence ResearchGate

Research Project

Published in: Ghiggi G.,

DOI : http://dx.doi.org/xxxxxxx

Overview of contents

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:

Reproducibility

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.

Package dependencies

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.

Licenses

Links and Acknowledgments

ProjectTemplate is based on:

Contact

Gionata Ghiggi

IACETHZ, Zurich

gionata.ghiggi@gmail.com



ghiggi/ProjectTemplate documentation built on May 14, 2019, 9:35 a.m.