You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
23 lines
788 B
Tcl
23 lines
788 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 cran julianfaraway faraway 1.0.8
|
|
revision 2
|
|
maintainers nomaintainer
|
|
license {GPL-2 GPL-3}
|
|
description Functions and datasets for books by Julian Faraway
|
|
long_description {*}${description}
|
|
checksums rmd160 bc06ecefce17d6a76ead42cae52cc2ba9b6e923a \
|
|
sha256 e42b380054908aa280cebcaff9e3c099a11ae3f26fc278b424274f76dbb89570 \
|
|
size 487060
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-lme4
|
|
|
|
depends_test-append port:R-leaps
|
|
|
|
test.run yes
|