Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 1.21 KB

README.md

File metadata and controls

40 lines (26 loc) · 1.21 KB

JWileymisc

CRAN_status R-CMD-check codecov lifecycle

An R package with general utility and convenience functions. Some of these are general functions that help using and exploring SEM style data. Others are more specific. This package has grown out of my own work, and is often to automate repetitive tasks. See the Vignettes, listed under the "Articles" menu item for description and examples using some of the more interesting functions from the package.

Installation

To get the latest development version, use:

#install.packages("devtools")

devtools::install_github("JWiley/JWileymisc")

To get the version on CRAN:

install.packages("JWileymisc")