jtilly/r-conda-env: Deploy Python Models via R-Packages

This proof of concept R-package comes with a fully specified conda environment that will be created when the R package is installed. All Python code inside this package will then be run in this conda environment. We can ship several models in the same R package as long as they share their conda environment. If two models do not share their conda environment, we ship them in separate R packages.

Getting started

Package details

Maintainer
LicenseMIT
Version0.0.0.1
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("jtilly/r-conda-env")
jtilly/r-conda-env documentation built on April 19, 2020, 10:23 p.m.