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

library(sqlr)

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 Contributor Covenant

Overview

sqlr is an R package that provides a system to produce systematic quantitative literature reviews, a systematic review method presented by Catherine Pickering and Jason Byrne in 2014. Its aim is to facilitate the work of PhD candidates and other early-career researchers with evidence synthesis and to improve reproducibility in research.

Learn more about systematic quantitative literature reviews here.

Installation

You can install sqlr with:

``` {r, eval = FALSE}

install.packages("remotes")

remotes::install_github("giperbio/sqlr")

## Citation

If you use `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("sqlr")

Contributing

We welcome contributions, including bug reports.

Take a moment to review our Guidelines for Contributing.


Become an sqlr supporter!

Click here to make a donation. Please indicate the sqlr package in your donation message.



gipsousp/sqlr documentation built on Sept. 29, 2023, 11:41 a.m.