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
24 lines
907 B
Tcl
24 lines
907 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 Bill.Venables PolynomF 2.0-8
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-2
|
|
description Polynomials in R
|
|
long_description Implements univariate polynomial operations in R, including polynomial arithmetic, \
|
|
finding zeros, plotting and some operations on lists of polynomials.
|
|
checksums rmd160 ed99a0118210d11a189ee5a805fd9035e4606099 \
|
|
sha256 72675174eeb164ea335b49f2995447cd9b4e8662f72c3f5b47e9ffb8413c24f7 \
|
|
size 494672
|
|
|
|
depends_lib-append port:R-Rcpp
|
|
|
|
depends_test-append port:R-knitr \
|
|
port:R-rmarkdown
|
|
|
|
test.run yes
|