File: control

package info (click to toggle)
r-cran-rnetcdf 2.6-2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 964 kB
  • sloc: ansic: 9,385; xml: 210; sh: 75; makefile: 5
file content (30 lines) | stat: -rw-r--r-- 1,146 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Source: r-cran-rnetcdf
Section: gnu-r
Priority: optional
Maintainer: Debian R Packages Maintainers <r-pkg-team@alioth-lists.debian.net>
Uploaders: Filippo Rusconi <lopippo@debian.org>
Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-cran-rnetcdf
Vcs-Git: https://salsa.debian.org/r-pkg-team/r-cran-rnetcdf.git
Homepage: https://cran.r-project.org/package=RNetCDF
Standards-Version: 4.6.2
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
               dh-r,
               r-base-dev,
               libnetcdf-dev,
               libudunits2-dev
Testsuite: autopkgtest-pkg-r

Package: r-cran-rnetcdf
Architecture: any
Depends: ${R:Depends},
         ${shlibs:Depends},
         ${misc:Depends}
Recommends: ${R:Recommends}
Suggests: ${R:Suggests}
Description: GNU R package that provides an R interface to NetCDF datasets
 This package provides an R interface to Unidata's NetCDF library
 functions. NetCDF (network Common Data Form) is a set of interfaces
 for array-oriented data access. In addition to the interface to the
 NetCDF library functions, R interfaces are provided to access
 Unidata's UDUNITS calendar conversions.