You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
25 lines
867 B
Tcl
25 lines
867 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 cran Rvmmin 2018-4.17.1
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description Variable metric non-linear function minimization with bounds constraints
|
|
long_description {*}${description}
|
|
checksums rmd160 e250bc37d713d3e24dd2fb0da793cc22ec0268a3 \
|
|
sha256 55000ac4ff57d42f172c46c7d6b0a603da3b65866d6440d6b32bac4d2b81814e \
|
|
size 55578
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-optextras
|
|
|
|
depends_test-append port:R-knitr \
|
|
port:R-rmarkdown
|
|
|
|
test.run yes
|