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
Scenario: Encountered while trying to install Deducer package
Solution:
Sys.setenv(NOAWT=1)
install.packages("Deducer")
Sys.unsetenv("NOAWT")
Everything is very open with a very clear explanation of the issues.
It was really informative. Your website is very helpful. Many
thanks for sharing!