Path to this page:
./
math/R-RNetCDF,
Interface to NetCDF datasets
Branch: CURRENT,
Version: 2.4.2,
Package name: R-RNetCDF-2.4.2,
Maintainer: pkgsrc-usersAn R interface to the NetCDF file format designed by Unidata for
efficient storage of array-oriented scientific data and descriptions.
The R interface is closely based on the C API of the NetCDF library,
and it includes calendar conversions from the Unidata UDUNITS library.
The current implementation supports all operations on NetCDF datasets
in classic and 64-bit offset file formats, and NetCDF4-classic format
is supported for reading and modification of existing files.
Required to run:[
math/R] [
devel/netcdf]
Required to build:[
math/udunits] [
pkgtools/cwrappers]
Master sites: (Expand)
Version history: (Expand)
- (2020-09-21) Updated to version: R-RNetCDF-2.4.2
- (2020-05-22) Updated to version: R-RNetCDF-1.9.1nb9
- (2020-05-06) Updated to version: R-RNetCDF-1.9.1nb8
- (2020-03-08) Updated to version: R-RNetCDF-1.9.1nb7
- (2020-01-19) Updated to version: R-RNetCDF-1.9.1nb6
- (2020-01-13) Updated to version: R-RNetCDF-1.9.1nb5
CVS history: (Expand)
2020-09-21 01:12:15 by Makoto Fujiwara | Files touched by this commit (3) |  |
Log message:
(math/R-RNetCDF) Updated 1.9.1 to 2.4.2
Version 2.4-2, 2020-09-12
* Support reading/writing special values (e.g. NA, Inf) without substitution,
mainly in cases where type conversion between R and NetCDF is not required.
* Fix selection of na.mode values 0,1,2
* Fix range checks for numeric conversions with packing
* Significantly increase test coverage of type conversion routines
* Support parallel NetCDF when running with MPI
* Allow creation of datasets in "data64" (CDF5) format
* Support diskless files and in-memory manipulation of persistent files
Version 2.3-1, 2020-04-27
* Fix problem when defining scalar variables with netcdf-4.7.4
Version 2.1-1, 2019-10-18
* Remove automatic handling of fill values in user-defined types
* Link rwinlib libraries by pathname to fix r-hub Windows builds
* Correct quoting of external software names in DESCRIPTION
Version 2.0-4, 2019-10-13
* Fix OSX packages by linking expat library
Version 2.0-3, 2019-10-05
* Support NetCDF-4 features for reading and writing of datasets.
* Suggest bit64 package for NC_INT64 and NC_UINT64 types.
* Drop support for netcdf-3.x library, require netcdf-4.x.
* Drop support for udunits-1 library.
* Disable calendar functions if udunits-2.x is not found during build.
|
2020-05-22 12:56:49 by Adam Ciarcinski | Files touched by this commit (624) |
Log message:
revbump after updating security/nettle
|
2020-05-06 16:05:09 by Adam Ciarcinski | Files touched by this commit (591) |  |
Log message:
revbump after boost update
|
2020-03-08 17:51:54 by Thomas Klausner | Files touched by this commit (2833) |
Log message:
*: recursive bump for libffi
|
2020-01-18 22:51:16 by Jonathan Perkin | Files touched by this commit (1836) |
Log message:
*: Recursive revision bump for openssl 1.1.1.
|
2020-01-12 21:20:50 by Ryo ONODERA | Files touched by this commit (574) |
Log message:
*: Recursive revbump from devel/boost-libs
|
2019-08-22 14:23:56 by Ryo ONODERA | Files touched by this commit (678) |
Log message:
Recursive revbump from boost-1.71.0
|
2019-08-08 21:53:58 by Brook Milligan | Files touched by this commit (189) |  |
Log message:
Update all R packages to canonical form.
The canonical form [1] of an R package Makefile includes the
following:
- The first stanza includes R_PKGNAME, R_PKGVER, PKGREVISION (as
needed), and CATEGORIES.
- HOMEPAGE is not present but defined in math/R/Makefile.extension to
refer to the CRAN web page describing the package. Other relevant
web pages are often linked from there via the URL field.
This updates all current R packages to this form, which will make
regular updates _much_ easier, especially using pkgtools/R2pkg.
[1] http://mail-index.netbsd.org/tech-pkg/2 … 21711.html
|