Gives the user the option to download software from within R.

installr(GUI = TRUE, ...)

Arguments

GUI

a logical indicating whether a graphics menu should be used if available. If TRUE, and on Windows, it will use winDialog, otherwise it will use menu.

...

not in use

Value

TRUE/FALSE - if the software was installed successfully or not.

See also

Examples

if (FALSE) { installr() }