R/0_loadJava.R

Defines functions .onLoad

# this makes sure that your java classes and jar files are loaded
.onLoad <- function(libname, pkgname) {
	.jpackage(pkgname, lib.loc = libname)
}

Try the collUtils package in your browser

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

collUtils documentation built on May 2, 2019, 8:23 a.m.