math/R-cran-ncdf4: New port: Interface to Unidata netCDF (Version 4 or Earlier) Format Data Files

Provides a high-level R interface to data files written using Unidata's
netCDF library (version 4 or earlier), which are binary data files that
are portable across platforms and include metadata information in addition
to the data sets.

WWW: https://cran.r-project.org/web/packages/ncdf4/
This commit is contained in:
Nuno Teixeira 2023-09-07 12:50:30 +01:00
parent 9478784162
commit aa6f7e8870
4 changed files with 27 additions and 0 deletions

View file

@ -103,6 +103,7 @@
SUBDIR += R-cran-mitools
SUBDIR += R-cran-moments
SUBDIR += R-cran-mvtnorm
SUBDIR += R-cran-ncdf4
SUBDIR += R-cran-nloptr
SUBDIR += R-cran-nnls
SUBDIR += R-cran-nortest

View file

@ -0,0 +1,16 @@
PORTNAME= ncdf4
DISTVERSION= 1.21
CATEGORIES= math
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= eduardo@FreeBSD.org
COMMENT= Interface to Unidata netCDF (Version 4 or Earlier) Format Data Files
WWW= https://cran.r-project.org/web/packages/ncdf4/
LICENSE= GPLv3+
LIB_DEPENDS= libnetcdf.so:science/netcdf
USES= cran:auto-plist,compiles
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1694083587
SHA256 (ncdf4_1.21.tar.gz) = 2f5ae7def382c595c66b6ed0ea0529f8337108eb73de39939f9762f3fb21b30d
SIZE (ncdf4_1.21.tar.gz) = 127380

View file

@ -0,0 +1,7 @@
Provides a high-level R interface to data files written using Unidata's
netCDF library (version 4 or earlier), which are binary data files that
are portable across platforms and include metadata information in addition
to the data sets. Using this package, netCDF files (either version 4 or
"classic" version 3) can be opened and data sets read in easily. It is
also easy to create new netCDF dimensions, variables, and files, in either
version 3 or 4 format, and manipulate existing netCDF files.