-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathDESCRIPTION
More file actions
22 lines (22 loc) · 996 Bytes
/
DESCRIPTION
File metadata and controls
22 lines (22 loc) · 996 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Package: RNetCDF
Version: 2.11-1
Date: 2025-04-30
Title: Interface to 'NetCDF' Datasets
Authors@R: c(person("Pavel", "Michna", role = "aut",
email = "rnetcdf-devel@bluewin.ch"),
person("Milton", "Woods", role = c("aut", "cre"),
email = "miltonjwoods@gmail.com"))
Depends: R (>= 3.0.0)
SystemRequirements: netcdf (>=4.1.3), udunits-2 (>=2.0.4)
Suggests: bit64, tools
Enhances: pbdMPI, Rmpi
Description: An interface to the 'NetCDF' file formats designed by Unidata
for efficient storage of array-oriented scientific data and descriptions.
Most capabilities of 'NetCDF' version 4 are supported. Optional conversions
of time units are enabled by 'UDUNITS' version 2, also from Unidata.
License: GPL (>= 2) | file LICENSE
URL: https://github.com/mjwoods/RNetCDF
https://www.unidata.ucar.edu/software/netcdf/
https://www.unidata.ucar.edu/software/udunits/
BugReports: https://github.com/mjwoods/RNetCDF/issues
NeedsCompilation: yes