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 f72b510 commit 3d64c26Copy full SHA for 3d64c26
nipype/interfaces/tests/test_r.py
@@ -38,7 +38,7 @@ def test_cmdline(tmp_path):
38
def test_r_init():
39
default_script_file = clean_workspace_and_get_default_script_file()
40
41
- assert r.RCommand._cmd == "R"
+ assert r.RCommand._cmd == r.get_r_command()
42
assert r.RCommand.input_spec == r.RInputSpec
43
44
assert r.RCommand().cmd == r_cmd
0 commit comments