rminiconda icon indicating copy to clipboard operation
rminiconda copied to clipboard

Install and maintain isolated miniconda Python installations from R

Results 7 rminiconda issues
Sort by recently updated
recently updated
newest added

Hi, maybe I am missing something, but I need to install `anndata` in the rminiconda environment, and I am not sure how to do so. The install script from a...

Hi, I'm interested in using rminiconda to help with a few Python wrapper functions & packages on which I've been working. I'm curious if you've thought much about a pattern...

I'm very excited to try rminiconda after I read the news from reticulate, hoping to be able to make python config as transparent as possible to my R package users....

The code below shows the error I get when trying to install a Python package (just used `shap` like in the README) in my miniconda. ``` r library(rminiconda) rminiconda::install_miniconda(path =...

After played some time, I realized the following (it's probably clear without saying for the author, but new users might have similar confusions like me): - `get_miniconda_path()` and `R_MINICONDA_PATH` point...

Documentation and functionality change to `get_miniconda_path()` to look first in the `R_MINICONDA_PATH` then does the `rappdirs` check and finally `~/rminiconda` check (both for existence, then tries to create if not...

https://github.com/mrchypark/conda4r I think both of package work same purpose. I want to discuss about this. It's not that hard to work. So I think one package is better than two...