mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
39 lines
1.4 KiB
Tcl
39 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
|
|
|
|
R.setup cran r-spatial sftime 0.3.0
|
|
revision 0
|
|
platforms {darwin any}
|
|
maintainers nomaintainer
|
|
license Apache
|
|
description Classes and methods for simple feature objects that have a time column
|
|
long_description {*}${description}
|
|
homepage https://r-spatial.github.io/sftime
|
|
checksums rmd160 e580714b09b993c5fc796b31912050fecf5f1f74 \
|
|
sha256 adadd4d5f6ef388b7145d83896fcc020ad03475eae9d86a100d6207611ded7b7 \
|
|
size 89093
|
|
supported_archs noarch
|
|
|
|
depends_lib-append port:R-sf
|
|
|
|
depends_test-append port:R-dplyr \
|
|
port:R-ggplot2 \
|
|
port:R-knitr \
|
|
port:R-magrittr \
|
|
port:R-ncmeta \
|
|
port:R-rlang \
|
|
port:R-rmarkdown \
|
|
port:R-sftrack \
|
|
port:R-sp \
|
|
port:R-spacetime \
|
|
port:R-spatstat.geom \
|
|
port:R-spatstat.linnet \
|
|
port:R-stars \
|
|
port:R-tidyr \
|
|
port:R-trajectories \
|
|
port:R-vctrs
|
|
|
|
test.run yes
|