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

library(rc.sqlr)

rc.sqlr

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 License: CC BY 4.0

This is a template repository for systematic quantitative literature reviews (SQLR) research compendiums.

Overview

rc.sqlr is an R package with the research compendium of the Interdisciplinary Research Group on Biological Rhythms (GIPERBIO) [INSERT NAME OF THE PROJECT] systematic quantitative literature review project. Its aim is to facilitate the research work and to improve reproducibility in 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 here.

Installation

You can install rc.sqlr with:

``` {r, eval = FALSE}

install.packages("remotes")

remotes::install_github("giperbio/rc.sqlr")

We dont intend to publish this package on CRAN.

## License

[![License:
MIT](https://img.shields.io/badge/license-MIT-green)](https://opensource.org/license/mit/)
[![License: CC BY 4.0](https://img.shields.io/badge/License-CC%20BY%204.0-lightgrey.svg)](https://creativecommons.org/licenses/by/4.0/)

`rc.sqlr` code is released under the [MIT license](https://opensource.org/license/mit/) and its data under the [CC BY 4.0 license](https://creativecommons.org/licenses/by/4.0/).

## Citation

If you use `rc.sqlr` 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 citation below.

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


gipso/sqlr.template documentation built on March 11, 2023, 5:36 a.m.