knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-"
)
# Please put your title here to include it in the file below.
Title <- "Title of your paper goes here"

StudyManagement

Binder

This repository contains the data and code for our paper:

Authors, (YYYY). r Title. Name of journal/book https://doi.org/xxx/xxx

Our pre-print is online here:

Authors, (YYYY). r Title. Name of journal/book, Accessed r format(Sys.Date(), "%d %b %Y"). Online at https://doi.org/xxx/xxx

How to cite

Please cite this compendium as:

Authors, (r format(Sys.Date(), "%Y")). Compendium of R code and data for r Title. Accessed r format(Sys.Date(), "%d %b %Y"). Online at https://doi.org/xxx/xxx

How to download or install

You can download the compendium as a zip from from this URL: https://github.com/gowthamrao/StudyManagement/archive/master.zip

Or you can install this compendium as an R package, StudyManagement, from GitHub with:

# install.packages("devtools")
remotes::install_github("gowthamrao/StudyManagement")

Licenses

Text and figures : CC-BY-4.0

Code : See the DESCRIPTION file

Data : CC-0 attribution requested in reuse

Contributions

We welcome contributions from everyone. Before you get started, please see our contributor guidelines. Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.



gowthamrao/StudyManagement documentation built on March 9, 2020, 10:48 p.m.