mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
30 lines
1020 B
Tcl
30 lines
1020 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 optimr 2019-12.16
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-2
|
|
description Replacement and extension of the optim function
|
|
long_description {*}${description}
|
|
checksums rmd160 e8955b52b546cfd947752b5059ef5203eb65e8a7 \
|
|
sha256 73b1ed560ffd74599517e8baa4c5b293aa062e9c8d50219a3a24b63e72fa7c00 \
|
|
size 69731
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-numDeriv \
|
|
port:R-pscl \
|
|
port:R-optextras \
|
|
port:R-Rvmmin \
|
|
port:R-Rcgmin \
|
|
port:R-setRNG
|
|
|
|
depends_test-append port:R-knitr \
|
|
port:R-rmarkdown
|
|
|
|
test.run yes
|