Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Install R
  2. Install Rserve
    1. set any required http proxies
    2. Start R
    3. Install Rserve within R
    4. Install the pracma package within R
    5. Install the RPMG package within R
    6. test Rserve
Code Block
languagebash
> library(pracma)
> library(RPMG)
> library(Rserve)
> Rserve()

...