summaryrefslogtreecommitdiff
path: root/math/Makefile
diff options
context:
space:
mode:
authormaya <maya@pkgsrc.org>2018-09-17 13:24:17 +0000
committermaya <maya@pkgsrc.org>2018-09-17 13:24:17 +0000
commit0d195fb6d06208a6ac06469d506b97b4161292ca (patch)
treeb0fefbe526b74a59c9fb636d5db7c7759bf64063 /math/Makefile
parent3f0813849650a490fb59f19308c5c7f4510a1325 (diff)
downloadpkgsrc-0d195fb6d06208a6ac06469d506b97b4161292ca.tar.gz
Add package R-RNetCDF version 1.9-1
An 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. From Kai-Uwe Eckhardt, updated as the previous distfile wasn't available. PR pkg/51607
Diffstat (limited to 'math/Makefile')
-rw-r--r--math/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile
index f3c8dfca38c..9e0d00da4ed 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.400 2018/08/21 09:30:13 wiz Exp $
+# $NetBSD: Makefile,v 1.401 2018/09/17 13:24:17 maya Exp $
COMMENT= Mathematics
@@ -15,6 +15,7 @@ SUBDIR+= R-PHYLOGR
SUBDIR+= R-R2HTML
SUBDIR+= R-RArcInfo
SUBDIR+= R-RColorBrewer
+SUBDIR+= R-RNetCDF
SUBDIR+= R-RPostgreSQL
SUBDIR+= R-RandomFields
SUBDIR+= R-Rcmdr