Changelog
Source:NEWS.md
rpymat 0.1.8
- Supports multiple environments for incompatible packages
- Fixed windows
dllmodification issue - Added function to accept and reject
condaterm-of-service - Force configuring
condano longer downloadminicondaof already installed
rpymat 0.1.7
CRAN release: 2023-08-22
- Set longer time-out when installing
conda - Allow to read
xlsxfrompandas(if user choose to install) - Fixed a command issue on
linuxwhere dot-dot cannot be used on file path to get the parent directory; using R’s built-indirnameinstead - Fixed a
jupyterdry-run issue - Allowed to set base
URLforjupyter - Allow to manually override
jupytertoken withJUPYTER_TOKENenvironment variable instead of randomly-generated tokens. This setting is mainly designed for docker.
rpymat 0.1.6
CRAN release: 2023-07-03
- Fixed an installation problem introduced in version
0.1.5 - Added utility functions for basic
Pythontypes - Added global variables in
run_pyscript
rpymat 0.1.5
CRAN release: 2023-04-04
- Added
choose_directory,choose_fileopen,choose_filesaveto select files using either baseRorPython(viatcl-tkbut with better interface onosx) - Ported
reticulatefunctions to convert betweenRandPythonobjects - Allowed to set
condato installed version via system environmentR_RPYMAT_CONDA_EXEandR_RPYMAT_CONDA_PREFIX; this change will allowconda-forgelibraryr-rpymatto use already-installedconda - Speed-up
ensure_rpymatby caching the configuration
rpymat 0.1.4
CRAN release: 2023-01-21
- Muffled
condainformation when runningPythoncode or scripts - Ported
reticulate::repl_pythonfunction - Allowed users to list installed packages
- Allowed
jupyterto run in background inRStudiojobs - Removed optional
jupyteradd-on packages from the installation script
rpymat 0.1.3
CRAN release: 2022-08-06
- Fixed command-line script failing to load
conda - Allowed to use the
minicondainstalled at user’s home directory - Use slash instead of backslash on
Windowssystem to avoid escaping issues