File: Rhdf5lib.Rd

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 (13 lines) | stat: -rw-r--r-- 546 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/Rhdf5lib.R
\docType{package}
\name{Rhdf5lib}
\alias{Rhdf5lib}
\title{Rhdf5lib: A version of the HDF5 library built into an R package.}
\description{
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.
}