This function works by bundling source package, and then uploading to https://mac.r-project.org/macbuilder/submit.html. This function returns a link to the page with the check results.
check_mac_release(
pkg = ".",
dep_pkgs = character(),
args = NULL,
manual = TRUE,
quiet = FALSE,
...
)
The url with the check results (invisibly)
The package to use, can be a file path to the package or a
package object. See as.package()
for more information.
Additional custom dependencies to install prior to checking the package.
An optional character vector of additional command
line arguments to be passed to R CMD build
if binary = FALSE
,
or R CMD install
if binary = TRUE
.
Should the manual be built?
If TRUE
, suppresses output.
Additional arguments passed to pkgbuild::build()
.
Other build functions:
check_rhub()
,
check_win()