R/onLoad.R

Defines functions .onLoad

.onLoad <- function(libname, pkgname) {
  options(java.parameters = "-Xmx1g") 
  rJava::.jpackage(pkgname, lib.loc = libname)
}

Try the deisotoper package in your browser

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

deisotoper documentation built on May 1, 2019, 8:41 p.m.