An R environment with the cmdstanr and Professor McElreath's "rethinking" library.
10K+
This is a Docker image that built R stan environment following instructions on the r-base image.
The image runs with:
$ docker run --rm -it -v "$(pwd):/project" ygriku/rethinking-r-env
Or, it runs within VS Code with .devcontainer.json such as:
{
"name": "Rethinking R Environment",
"image": "rethinking-r-env",
"mounts": [
"source=${localEnv:HOME}/project ,target=/workspaces/project,type=bind"
],
"customizations": {
"vscode": {
"extensions": [
"REditorSupport.r"
]
}
}
}
Content type
Image
Digest
sha256:83c566246…
Size
2.3 GB
Last updated
8 months ago
docker pull ygriku/rethinking-r-env