Experiment Factory R Base Library
10K+
See https://github.com/expfactory/expfactoryr
R package for processing data generated by The Experiment Factory.
library(devtools)
install_github('expfactory/expfactoryr')
See the "Tags" above to find a version that you like. The verisons correspond to the first 10 alphanumeric characters of the Github commit.
docker pull expfactory/expfactoryr
To use the container, you should mount your experiment package directory to
/data. For example, if we have an experiment testing folder called "stroopr"
in our present working directory, we would run:
docker run -v $PWD:/stroopr:/data expfactory/expfactoryr test
And the package would be installed, and tested per:
devtools::install_deps(dependencies=TRUE)
devtools::check()
devtools::test()
R CMD check
Content type
Image
Digest
Size
2.2 GB
Last updated
over 7 years ago
docker pull expfactory/expfactoryr