Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7331b6 commit 1617692Copy full SHA for 1617692
1 file changed
pre_commit/languages/r.py
@@ -58,9 +58,6 @@ def _prefix_if_non_local_file_entry(
58
59
60
def _rscript_exec() -> str:
61
- """
62
- When invoked in a sub-process of R, use full path
63
64
return os.path.join(os.getenv('R_HOME', ''), 'Rscript')
65
66
0 commit comments