Creates an appveyor.yml
build file.
pkg_appveyor(pkg_root, add = NULL, msg = "appveyor.yml file path:")
pkg_root | Character string. Package root directory. |
---|---|
add | Character string.
Entries to the |
msg | Character string.
Optional message.
If supplied,
prints |
Note that if pkg_create()
is used,
this function will be called.
THIS FUNCTION OVERWRITES AN EXISTING appveyor.yml
FILE
IN THE SPECIFIED PACKAGE ROOT DIRECTORY.
USE WITH CAUTION.
Ivan Jacob Agaloos Pesigan
if (FALSE) { pkg_appveyor( pkg_root = "~/boilerplatePackage" ) }