Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/r/83.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
在为OSX并行运行R时,如何运行system()?我应该使用什么路径?_R_System_Parallels - Fatal编程技术网

在为OSX并行运行R时,如何运行system()?我应该使用什么路径?

在为OSX并行运行R时,如何运行system()?我应该使用什么路径?,r,system,parallels,R,System,Parallels,在为OSX并行运行R时,如何运行system()命令?例如,一个简单系统(“dir”)返回127。我应该使用什么路径?你不应该在mac os中使用system(“ls”)而不是system(“dir”)吗?如果你想使用dir,那么你可能应该安装bootcamp和Windows,并引导它们而不是OSX。你在Parallels中运行的是什么操作系统?@MarcB What?当Windows在虚拟机中运行正常时,为什么需要重新启动才能使用它呢?@hrbrmstr:尝试在4gig mac中运行win7虚

在为OSX并行运行R时,如何运行system()命令?例如,一个简单系统(“dir”)返回127。我应该使用什么路径?

你不应该在mac os中使用
system(“ls”)
而不是
system(“dir”)
吗?如果你想使用
dir
,那么你可能应该安装bootcamp和Windows,并引导它们而不是OSX。你在Parallels中运行的是什么操作系统?@MarcB What?当Windows在虚拟机中运行正常时,为什么需要重新启动才能使用它呢?@hrbrmstr:尝试在4gig mac中运行win7虚拟机。。。除非升级了主机内存,否则会非常痛苦。