Retrieves a list of available versions for a package.
1 2 | find_available_versions(package, repos = getOption("repos"),
type = getOption("pkgType"))
|
package |
the package name |
repos |
character vector, the base URL(s) of the
repositories to use, e.g., the URL of a CRAN mirror such
as Can be |
type |
character, indicating the type of package to download and install. Possible values are The default is the appropriate binary type on Windows and
on the CRAN binary OS X distribution, otherwise
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.