| Name | Last modified | Size | Description | |
|---|---|---|---|---|
| Parent Directory | - | |||
| README.html | 2019-12-19 19:20 | 5.4K | ||
The R package reproducer is aimed to support reproducible research in software engineering. See the package homepage for details and examples.
One may install the stable version from CRAN:
You can use devtools to install the development version from my web site:
install.packages("devtools", dependencies = T, repos = "http://cran.r-project.org/")
library(devtools)
devtools::install_url("http://madeyski.e-informatyka.pl/download/R/reproducer_0.3.0.tar.gz")
library(reproducer)The motivation is to support reproducible research in software engineering via sharing data sets and code behind the published or just submitted papers.