mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
See https://github.com/macports/macports-ports/pull/26909#issuecomment-3339115770
25 lines
876 B
Tcl
25 lines
876 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 jlmelville mize 0.2.4 v
|
|
revision 2
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license BSD
|
|
description Unconstrained numerical optimization algorithms
|
|
long_description {*}${description}
|
|
checksums rmd160 694210e1ae2aa3870a24ca848dd81518d6806ab6 \
|
|
sha256 19050f1d3a15ff15ace165c6a6b8055d9ddb5d3ecfa2380a260ec910908f7182 \
|
|
size 854910
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_test-append port:R-covr \
|
|
port:R-knitr \
|
|
port:R-rmarkdown \
|
|
port:R-testthat
|
|
|
|
test.run yes
|