mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
42 lines
1.4 KiB
Tcl
42 lines
1.4 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 ThinkR-open dockerfiler 0.2.4 v
|
|
revision 0
|
|
categories-append devel
|
|
platforms {darwin any}
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Easy dockerfile creation from R
|
|
long_description {*}${description}
|
|
homepage https://github.com/ThinkR-open/dockerfiler
|
|
checksums rmd160 66246af70b145aede8fe72b825b210f9564a5084 \
|
|
sha256 a9f0c02ee7993d94944a9e0a20490743ec7e5961126253f2322b2f38dac6b12b \
|
|
size 269557
|
|
# github.tarball_from archive
|
|
supported_archs noarch
|
|
|
|
depends_lib-append port:R-attempt \
|
|
port:R-cli \
|
|
port:R-desc \
|
|
port:R-fs \
|
|
port:R-glue \
|
|
port:R-jsonlite \
|
|
port:R-memoise \
|
|
port:R-pak \
|
|
port:R-pkgbuild \
|
|
port:R-purrr \
|
|
port:R-R6 \
|
|
port:R-remotes \
|
|
port:R-usethis
|
|
|
|
depends_test-append port:R-knitr \
|
|
port:R-rmarkdown \
|
|
port:R-testthat \
|
|
port:R-withr
|
|
|
|
test.run yes
|