You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
26 lines
878 B
Tcl
26 lines
878 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 cran eFRED 0.1.0
|
|
revision 2
|
|
categories-append finance www
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Fetch data from the Federal Reserve Economic Database
|
|
long_description {*}${description}
|
|
checksums rmd160 ce33fa75f613e878e6332e6ec0e2755a0e22f57c \
|
|
sha256 3eeaa768649b0b6f7203862d142ac7095345e9f6717cf0ed7ffd89b83a6710eb \
|
|
size 71337
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-httr \
|
|
port:R-jsonlite
|
|
|
|
depends_test-append port:R-knitr \
|
|
port:R-rmarkdown
|
|
|
|
test.run yes
|