R/onLoad.R

Defines functions .onLoad

#' @importFrom V8 new_context
ct <- NULL
.onLoad <- function(libname, pkgname){
  ct <<- new_jade()
}
jeroenooms/rjade documentation built on Aug. 23, 2022, 7:56 p.m.