Just downloaded Deducer. Really seem to like it. I am new to R too. Moving over from SPSS- so I like the familiarity of Deducer.
Seems like I have to go through several steps to get all to launch. I want to basically create an icon of sorts to have it launch.
I might be overdoing this- but seems I have to open R (or R Studio) and type in
Sys.setenv(NOAWT=1)
library(JGR)
Sys.unsetenv("NOAWT")
JGR()I want to just have an icon (like R studio does) to click, and all (including R or R Studio opens nicely.... or maybe if I have JRG open I don't need R Studio).
.....
I am on Mac Lion and using R 2.15.0
Thanks