NetLogo R Extension Installation Error in Mac OS X Yosemite

帅比萌擦擦* 提交于 2019-11-29 12:12:53

Set environment variables for R: an R.dll and R.exe should be found in C:\Program Files\R\R-3.0.1\bin\x64 (depends on the path in step 1: Download and install R),

Set at first the R_HOME variable to C:\Program Files\R\R-3.0.1.

Now, append the PATH variable by %R_HOME%/bin/x64 (or directly by C:\Program Files\R\R-3.0.1\bin\x64).

You can refer the install document of of Netlogo R-exension in more detail.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!