Title: | An R packaged zlib-1.2.5 |
---|---|
Description: | This package uses the source code of zlib-1.2.5 to create libraries for systems that do not have these available via other means (most Linux and Mac users should have system-level access to zlib, and no direct need for this package). See the vignette for instructions on use. |
Authors: | Martin Morgan |
Maintainer: | Bioconductor Package Maintainer <[email protected]> |
License: | Artistic-2.0 + file LICENSE |
Version: | 1.53.0 |
Built: | 2024-11-06 09:16:17 UTC |
Source: | https://github.com/Bioconductor/zlibbioc |
This package is interesting to package developers only, and uses the source code of zlib-1.2.5 to create libraries for systems that do not have these available via other means (most Linux and Mac users should have system-level access to zlib, and no direct need for this package). See the vignette for instructions on use.
Instructions for use are in the vignette, available with
browseVignettes(package="zlibbioc")
Author: Martin Morgan
Maintainer: Biocore Team c/o BioC user list <[email protected]>
packageDescription('zlibbioc')
packageDescription('zlibbioc')
Use pkgconfig
to retrieve PKG_CFLAGS
and PKG_LIBS
configuration values to be used in Makevars
files. See
browseVignettes(package="zlibbioc")
.
pkgconfig(opt=c("PKG_CFLAGS", "PKG_LIBS_static", "PKG_LIBS_shared"))
pkgconfig(opt=c("PKG_CFLAGS", "PKG_LIBS_static", "PKG_LIBS_shared"))
opt |
A |
NULL
; a side effect is that the configuration string is printed
to stdout
Martin Morgan <[email protected]>.
## Not run: browseVignettes(package="zlibbioc") pkgconfig("PKG_CFLAGS") pkgconfig("PKG_LIBS_static")
## Not run: browseVignettes(package="zlibbioc") pkgconfig("PKG_CFLAGS") pkgconfig("PKG_LIBS_static")