Description Usage Arguments Functions See Also
This function works by bundling source package, and then uploading to
https://win-builder.r-project.org/. Once building is complete you'll
receive a link to the built package in the email address listed in the
maintainer field. It usually takes around 30 minutes. As a side effect,
win-build also runs R CMD check
on the package, so check_win
is also useful to check that your package is ok on windows.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 |
pkg |
The package to use, can be a file path to the package or a
package object. See |
args |
An optional character vector of additional command
line arguments to be passed to |
manual |
For source packages: if |
email |
An alternative email to use, default |
quiet |
If |
... |
Additional arguments passed to |
check_win_devel
: Check package on the development version of R.
check_win_release
: Check package on the release version of R.
check_win_oldrelease
: Check package on the previous major release version of R.
Other build functions:
check_mac_release()
,
check_rhub()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.