Skip to content

jamestripp/r-dev-environment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

R Dev Container

Open in GitHub Codespaces

A containerised development environment for editing and compiling the R source code. The environment contains the VSCode IDE and tools needed to compile R.

Getting started

You can run this environment on GitHub using codespaces

Codespaces

Click on the 'Open in GitHub Codespaces' button and then click the green 'Create Codespace' button.

The codespace setup screen will then be shown. Starting the container may take a minute or so.

You will be taken to a VSCode editor within your browser.

Running R

Create a file in VS Code ending with a .R extension. You can create new files by clicking on the new file icon in VS Code.

Open the file by clicking on the filename. You should see R:(note attached) in the bottom bar.

Click on the R:(note attached) button to launch R in the terminal. You can then send code from the .R file to the termianl r by pressing cmd + enter.

Useful Links

About

A preconfigured environment for compiling and editing the R source code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published