Skip to main content
. 2017 Jul 24;5(7):apps.1700018. doi: 10.3732/apps.1700018

Table 1.

Commands used to run AveDissR.r in the computer operating systems Windows or Linux and its working environment.

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 &
a

AveDissR.r has not yet been tested in an R environment under the operating system Mac OS X, but theoretically can be similarly applied.