R/onLoad.R

Defines functions .onLoad

.onLoad <- function(libname, pkgname) {
  if ( isNamespaceLoaded("rJava") ) {
    rJava::.jpackage(pkgname, lib.loc=libname)
  }
}

Try the commonsMath package in your browser

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

commonsMath documentation built on Aug. 18, 2023, 1:08 a.m.