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 f7cb9b2 commit 0dcf413Copy full SHA for 0dcf413
nipype/interfaces/r.py
@@ -3,6 +3,7 @@
3
# vi: set ft=python sts=4 ts=4 sw=4 et:
4
"""Interfaces to run R scripts."""
5
import os
6
+from shutil import which
7
8
from .. import config
9
from .base import (
0 commit comments