Hej,
When I try to call QIIME
with a system call from R
, i.e
system2("macqiime")
R
stops responding. It's no problem with other command line programs though.
can certain programs not be called from R
via system2()
?
MacQIIME version: MacQIIME 1.8.0-20140103
Sourcing MacQIIME environment variables...
This is the same as a normal terminal shell, except your default python is DIFFERENT (/macqiime/bin/python) and there are other new QIIME-related things in your PATH.
(note that I am primarily interested to call QIIME
from R Markdown
with engine = "sh"
which fails, too. But I strongly suspect the problems are related)