This functions installs all required packages for using all functions available in dartR The function compares the installed packages with the the currently available ones on cran. Be aware this function only works if a version of dartR is already installed on your system. You can choose if you also want to have a specific version of dartR installed ("CRAN", "master" or "dev" ). "master" and "dev" are installed from Github. Be aware the dev version from github is not fully tested and most certainly will contain untested functions.
This functions installs all required packages for using all functions available in dartR
The function compares the installed packages with the the currently available ones on cran. Be aware this function only works if a version of dartR is already installed on your system. You can choose if you also want to have a specific version of dartR installed ("CRAN", "master" or "dev" ). "master" and "dev" are installed from Github. Be aware the dev version from github is not fully tested and most certainly will contain untested functions.
gl.install.vanilla.dartR(flavour = NULL, verbose = TRUE)
flavour |
– If and which version of R you want to install. If NULL then only needed packages for the current version will be installed. If "CRAN" current CRAN version will be installed. "master" installs the GitHub master branch and "dev" installs the experimental development branch from GitHub. |
verbose |
returns information on packages and dartR versions |
returns a message if the installation was successful/required
Bernd Gruber (bugs? Post to https://groups.google.com/d/forum/dartr)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.