You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added choose_directory, choose_fileopen, choose_filesave to select files using either base R or Python (via tcl-tk but with better interface on osx)
Ported reticulate functions to convert between R and Python objects
Allowed to set conda to installed version via system environment R_RPYMAT_CONDA_EXE and R_RPYMAT_CONDA_PREFIX; this change will allow conda-forge library r-rpymat to use already-installed conda
Speed-up ensure_rpymat by caching the configuration
rpymat 0.1.4
Muffled conda information when running Python code or scripts
Ported reticulate::repl_python function
Allowed users to list installed packages
Allowed jupyter to run in background in RStudio jobs
Removed optional jupyter add-on packages from the installation script
rpymat 0.1.3
Fixed command-line script failing to load conda
Allowed to use the miniconda installed at user's home directory
Use slash instead of backslash on Windows system to avoid escaping issues