Skip to contents

Personal functions, mostly for usage in Graeber Lab OV project analysis workflows and to test R package building. All functions subject to sudden changes.

Installing this package will install many packages used throughout Graeber lab analyses. Certain packages not installed but listed as “Suggested” may be prompted for installation upon running a relevant function.

Installation

You can install the development version of Rubrary from GitHub with:

if (!require("devtools", quietly = TRUE))
    install.packages("devtools")

devtools::install_github("liaoyjruby/Rubrary")