inst/docker.md

Running in docker:

docker run -it -p 8787:8787 `
    -v E:/ubuntu:/ubuntu `
    -v E:/ubuntu/site-library:/usr/local/lib/R/site-library `
    -v E:/ubuntu/etc:/usr/local/lib/R/etc `
    -v E:/github:/github `
    --name R-3.5.3 kongdd/phenofit bash 

# powershell docker rm @(docker ps -aq)
# powershell docker rmi @(docker images -f "dangling=true" -q)


Try the phenofit package in your browser

Any scripts or data that you put into this service are public.

phenofit documentation built on May 29, 2024, 2:39 a.m.