umx (version 1.9.1)

umx_make: umx_make umx using devtools

Description

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

Usage

umx_make(what = c("install", "examples", "check", "win", "rhub", "release"),
  pkg = "~/bin/umx", 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 umx.

check

Whether to run check on the package before release (default = TRUE)

Value

-

References

- https://github.com/tbates/umx, https://tbates.github.io

See Also

Other Miscellaneous Utility Functions: umxVersion, umx_grep, umx_write_to_clipboard

Examples

Run this code
# 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
# }

Run the code above in your browser using DataLab