Giter VIP home page Giter VIP logo

vscode-r-template's Introduction

A VScode Template for Dockerized R Environment

This Github repository provides a template for a dockerized R development environment with VScode and the Dev Containers extension. It contains the following folders and files:

.
├── README.md
├── .devcontainer
│   └── devcontainer.json
├── .vscode
│   └── settings.json
├── docker
│   ├── Dockerfile
│   ├── build_docker.sh
│   ├── devcontainer.json
│   ├── install_packages.R
│   ├── install_quarto.sh
│   ├── packages.json
│   └── requirements.txt
└── tests
    ├── app.R
    ├── htmlwidgets.R
    └── plot.R

It includes the following folders and files:

  • .devcontainer - defines the dockerized environment settings with the devcontainer.json file
  • .vscode - enables the modification of the VScode general settings for the dockerized environment with the settings.json file
  • docker - contains the template image settings
  • tests - R scripts for testing the environment functionality (e.g., Shiny app, static and interactive plots, etc.)

The template default image in the template is rkrispin/vscode_r_dev:0.1.0, which comes with R version 4.3.1 and core packages (e.g., dplyr, shiny, ggplot2, plotly, etc.).

vscode-r-template's People

Contributors

ramikrispin avatar

Stargazers

 avatar Robin Tschötschel avatar Gustavo Xavier avatar Tony Le avatar milti leonard avatar David Schoch avatar  avatar Brad Rhoads avatar Yan Lyesin avatar Yousuf Ali avatar

Watchers

Lucian avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.