You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
45 lines
1.6 KiB
Tcl
45 lines
1.6 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 pik-piam GDPuc 1.0.4
|
|
revision 0
|
|
categories-append economics
|
|
platforms {darwin any}
|
|
maintainers nomaintainer
|
|
license GPL-3+
|
|
description Functions to convert GDP time series from one unit to another
|
|
long_description {*}${description}
|
|
homepage https://pik-piam.github.io/GDPuc
|
|
checksums rmd160 c6ad9d1eb7c9ee6be272cfc61dbfc1ace6a290cc \
|
|
sha256 cf11056a0d8a06f306383d1f22d3046409c67afdaece93bc3cbd5964a1347a3c \
|
|
size 1306436
|
|
supported_archs noarch
|
|
|
|
depends_lib-append port:R-cli \
|
|
port:R-crayon \
|
|
port:R-dplyr \
|
|
port:R-glue \
|
|
port:R-lifecycle \
|
|
port:R-magrittr \
|
|
port:R-rlang \
|
|
port:R-tibble \
|
|
port:R-tidyr \
|
|
port:R-tidyselect \
|
|
port:R-withr
|
|
|
|
depends_test-append port:R-covr \
|
|
port:R-knitr \
|
|
port:R-magclass \
|
|
port:R-purrr \
|
|
port:R-rmarkdown \
|
|
port:R-stringr \
|
|
port:R-testthat \
|
|
port:R-usethis \
|
|
port:R-WDI \
|
|
port:R-zoo
|
|
|
|
test.run yes
|