Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Dev Container Configuration Files #15

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

benz0li
Copy link
Contributor

@benz0li benz0li commented Jan 28, 2024

@benz0li benz0li force-pushed the add-dev-container branch 13 times, most recently from 9563d66 to a7efbf4 Compare January 31, 2024 19:59
- Including those with Clang using -stdlib=libc++
@benz0li
Copy link
Contributor Author

benz0li commented Mar 10, 2024

@nx10 This provides the following Dev Containers:

  • 'R latest (Debian stable)'
  • 'R devel (Debian stable, Clang, libc++)'
  • 'R devel (Debian stable, Clang)'
  • 'R devel (Debian stable, GCC)'
  • 'R devel (Debian testing, Clang, libc++)'
  • 'R devel (Debian testing, Clang)'
  • 'R devel (Debian testing, GCC)'
  • 'R devel (Debian unstable, Clang, libc++)'
  • 'R devel (Debian unstable, Clang)'
  • 'R devel (Debian unstable, GCC)'

Dev Container 'R latest (Debian stable)' is derived from glcr.b-data.ch/r/tidyverse (https://github.com/b-data/r-docker-stack) with pre-built R.
👉 The other Dev Containers are derived from the debian base image and build R from source.

- Set environment variable R_VERSION
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant