Giter VIP home page Giter VIP logo

containerit's Introduction

containerit

containerit packages R script/session/workspace and all dependencies as a Docker container by automagically generating a suitable Dockerfile. The packages’s website at https://o2r.info/containerit/. A good summary of what the package does can be found in this o2r project blog post.

Project Status: WIP - Initial development is in progress, but there has not yet been a stable, usable release suitable for the public. Build Status

containerit logo

Quick start

Install

Development version from GitHub.

devtools::install_github("o2r-project/containerit")

Use

See the vignettes at vignettes/containerit.Rmd for usage from the R command line, and vignettes/container.Rmd for the usage from a regular command line interface based on containers from Docker Hub.

Containers

Images are available starting from different base images. All images are also available with version tags.

verse

Base image: rocker/verse:3.4.4

geospatial

Base image: rocker/geospatial:3.4.4

Contribute

All help is welcome: asking questions, providing documentation, testing, or even programming.

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

Development

r-hub builder is great for running checks, e.g. before submitting to CRAN and on other operating systems.

library(rhub)
rhub::check_for_cran()
rhub::check_on_windows()

You can build the pkgdown site with

pkgdown::build_site()

You can build the Docker images locally with the current development version using the following commands.

docker build --tag containerit:dev --file inst/docker/Dockerfile.local .
docker build --tag containerit:geospatial-dev --file inst/docker/geospatial/Dockerfile.local .

License

containerit is licensed under GNU General Public License, version 3, see file LICENSE.

Copyright (C) 2018 - o2r project.

containerit's People

Contributors

gfinak avatar markedmondson1234 avatar matthiashinz avatar nuest avatar omaymas avatar

Stargazers

 avatar

Watchers

 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.