The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
Building the Docker Image
To build the Docker image run the following from the root of the repository.
docker build -t jimmyday12/fitzroy:latest -f docker/rstudio/Dockerfile .
docker run -d -p 8787:8787 -e PASSWORD={YOUR PASSWORD} --name fitzroy jimmyday12/fitzroy:latest
and open http://localhost:8787
. *(Username:
rstudio
, Password: {YOUR PASSWORD}
)docker run -it jimmyday12/fitzroy:latest R
to start
with an R terminal prompt.quit()
to exit the containerThese binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.