README.md

rc.sport

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.sport is an R package with the research compendium of the GIPSO’s biological rhythms and sport systematic quantitative literature review. The aim of rc.sport 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.sport from GitHub with:

# install.packages("remotes")
remotes::install_github("gipso/rc.sport")

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

Citation

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

citation("rc.sport")
#> 
#> To cite {rc.sport} in publications use:
#> 
#>   Poli, R. S., Vartanian, D., & Pedrazzoli, M. (2021). {rc.sport}: an R
#>   package with the research compendium of the GIPSO biological rhythms
#>   and sport systematic quantitative literature review.
#>   https://gipso.github.io/rc.sport/
#> 
#> A BibTeX entry for LaTeX users is
#> 
#>   @Unpublished{,
#>     title = {{rc.sport}: an R package with the research compendium of the GIPSO biological rhythms and sport systematic quantitative literature review},
#>     author = {Rafael Salgueiro Poli and Daniel Vartanian and Mario Pedrazzoli},
#>     year = {2021},
#>     url = {https://gipso.github.io/rc.sport/},
#>     note = {Lifecycle: experimental},
#>   }


gipso/sport documentation built on May 30, 2022, 8:43 p.m.