File: Rhdf5lib.R

package info (click to toggle)
r-bioc-rhdf5lib 1.20.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 384 kB
  • sloc: sh: 67; ansic: 40; makefile: 7
file content (14 lines) | stat: -rw-r--r-- 479 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#' Rhdf5lib: A version of the HDF5 library built into an R package.
#' 
#' This package provides a compiled version of the HDF5 library bundled within
#' the R package structure.
#' It is primarily useful to developers of other R packages who want
#' to make use of the capabilities of the HDF5 library directly in the C or 
#' C++ code of their own packages, rather than using a higher level interface.
#'
#' @docType package
#' @name Rhdf5lib
#'
#' @useDynLib Rhdf5lib
#'
NULL