mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
40 lines
1.4 KiB
Tcl
40 lines
1.4 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
|
|
|
|
# GitHub version lags behind.
|
|
R.setup cran pik-piam magclass 6.13.2
|
|
revision 1
|
|
categories-append gis
|
|
maintainers nomaintainer
|
|
license LGPL-3
|
|
description Data class and tools for handling spatiotemporal data
|
|
long_description {*}${description}
|
|
homepage https://github.com/pik-piam/magclass
|
|
checksums rmd160 488c06d36ea51269bfdff1ef979b9caa95c5f43f \
|
|
sha256 a0a0cf53931b94fe05c9fc2d7f165dea454ee77460e63a336a84e64a370065db \
|
|
size 313801
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-abind \
|
|
port:R-data.table
|
|
|
|
depends_test-append port:R-covr \
|
|
port:R-knitr \
|
|
port:R-lpjmlkit \
|
|
port:R-ncdf4 \
|
|
port:R-pkgconfig \
|
|
port:R-quitte \
|
|
port:R-raster \
|
|
port:R-rmarkdown \
|
|
port:R-sf \
|
|
port:R-terra \
|
|
port:R-testthat \
|
|
port:R-tibble \
|
|
port:R-withr
|
|
|
|
# One test is broken: https://github.com/pik-piam/magclass/issues/154
|
|
test.run yes
|