This commit is contained in:
Lorenz Walthert
2021-12-24 14:52:46 +01:00
parent b7331b653a
commit 1617692f12

View File

@@ -58,9 +58,6 @@ def _prefix_if_non_local_file_entry(
def _rscript_exec() -> str:
"""
When invoked in a sub-process of R, use full path
"""
return os.path.join(os.getenv('R_HOME', ''), 'Rscript')