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
- 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
- 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
- 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
- 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
- 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
rpymat 0.1.2
- Fixed BLASissues on someUnixsystems
- Added Windowssupport
- Added support to install, configure, launch, and stop
Jupyterlab
- Added run_commandto invoke enhanced system command
undercondaenvironment
rpymat 0.1.1
- Added a NEWS.mdfile to track changes to the
package.