Skip to content

badouralix/vscode-remote-try-r

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Try Out Development Containers: R

Github Actions Buildx Docker Pulls Docker Stars Docker Image Version (latest by date) Docker Image Size (latest by date)

This is a sample project that lets you try out the VS Code Remote - Containers extension in a few easy steps.

Note: If you're following the quick start, you can jump to the Things to try section.

Setting up the development container

Follow these steps to open this sample in a container:

  1. If this is your first time using a development container, please follow the getting started steps.

  2. To use this repository, you can either open the repository in an isolated Docker volume:

    • Press F1 and select the Remote-Containers: Open Repository in Container... command.
    • Type badouralix/vscode-remote-try-r and press return.
    • Wait for the container to start, and try things out!

    Remote-Containers: Open Repository in Container...

    Or open a locally cloned copy of the code:

    • Clone this repository to your local filesystem.
    • Open the cloned copy of this folder.
    • Press F1 and select the Remote-Containers: Reopen in Container command.
    • Wait for the container to start, and try things out!

    Remote-Containers: Reopen in Container

Things to try

Once you have this sample opened in a container, you'll be able to work with it like you would locally.

Some things to try:

  1. Edit:

  2. Terminal: Press ctrl+shift+` and type uname and other Linux commands from the terminal window.

  3. R Interactive:

    • Press F1 and run the R: Create R terminal command.
    • Try running some R commands.
  4. Run Source:

    R: Run Source

  5. Run Selection:

    • Open learnxinyminutes.R and select a few lines.
    • Press F1 and run the R: Run Selection/Line command.

    R: Run Selection

  6. Preview Dataframe:

    • Open learnxinyminutes.R and select a data frame, for instance students.
    • Press F1 and run the R: Preview Dataframe command.

    R: Preview Dataframe

License

Unless explicitly stated to the contrary, all contents licensed under the MIT License.

About

R sample project for trying out the VS Code Remote - Containers extension

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published