Skip to content

Use gitpod to create an R environment and launch RStudio server instances.

Notifications You must be signed in to change notification settings

Bioinformatics-Research-Network/gitpodR

 
 

Repository files navigation

gitpodR

A package for adding a gitpod setup to a R package. This lets you add a complete gitpod Rstudio image to your package, with all dependencies.

Try it out here

Open in Gitpod

To learn more about gitpod visit the gitpod home page.

Install from github:

remotes::install_github(repo = "kasperbrink/gitpodR")

This package has one main function create_gp_files that takes three arguments, FROM, AS, and rstudio.

Example usage

create_gp_files(FROM = "rocker/tidyverse:latest", AS = NULL, rstudio = TRUE)

This adds a .gitpod.Dockerfile and .gitpod.yml to your package which will enable you to start it as a gitpod workspace.

About

Use gitpod to create an R environment and launch RStudio server instances.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 87.3%
  • Dockerfile 12.7%