| check_win_devel | R Documentation |
Uploads package to win-builder.r-project.org for testing on Windows. Results are emailed to the package maintainer.
check_win_devel(path = ".", r_version = c("devel", "release", "oldrelease"))
path |
Path to package root directory. |
r_version |
Which R version to test: "devel", "release", or "oldrelease". Default is "devel". |
TRUE if upload succeeded (invisibly).
# Uploads a tarball to the public 'win-builder' FTP server. Wrapped
# in if(interactive()) so CRAN's automated checks never touch the
# network.
if (interactive()) {
check_win_devel()
check_win_devel(r_version = "release")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.