Changelog
Source:NEWS.md
rpymat 0.1.7
- Set longer time-out when installing
conda
- Allow to read
xlsx
frompandas
(if user choose to install) - Fixed a command issue on
linux
where dot-dot cannot be used on file path to get the parent directory; using R’s built-indirname
instead - Fixed a
jupyter
dry-run issue - Allowed to set base
URL
forjupyter
- Allow to manually override
jupyter
token withJUPYTER_TOKEN
environment 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
Python
types - Added global variables in
run_pyscript
rpymat 0.1.5
CRAN release: 2023-04-04
- Added
choose_directory
,choose_fileopen
,choose_filesave
to select files using either baseR
orPython
(viatcl-tk
but with better interface onosx
) - Ported
reticulate
functions to convert betweenR
andPython
objects - Allowed to set
conda
to installed version via system environmentR_RPYMAT_CONDA_EXE
andR_RPYMAT_CONDA_PREFIX
; this change will allowconda-forge
libraryr-rpymat
to use already-installedconda
- Speed-up
ensure_rpymat
by caching the configuration
rpymat 0.1.4
CRAN release: 2023-01-21
- Muffled
conda
information when runningPython
code or scripts - Ported
reticulate::repl_python
function - Allowed users to list installed packages
- Allowed
jupyter
to run in background inRStudio
jobs - Removed optional
jupyter
add-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
miniconda
installed at user’s home directory - Use slash instead of backslash on
Windows
system to avoid escaping issues