mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
31 lines
1.0 KiB
Tcl
31 lines
1.0 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup R 1.0
|
|
|
|
# Revert to GitHub once updated there.
|
|
R.setup cran hypertidy ncmeta 0.4.0 v
|
|
revision 1
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Straightforward NetCDF metadata
|
|
long_description {*}${description}
|
|
homepage https://hypertidy.github.io/ncmeta
|
|
checksums rmd160 9a8ce76150faf739e9fa7f614f6940c9074db164 \
|
|
sha256 1c081033d472f63fb8b106d05f0f5241b0163605e4983bf7d330a8ef87ee55a9 \
|
|
size 325244
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-CFtime \
|
|
port:R-dplyr \
|
|
port:R-rlang \
|
|
port:R-RNetCDF \
|
|
port:R-tibble \
|
|
port:R-tidyr
|
|
|
|
depends_test-append port:R-covr \
|
|
port:R-testthat
|
|
|
|
test.run yes
|