Sign inSign up

ygriku/rethinking-r-env

By ygriku

•Updated 8 months ago

An R environment with the cmdstanr and Professor McElreath's "rethinking" library.

Image
Languages & frameworks
Developer tools
Data science
0

10K+

ygriku/rethinking-r-env repository overview

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"
      ]
    }
  }
}

Tag summary

Content type

Image

Digest

sha256:83c566246…

Size

2.3 GB

Last updated

8 months ago

docker pull ygriku/rethinking-r-env