You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
35 lines
1.2 KiB
Tcl
35 lines
1.2 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 abielr pdfetch 0.3.1
|
|
revision 0
|
|
categories-append economics finance www
|
|
platforms {darwin any}
|
|
maintainers nomaintainer
|
|
license GPL
|
|
description Fetch economic and financial time series data
|
|
long_description {*}${description} from public sources.
|
|
homepage https://github.com/abielr/pdfetch
|
|
checksums rmd160 1d92946395bd28320074c9b0e11a885fab152d9c \
|
|
sha256 2b104b6637e2ac20ab544965bc571df504e861ec7cb06ba3d82bcdc12d00958c \
|
|
size 13308
|
|
supported_archs noarch
|
|
|
|
depends_lib-append port:R-curl \
|
|
port:R-dplyr \
|
|
port:R-httr \
|
|
port:R-jsonlite \
|
|
port:R-lubridate \
|
|
port:R-magrittr \
|
|
port:R-readr \
|
|
port:R-stringr \
|
|
port:R-tidyr \
|
|
port:R-XML \
|
|
port:R-xml2 \
|
|
port:R-xts \
|
|
port:R-zoo
|
|
|
|
test.run yes
|