umx (version 1.9.1)

install.OpenMx: Easily install the latest parallel/NPSOL enabled build of OpenMx.

Description

You can: 1. Install from UVa (default: This is where we maintain binaries supporting parallel processing and NPSOL) 2. Install the latest travis built (currently mac only) 3. Install from a custom url. 4. Open the list of travis builds in a browser.

Usage

install.OpenMx(loc = c("UVa", "travis", "CRAN", "open travis build page"),
  url = NULL, lib, repos = getOption("repos"))

Arguments

loc

Which install to get: "UVa" (the default), "travis" (latest build), or open the travis list of builds on the web to view/pick a url.

url

A custom URL if you have/need one (probably not)

lib

Where to install the package

repos

Which repository to use (ignored currently)

Value

-

References

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

See Also

Other Miscellaneous Functions: umx_get_options, umx_is_class, umx_is_numeric, umx_open_CRAN_page, umx_pad, xmu_twin_check

Examples

Run this code
# NOT RUN {
install.OpenMx()
# }

Run the code above in your browser using DataCamp Workspace