rattleInfo(all.dependencies=FALSE,
include.not.installed=FALSE,
include.not.available=FALSE,
include.libpath=FALSE)
It also lists the currently installed version of a number of packages that Rattle makes use of as well as checking for any updates available for those packages.
If updates are found then a command is generated and printed so that a user can simply copy and paste the command to update the relevant packages. The function also invisibly returns the list of packages that can be updated, so that we can do something like: install.packages(rattleInfo()).
rattle
.