Java를 지원하는 homebrew로 R을 설치하는 방법은 무엇입니까?

Java를 지원하는 homebrew로 R을 설치하는 방법은 무엇입니까?

Homebrew를 사용하여 R 언어를 설치하려고 했지만 iplots와 같은 Java 패키지를 설치할 때 다음 오류가 발생합니다.

* installing *source* package ‘iplots’ ...
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
** building package indices ...
** testing if installed package can be loaded
Note: On Mac OS X we strongly recommend using iplots from within JGR.
Proceed at your own risk as iplots cannot resolve potential ev.loop deadlocks.
'Yes' is assumed for all dialogs as they cannot be shown without a deadlock,
also ievent.wait() is disabled.
2012-01-29 16:24:57.870 R[29384:c07] Apple AWT Java VM was loaded on first thread -- can't start AWT.
Error : .onLoad failed in loadNamespace() for 'iplots', details:
  call: .jnew("org/rosuda/iplots/Framework")
  error: java.lang.InternalError: Can't start the AWT because Java was started on the first thread.  Make sure StartOnFirstThread is not specified in your application's Info.plist or on the command line
Error: loading failed
Execution halted
ERROR: loading failed
* removing ‘/Users/User/Library/R/2.14/library/iplots’
Warning in install.packages :
  installation of package ‘iplots’ had non-zero exit status
ERROR: dependency ‘iplots’ is not available for package ‘JGR’
* removing ‘/Users/User/Library/R/2.14/library/JGR’
Warning in install.packages :
  installation of package ‘JGR’ had non-zero exit status

다음 명령을 사용하여 R을 설치해야 한다고 들었습니다 NOAWT=1 R CMD INSTALL. Homebrew로 이 작업을 수행하는 방법을 완전히 모르겠습니다.

brew install r --NOAWT=1나는 운없이 사용해 보았습니다 .

관련 정보