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 190b6f4 commit 02104a7Copy full SHA for 02104a7
nipype/interfaces/tests/test_r.py
@@ -6,8 +6,7 @@
6
import pytest
7
from nipype.interfaces import r
8
9
-r_cmd = r.get_r_command()
10
-no_r = r_cmd is None
+no_r = r.no_r
11
if not no_r:
12
r.RCommand.set_default_r_cmd(r_cmd)
13
0 commit comments