Provide a compatibility layer between Python package pipenv
and R
package reticulate
.
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")
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.