mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
36 lines
1.3 KiB
Tcl
36 lines
1.3 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 github cloudyr bigQueryR 13c63072992d032a3412cdebd5a009398e8a1495
|
|
version 0.5.0.9000
|
|
revision 0
|
|
categories-append www
|
|
platforms {darwin any}
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Interface with Google BigQuery
|
|
long_description {*}${description} with R-shiny compatibility.
|
|
checksums rmd160 1c407c79492883b5f053e33dcd72bc2c0d9f71da \
|
|
sha256 62ed9e540e0596d0d7c4ae9e9f3339d6791788de2dbf039489ca7327d37cf688 \
|
|
size 43561
|
|
github.tarball_from archive
|
|
supported_archs noarch
|
|
|
|
depends_lib-append port:R-assertthat \
|
|
port:R-googleAuthR \
|
|
port:R-googleCloudStorageR \
|
|
port:R-httr \
|
|
port:R-jsonlite
|
|
|
|
depends_test-append port:R-bigrquery \
|
|
port:R-data.table \
|
|
port:R-knitr \
|
|
port:R-purrr \
|
|
port:R-rmarkdown \
|
|
port:R-shiny \
|
|
port:R-testthat
|
|
|
|
test.run yes
|