Installation

  • Download and install R from here
  • Open R and install Deducer by entering:
install.packages(c("JGR","Deducer","DeducerExtras"))
  • To run JGR enter
Sys.setenv(NOAWT=1)
library(JGR)
Sys.unsetenv("NOAWT")
JGR()
  • The JGR console should now be open. To load Deducer, go to 'Packages & Data' > 'Package Manager' and select Deducer and DeducerExtras.

You should now see the Data and Analysis menus and a spreadsheet like data viewer. If you would like to have Deducer load every time JGR is started, go to 'Packages & Data' -> 'Package Manager' and check the 'default' check box next to Deducer.

Notes:

  1. If you are installing from source, you will need to run Sys.setenv(NOAWT=1) in R prior to installing