functional_tests/paper_runs/README.md

Reproducing Software Paper Examples

Follow these steps to reproduce the software paper examples:

git clone -b JOSS https://github.com/NSAPH-Software/GPCERF.git
cd GPCERF
docker run -it --rm \
        -p 8230:8787 \
        -e USER=rstudio \
        -e PASSWORD=pass \
        -v "/path/to/your/folder/on/host:/home/rstudio/Project" nsaphsoftware/gpcerf_dev:3
http://localhost:8230/
devtools::load_all()
devtools::install()
# and run the examples.


boyuren158/GP-CERF documentation built on April 14, 2024, 10:25 a.m.