Skip to content

Commit

Permalink
Apply automatic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbhmr authored and github-actions[bot] committed Apr 26, 2024
1 parent d607d7f commit e642434
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions _data/features.csv
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ ghcr.io/rocker-org/devcontainer-features/apt-packages,https://github.com/rocker-
ghcr.io/rocker-org/devcontainer-features/miniforge,https://github.com/rocker-org/devcontainer-features/tree/main/src/miniforge,,,,,"Conda, Mamba (Miniforge)",Installs Conda and Mamba package manager and Python3. conda-forge set as the default (and only) channel.,1.0.1
ghcr.io/rocker-org/devcontainer-features/pandoc,https://github.com/rocker-org/devcontainer-features/tree/main/src/pandoc,,,,,Pandoc,"Installs Pandoc, a universal document converter.",1.0.0
ghcr.io/rocker-org/devcontainer-features/quarto-cli,https://github.com/rocker-org/devcontainer-features/tree/main/src/quarto-cli,,,,,Quarto CLI,Installs the Quarto CLI. Auto-detects latest version.,1.1.2
ghcr.io/rocker-org/devcontainer-features/r-apt,https://github.com/rocker-org/devcontainer-features/tree/main/src/r-apt,,,,,R (via apt),"Installs the latest R, some R packages, and needed dependencies. Note: May require source code compilation for some R packages.",0.4.1
ghcr.io/rocker-org/devcontainer-features/r-apt,https://github.com/rocker-org/devcontainer-features/tree/main/src/r-apt,,,,,R (via apt),"Installs the latest R, some R packages, and needed dependencies. Note: May require source code compilation for some R packages.",0.4.2
ghcr.io/rocker-org/devcontainer-features/r-history,https://github.com/rocker-org/devcontainer-features/tree/main/src/r-history,,,,,R history,Preserve R terminal history across Dev Container instances. Supports Radian and RStudio's R console.,0.1.0
ghcr.io/rocker-org/devcontainer-features/r-packages,https://github.com/rocker-org/devcontainer-features/tree/main/src/r-packages,,,,,R packages (via pak),Installs R packages via the pak R package's function. R must be already installed.,1.0.4
ghcr.io/rocker-org/devcontainer-features/r-rig,https://github.com/rocker-org/devcontainer-features/tree/main/src/r-rig,,,,,R (via rig),"Installs R, some R packages, and needed dependencies. Note: May require source code compilation for R packages.",1.2.3
ghcr.io/rocker-org/devcontainer-features/r-packages,https://github.com/rocker-org/devcontainer-features/tree/main/src/r-packages,,,,,R packages (via pak),Installs R packages via the pak R package's function. R must be already installed.,1.0.5
ghcr.io/rocker-org/devcontainer-features/r-rig,https://github.com/rocker-org/devcontainer-features/tree/main/src/r-rig,,,,,R (via rig),"Installs R, some R packages, and needed dependencies. Note: May require source code compilation for R packages.",1.2.4
ghcr.io/rocker-org/devcontainer-features/renv-cache,https://github.com/rocker-org/devcontainer-features/tree/main/src/renv-cache,,,,,renv cache,Install the renv R package and set renv cache to a Docker volume. Cache is shared by all containers.,0.1.2
ghcr.io/rocker-org/devcontainer-features/rstudio-server,https://github.com/rocker-org/devcontainer-features/tree/main/src/rstudio-server,,,,,RStudio Server,"Installs the RStudio Server, enables to run the RStudio IDE on the browser.",0.3.0
ghcr.io/meaningful-ooo/devcontainer-features/fish,https://github.com/meaningful-ooo/devcontainer-features/tree/main/src/fish,,,,,fish,Installs fish shell and Fisher plugin manager (optionally),1.2.2
Expand Down
2 changes: 1 addition & 1 deletion _data/templates.csv
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ ghcr.io/devcontainers/templates/rust-postgres,https://github.com/devcontainers/t
ghcr.io/devcontainers/templates/typescript-node,https://github.com/devcontainers/templates/tree/main/src/typescript-node,,,,,Node.js & TypeScript,"Develop Node.js based applications in TypeScript. Includes Node.js, eslint, nvm, yarn, and the TypeScript compiler.",3.1.0
ghcr.io/devcontainers/templates/ubuntu,https://github.com/devcontainers/templates/tree/main/src/ubuntu,,,,,Ubuntu,A simple Ubuntu container with Git and other common utilities installed.,1.2.0
ghcr.io/devcontainers/templates/universal,https://github.com/devcontainers/templates/tree/main/src/universal,,,,,Default Linux Universal,"Use or extend the new Ubuntu-based default, large, multi-language universal container for GitHub Codespaces.",1.1.0
ghcr.io/rocker-org/devcontainer-templates/r-ver,https://github.com/rocker-org/devcontainer-templates/tree/main/src/r-ver,,,,,R (rocker/r-ver base),A container-based development environment for the R language. Includes many commonly used R packages.,1.1.0
ghcr.io/rocker-org/devcontainer-templates/r-ver,https://github.com/rocker-org/devcontainer-templates/tree/main/src/r-ver,,,,,R (rocker/r-ver base),A container-based development environment for the R language. Includes many commonly used R packages.,1.1.1
ghcr.io/rocker-org/devcontainer-templates/r2u,https://github.com/rocker-org/devcontainer-templates/tree/main/src/r2u,,,,,R (r2u and bspm configured),Install R on Ubuntu and set r2u and bspm. (Only supports amd64),0.2.0
ghcr.io/microsoft/vscode-dev-containers/azure-ansible,https://github.com/microsoft/vscode-dev-containers/tree/main/containers/azure-ansible,,,,,Azure Ansible,"Get going quickly with Ansible in Azure. Includes Ansible, the Azure CLI, the Docker CLI (for testing locally), Node.js for Cloud Shell, and related extensions and dependencies.",1.0.0
ghcr.io/microsoft/vscode-dev-containers/azure-bicep,https://github.com/microsoft/vscode-dev-containers/tree/main/containers/azure-bicep,,,,,Azure Bicep,"Debian container with the Azure Bicep, Azure CLI, related extensions, and dependencies.",1.0.0
Expand Down

0 comments on commit e642434

Please sign in to comment.