dev/create_cpp.R

library(devtools)

# set up the package with Rcpp
if (.Platform$OS.type == "windows") {
  setwd("C:/Academia/Cornell/Research")
} else {
  setwd("~")
}

devtools::use_rcpp("EDMeasure")
zejin/EDMeasure documentation built on May 7, 2019, 10:54 p.m.