Merge branch 'master' of github.com:hollorol/RBBGCMuso

This commit is contained in:
Hollos Roland 2019-12-18 11:23:58 +01:00
commit 93988c3443

View File

@ -27,13 +27,13 @@ Then copy the following line into the R session and execute it:
devtools::install_github("hollorol/RBBGCMuso/RBBGCMuso",upgrade="never")
#+END_SRC
In Debian (version 8+) you can automate the whole installation process with curl via copying the following line into the Linux terminal:
If you use Linux, with Debian (version 8+) you can automate the whole installation process with curl via copying the following line into the Linux terminal:
#+BEGIN_SRC bash :eval no
bash <(curl -s https://raw.githubusercontent.com/hollorol/RBBGCMuso/Documentation/debianInstaller.sh)
#+END_SRC
*** Installation in MS Windows
You can also install the latest RBBGCMuso by copying the following line into the R console (using R or RStudio):
*** Installation in MS Windows (only for experts)
Alternatively, you can also install the latest RBBGCMuso by copying the following line into the R console (using R or RStudio):
#+BEGIN_SRC R :eval no
source("https://raw.githubusercontent.com/hollorol/RBBGCMuso/master/installWin.R")
#+END_SRC