knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

pipenvr

Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public. Lifecycle: experimental R build status Codecov test coverage CRAN status

Provide a compatibility layer between Python package pipenv and R package reticulate.

Installation

pipenvr is not yet in CRAN.

You can install the development version from GitHub with:

tryCatch(
  library(remotes),
  error = function(e){
    install.packages('remotes')
  }
)
remotes::install_github("adatar-do/pipenvr")

Roadmap

  1. Write the getting started guide.

Contributing

Have a feedback or want to contribute?

Please take a look at the contributing guidelines before filing an issue or pull request.

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


Dmisc::big_button("Get started", "./articles/pipenvr.html")


adatar-do/pipenvr documentation built on Dec. 23, 2021, 10:22 p.m.