knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)
#library(CogIRTRUE)
if(1 == 0) {             #Use this option once CogIRT is installed
  library(CogIRTRUE)
} else {                 #Use this for now while testing
  library(devtools)
  if( Sys.getenv("HOME") == "/Users/mlthom") {
    load_all(path = "/Users/mlthom/Dropbox/research/thomas/rdoc/CogIRT/")
  } else if( Sys.getenv("HOME") == "/Users/jrduffy") {
    load_all(path = "/Users/jrduffy/Dropbox/rdoc/CogIRT/")
  } else if( Sys.getenv("HOME") == "/Users/nmlab") {
    load_all(path = "/Users/nmlab/Dropbox/rdoc/CogIRT/")
  }
}


mlthom/CogIRT documentation built on June 13, 2022, 7:45 a.m.