mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
23 lines
797 B
Tcl
23 lines
797 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 github databio simpleCache 0.4.2 v
|
|
revision 2
|
|
maintainers nomaintainer
|
|
license BSD
|
|
description Simply caching R objects
|
|
long_description {*}${description}
|
|
checksums rmd160 bd9c1eb5819e3f18b3430660ccaf79a01f205249 \
|
|
sha256 d8fa0cede08fb43b68fcafb3f0c454062ae10b3a3831183a2e5452ddf8937e11 \
|
|
size 38444
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_test-append port:R-knitr \
|
|
port:R-rmarkdown \
|
|
port:R-testthat
|
|
|
|
test.run yes
|