Skip to content

Fix some more links #201

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

Merged
merged 1 commit into from
Feb 14, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ Click on the button below followed by "Create Codespace" to create and enter you

[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://github.com/codespaces/new?hide_repo_select=true&ref=main&repo=647768262&machine=premiumLinux&devcontainer_path=.devcontainer%2Fdevcontainer.json&location=WestUs2)

The [Starting Codespace section](https://contributor.r-project.org/r-dev-env/container_setup/creating_codespace/) of the R Dev Container Docs will walk you through the process. Then you can work through the tutorials in the docs to lean how to use the codespace for R development.
The [Starting Codespace section](https://contributor.r-project.org/r-dev-env/container_setup/github_codespace/creating_codespace/) of the R Dev Container Docs will walk you through the process. Then you can work through the tutorials in the docs to lean how to use the codespace for R development.

More details about GitHub codespaces can be found in the [GitHub Codespaces Docs](https://docs.github.com/en/codespaces/overview). GitHub currently offers up to 60 hours for free on dual core codespaces.

### Run on your local computer

The R Dev Container can also be run locally on your computer.
Running the environment requires you to have Docker, VSCode, and the VSCode Dev Containers extension installed.
Upon opening a copy of the [r-dev-env repository](https://github.com/r-devel/r-dev-env) in VSCode you will be prompted to start the dev container.
Upon opening a copy of the **r-dev-env repository** in VSCode you will be prompted to start the dev container.

The [Local setup section](https://contributor.r-project.org/r-dev-env/container_setup/local_setup/localsetup/) of the R Dev Container Docs will walk you through the process.
Then you can work through the following the tutorials in the docs to learn how to use the codespace for R development.
Expand Down