Changelog
Source:NEWS.md
findpython 1.0.9
CRAN release: 2024-11-19
-
find_python_cmd()andis_python_sufficient()now runnormalizePath(mustWork = FALSE)on potential python binary paths. -
is_python_sufficient()now usessystem2()instead ofsystem().
findpython 1.0.8
CRAN release: 2023-03-14
- Looks for more python binaries (Python 3.13 through 3.20). This will help future-proof the package for later Python releases.
findpython 1.0.4
CRAN release: 2018-11-29
- No longer throws an unintended error when can’t find a suitable python command AND
reticulatepackage is not installed.
findpython 1.0.3
CRAN release: 2017-12-01
- Uses
reticulate::py_discover_config()to find more python binaries if can’t otherwise find a suitable python command.