Description Usage Arguments Value Author(s) See Also Examples
Check the repositories for availability of packages and return a boolean indicating whether the package is found.
1 | isPkgAvailable(pkg, repos = getOption("repos"), version)
|
pkg |
package names. Either a single string or an array of strings. |
repos |
Repositories to search. |
version |
The specific package version. Currently ignored. |
Boolean indicating whether the package is available. One boolean for each package name provided.
Matthew D. Furia matt.furia@sagebase.org
https://github.com/MattNapsAlot
1 2 3 4 | ## Not run:
ans <- isPkgAvailable(c("Biobase", "stats", "thisIsAFakePackage"))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.