R/zzz.R

Defines functions .onLoad

.onLoad = function(libname, pkgname) {
  rJava::.jpackage(pkgname, lib.loc = libname)
  rJava::.jaddClassPath(system.file("java",package="CBSr"))
}

Try the CBSr package in your browser

Any scripts or data that you put into this service are public.

CBSr documentation built on Feb. 22, 2021, 9:06 a.m.