mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
27 lines
980 B
Tcl
27 lines
980 B
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 andrew-plowright ForestTools 1.0.2
|
|
revision 0
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Tools for analyzing remote sensing forest data
|
|
long_description {*}${description}
|
|
homepage https://github.com/andrew-plowright/ForestTools
|
|
checksums rmd160 ec5dc3027dd30c2e46de782829da0817cd82e09e \
|
|
sha256 d23856797e32de1b81bdf47ffef576f3e5e65ddfe6c84f4a84c3a83d9324b7b0 \
|
|
size 3857680
|
|
|
|
depends_lib-append port:R-GLCMTextures \
|
|
port:R-imager \
|
|
port:R-sf \
|
|
port:R-terra
|
|
|
|
depends_test-append port:R-knitr \
|
|
port:R-rmarkdown \
|
|
port:R-testthat
|
|
|
|
test.run yes
|