Sign inSign up

expfactory/expfactoryr

By expfactory

•Updated over 7 years ago

Experiment Factory R Base Library

Image
0

10K+

expfactory/expfactoryr repository overview

See https://github.com/expfactory/expfactoryr⁠

R package for processing data generated by The Experiment Factory⁠.

CircleCI

⁠Installation

library(devtools)
install_github('expfactory/expfactoryr')

⁠Docker

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

⁠Usage

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

Tag summary

Content type

Image

Digest

Size

2.2 GB

Last updated

over 7 years ago

docker pull expfactory/expfactoryr