Description Usage Arguments Value See Also Examples
Easily run devtools "install", "release", "win", or "examples".
1 2 |
what |
whether to "install", "release" to CRAN, check on "win", "check", or "examples")) |
pkg |
the local path to your package. Defaults to my path to meta.now |
check |
Whether to run check on the package before release (default = TRUE) |
-
Other Miscellaneous Utility Functions: meta.now
1 2 3 4 5 6 7 8 | ## Not run:
umx_make(what = "install")) # just installs the package
umx_make(what = "examples")) # run the examples
umx_make(what = "check")) # run R CMD check
umx_make(what = "win")) # check on win-builder
umx_make(what = "release")) # release to CRAN
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.