sync_with_cran | R Documentation |
Utilities for testing the CRANlike API.
sync_with_cran(
pkgs,
types = c("src", "win", "mac", "oldwin", "oldmac"),
dependencies = FALSE,
user = "cran"
)
sync_full_universe(user, pkgs = NULL)
delete_package(
package,
version = NULL,
type = c("src", "win", "mac"),
user = "cran"
)
post_failure(package, version, user = "cran")
post_package(
path,
package,
version,
type = c("src", "win", "mac"),
user = "cran"
)
put_package(
path,
package,
version,
type = c("src", "win", "mac"),
user = "cran"
)
crantype(type = c("src", "win", "mac", "oldwin", "oldmac"))
db_packages()
db_files()
pkgs |
a vector of packages |
types |
one or more of src, win, mac |
dependencies |
also sync hard dependencies of pkgs |
user |
name of the user or organization to publish |
package |
name of a package |
version |
optional string with version |
type |
one of src, win, mac |
path |
full path to file to upload |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.