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/
Step 4: Log in with the following credentials:
Username: rstudio
Password: pass
Step 5: Load the project and run the examples:
devtools::load_all()
devtools::install()
# and run the examples.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.