containerit icon indicating copy to clipboard operation
containerit copied to clipboard

Package an R workspace and all dependencies as a Docker container

Results 86 containerit issues
Sort by recently updated
recently updated
newest added

Creation of Dockerfile as part of a pipeline? Does that make sense (as an output, so that all parts of the model are packaged in an image) - do some...

enhancement
idea

Hi, I am running a project that uses both `python` and `R`. Basically, the `Rscript` sources a `Python script` using the library `reticulate` and than process the results further with...

https://thinkr-open.github.io/attachment/ Related to #176 #118

feature

We should re-use the existing output parameters for the `html_document` output type, see https://github.com/o2r-project/containerit/blob/51d7b2679623492dc4e09a4baeb31affdf96b686/R/Class-Cmd.R#L163 If an R Markdown document configures the output as follows, the `toc` configuration is lost in...

This could be an alternative or addition for `sysreqs`: https://github.com/rstudio/r-system-requirements In a similar way to making the preprocess tool exchangeable (#118), the system requirements can also be choosen if this...

https://cran.r-project.org/web/packages/remotes/vignettes/dependencies.html Related to #114

enhancement

https://github.com/hadley/requirements Related to #118

Probably using https://github.com/r-hub/r-minimal or https://gitlab.com/artemklevtsov/r-alpine

The Dockerfile created from the same script looks different if built on Windows or OSX - is this expected? See https://github.com/MarkEdmondson1234/googleCloudRunner/issues/32 for background. Dockerfile on OSX: ``` FROM trestletech/plumber RUN...