knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

library(rc.mcycle)

rc.mcycle

Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public. Lifecycle: experimental R-CMD-check Codecov test coverage License: MIT

Overview

rc.mcycle is an R package with the research compendium of the Interdisciplinary Sleep Research Group (GIPSO) sleep and menstrual cycle systematic quantitative literature review. The aim of rc.mcycle is to facilitate the research work, in addition to contributing to the reproducibility of the research.

The assemble of this package was inspired by Ben Marwick, Carl Boettiger & Lincoln Mullen's article "Packaging Data Analytical Work Reproducibly Using R (and Friends)".

Learn more about Systematic Quantitative Literature Reviews (SQLR) here.

Installation

You can install rc.mcycle from GitHub with:

``` {r, eval = FALSE}

install.packages("remotes")

remotes::install_github("gipso/rc.mcycle")

We don’t intend to publish this package to CRAN.

## Citation

If you use `rc.mcycle` in your research, please consider citing it. We put a lot of work to build and maintain a free and open-source R package. You can find the `rc.mcycle` citation below.

```r
citation("rc.mcycle")


gipso/sqlr.mcycle documentation built on Aug. 27, 2022, 6:15 p.m.