devcontainer-features
devcontainer-features copied to clipboard
A collection of Dev Container Features.
Bumps [github/super-linter](https://github.com/github/super-linter) from 5 to 6. Release notes Sourced from github/super-linter's releases. v6 Full Changelog: https://github.com/github/super-linter/compare/v4.10.2...v6 Changelog Sourced from github/super-linter's changelog. 6.4.0 (2024-04-16) 🚀 Features add clang-format style configuration (#5424)...
For the past month, we have had problems running the r-rig Feature because the `httpgd` package had been removed from CRAN. It would be worthwhile to set up something like...
When installing a package from GitHub with r-packages in a devcontainer, the GitHub credentials, stored in the Git Credential Manager for Windows with {gitcreds}, are not available. With the following...
- P3M now supports Debian - `--without-sysreqs` does not seem working. (r-lib/rig#184)
Maybe there is a need to use Quarto CLI or Pandoc bundled to RStudio Server outside of RStudio.
https://github.com/rocker-org/devcontainer-templates/issues/23#issuecomment-1674520272
It is tedious to write R functions in options such as `postCreateCommand` of the json file because double quotes need to be escaped. For `r-rig`, I assume that it is...
They say it is an experimental option that has not been made public. https://github.com/devcontainers/features/blob/74dd2710dc77b85d6ad72c4534f4c7d7f67b86b2/src/java/install.sh#L23-L25 https://github.com/devcontainers/features/blob/74dd2710dc77b85d6ad72c4534f4c7d7f67b86b2/src/node/install.sh#L15-L17 https://github.com/devcontainers/features/blob/74dd2710dc77b85d6ad72c4534f4c7d7f67b86b2/src/python/install.sh#L25-L27
See https://github.com/REditorSupport/vscode-R/releases/tag/v2.8.0 > A new experimental setting r.session.useWebServer is added to support communicating with R session via a web server running in R. This requires R package httpuv to be...