File: zzz.R

package info (click to toggle)
r-cran-hdf5 1.6.4-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 280 kB
  • ctags: 68
  • sloc: ansic: 1,540; sh: 30; makefile: 1
file content (11 lines) | stat: -rw-r--r-- 168 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
.noGenerics <- TRUE

.onLoad <- function (lib, pkg)
{
  library.dynam("hdf5", pkg, lib)
}

.onUnload <- function (libpath)
{
   library.dynam.unload("hdf5", libpath)
}