mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
22 lines
827 B
Tcl
22 lines
827 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 pjshi IPEC 1.1.0
|
|
revision 1
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description Root mean square curvature calculation
|
|
long_description Calculates the RMS intrinsic and parameter-effects curvatures \
|
|
of a non-linear regression model.
|
|
checksums rmd160 1bb92c5e0d032c2e2b627ae7c9849f9901e3cbd2 \
|
|
sha256 b92d9f0661a11011cd1a5986fda753c1db554ae0748866e07f0776802613b0fe \
|
|
size 92770
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-numDeriv
|
|
|
|
test.run yes
|