R/utilities.R

## .onLoad <- function(libname, pkgname)
## {
##   .jpackage(pkgname)
  
##   # what's your java  version?  Need >= 1.5.0.
##   jversion <- .jcall('java.lang.System','S','getProperty','java.version')
##   if (jversion < "1.5.0")
##     stop(paste("Your java version is ", jversion,
##                  ".  Need 1.5.0 or higher.", sep=""))

## }

Try the xlsxjars package in your browser

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

xlsxjars documentation built on May 2, 2019, 9:19 a.m.