Allows to inspect a package found with findPackage()
by showing detailed CRAN information on the package, opening its manual (PDF) or pulling up the package's website. Also allows to install the package right away.
go(package, where.to = "details", index = NULL)
package | Either the name of the package (capitalization does generally not matter) or the search result number shown in the results of |
---|---|
where.to | Either |
index | Either a path (or URL) to a search index, or a search index that is already loaded. If no index is provided, |
No return value.
go()
is made to inspect a package found with findPackage()
and to decide whether or not this package serves the intended purposes.
Joachim Zuckarelli joachim@zuckarelli.de