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 b336132 commit 2638489Copy full SHA for 2638489
nipype/interfaces/r.py
@@ -49,7 +49,7 @@ class RCommand(CommandLine):
49
>>> out = r.run() # doctest: +SKIP
50
"""
51
52
- _cmd = "R"
+ _cmd = get_r_command()
53
_default_r_cmd = None
54
_default_rfile = None
55
input_spec = RInputSpec
0 commit comments