pkgsrc/math/R-ncdf/DESCR
rodent 6b46c62d2e Edited DESCR in the case of:
File too long (should be no more than 24 lines).
 Line too long (should be no more than 80 characters).
 Trailing empty lines.
 Trailing white-space.
Trucated the long files as best as possible while preserving the most info
contained in them.
2013-04-07 20:49:31 +00:00

8 lines
517 B
Text

This package provides a high-level R interface to Unidata's netCDF
data files, which are portable across platforms and include metadata
information in addition to the data sets. Using this package netCDF
files can be opened and data sets read in easily. It is also easy to
create new netCDF dimensions, variables, and files, or manipulate
existing netCDF files. This interface provides considerably more
functionality than the old "netCDF" package for R, and is not
compatible with the old "netCDF" package for R.