-
Notifications
You must be signed in to change notification settings - Fork 5
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
Publication on the devcontainer official website #18
Comments
I would like to create a feature that installs R first. And, one reason is that the devcontainer images will hold metadata for installed features (devcontainers/spec#95), so I want the R-installed containers that we build in this repository to have metadata for the features that install R. @cboettig @eddelbuettel Can I create a repository like |
Why? Unix is Unix. |
Sorry, I left out the explanation about the installation time (and specify version). I suppose it is possible to create a feature that falls back to a src installation, as planned here in Python, but I just wanted to start with a simple method. |
this sounds good to me! |
By all means. But by a quick scan this appears to be build on Ubuntu where we have R either i) from the distro (maybe dated), ii) from the CRAN backport (current version, widely used, my fave too) or iii) or as always from source. Now (and I am 100% naive here as I have not looked at it in any detail) where does |
Good point.
In fact, I have very little experience with rig, so there is a possibility that it will not work well and I will give up on this direction.
Of course there is no need for one, and I think r2u and bspm configured containers are useful in quite a few use cases. A feature to configure the bspm is also likely to be useful and could be added in the future. |
After writing a script that uses rig to install R, I came to think it seems feasible to provide an optional way to install R. |
The template for VSCode has been updated to comply with the spec proposal. Since Jupyter can now be installed with the feature and there is no need to stick to |
nice, sounds great! |
At this time, only devcontainer featuers are listed on the official website (https://containers.dev/collections), but it is expected that the devcontainer template will be available in the future. (devcontainers/spec#98)
Those listed on the official site will be selectable from Codespaces and others, and users will be able to use the definitions easily without knowing them in advance.
The text was updated successfully, but these errors were encountered: