meta_make: make meta.now using devtools

Description Usage Arguments Value See Also Examples

View source: R/misc.r

Description

Easily run devtools "install", "release", "win", or "examples".

Usage

1
2
meta_make(what = c("install", "examples", "check", "win", "rhub", "release"),
  pkg = "~/bin/meta.now", check = TRUE)

Arguments

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)

Value

-

See Also

Other Miscellaneous Utility Functions: meta.now

Examples

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)

tbates/meta.now documentation built on Sept. 13, 2019, 6:14 a.m.