Skip to content

rytenlab/rockup

Repository files navigation

rockup

GitHub issues GitHub pulls Lifecycle: experimental R-CMD-check-bioc Codecov test coverage

The goal of rockup is to make it easy to connect to R Studio Server via rocker.

Installation instructions

Install the development version of rockup from GitHub with:

BiocManager::install("rytenlab/rockup")

Basic usage

rockup has a single user-level function docker_run_rserver, which is designed to start a container running R Studio Server on a rocker. Below is an example of how to run docker_run_rserver with minimal config, for a more detailed guide see the vignette.

docker_run_rserver(
  image = "bioconductor/bioconductor_docker:RELEASE_3_13",
  port = 8888,
  name = "your_container_name"
)

Code of Conduct

Please note that the rockup project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.

Development tools

For more details, check the dev directory.

This package was developed using biocthis.

About

An R package for connecting to R Studio Server via rocker

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages