You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
34 lines
1.2 KiB
Tcl
34 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 github cloudyr googleComputeEngineR bf4e5e7333ae331332b6df71799b6bbcf0acee5c
|
|
version 0.3.0.9000
|
|
revision 1
|
|
categories-append www
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description R interface for Google Compute Engine
|
|
long_description {*}${description}
|
|
homepage https://cloudyr.github.io/googleComputeEngineR
|
|
checksums rmd160 e123bf57ef62b0089f39b36644fc18b7af859853 \
|
|
sha256 aa68cb7b89a6c64e41faa01a05dff109f3c4833c1bb77ba2607dc2d203ac61f1 \
|
|
size 6731557
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-assertthat \
|
|
port:R-future \
|
|
port:R-googleAuthR \
|
|
port:R-httr \
|
|
port:R-jsonlite
|
|
|
|
depends_test-append port:R-covr \
|
|
port:R-googleCloudStorageR \
|
|
port:R-knitr \
|
|
port:R-rmarkdown \
|
|
port:R-testthat
|
|
|
|
test.run yes
|