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

[r-rig] additionalVersions option #146

Open
eitsupi opened this issue Jan 13, 2023 · 3 comments
Open

[r-rig] additionalVersions option #146

eitsupi opened this issue Jan 13, 2023 · 3 comments
Labels
feature New feature of Dev Container Feature (Needs minor version up)

Comments

@eitsupi
Copy link
Member

eitsupi commented Jan 13, 2023

@eitsupi eitsupi added the feature New feature of Dev Container Feature (Needs minor version up) label Jan 13, 2023
@MiguelRodo
Copy link

MiguelRodo commented Jun 6, 2023

Does this work or not? I tried it using the following settings in .devcontainer.json:

"ghcr.io/rocker-org/devcontainer-features/r-rig:1": {
	"version": "4.2.3",
	"ADDITIONALVERSIONS": "4.1.3",
	"VSCODE_R_SUPPORT": "full",
	"installDevTools": true,
	"installREnv": true,
	"installRMarkdown": true,
	"installJupyterlab": false,
	"installRadian": true
}

The codespace was set up without a bug, but I can't find R4.1.3. I don't know if that's because it isn't there or because I just don't know where it would be.

I typed in which R, which gives /usr/local/bin/R. When I say ls /usr/local/bin, I get the following:

R Rscript compose-switch devcontainer-info docker-compose-v1 git-cvsserver git-shell git-upload-pack helm minikube rig systemctl
R-4.2.3 code composer docker-compose git git-receive-pack git-upload-archive gitk kubectl quarto scalar

I suppose you could just repeatedly add that feature to the .devcontainer.json if this doesn't work, with different versions each time. But I don't know if that leads to any problems.

@eitsupi
Copy link
Member Author

eitsupi commented Jun 6, 2023

@MiguelRodo Hi, this functionality has not yet been implemented.

@MiguelRodo
Copy link

Thanks for the info, @eitsupi!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature of Dev Container Feature (Needs minor version up)
Projects
None yet
Development

No branches or pull requests

2 participants