Table 1.
Systema | R console | In the AveDissR folder | Command |
Windows | Yes | Yes | > source (“AveDissR.r”) |
Windows | Yes | No | > setwd (“yourPath\AveDissR”) |
> source (“AveDissR.r”) | |||
Windows CMD | No | Yes | > “YourInstalledRpath\bin\x64\Rscript.exe” AveDissR.r |
Windows CMD | No | No | > cd yourPathTo the AveDissR directory |
> “YourInstalledRpath\bin\x64\Rscript.exe” AveDissR.r | |||
Linux | Yes | Yes | > source (“AveDissR.r”) |
Linux | Yes | No | > setwd (“yourPath/AveDissR”) |
> source (“AveDissR.r”) | |||
Linux | No | Yes | > R CMD BATCH AveDissR.r & |
Linux | No | No | > cd yourPathTo the AveDissR directory |
> R CMD BATCH AveDissR.r & |
AveDissR.r has not yet been tested in an R environment under the operating system Mac OS X, but theoretically can be similarly applied.