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
26 lines
907 B
Tcl
26 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 github eguidotti calculus 1.0.1
|
|
revision 2
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description High-dimensional numerical and symbolic calculus
|
|
long_description {*}${description}
|
|
homepage https://calculus.guidotti.dev
|
|
checksums rmd160 c3f09e2ba5990eafd22d725bdbd1d1756d7e2e53 \
|
|
sha256 141053eef660e41fb8468e7d53ead9755fefcc0db1a9401fb96d789f24aeb4c9 \
|
|
size 104652
|
|
|
|
depends_lib-append port:R-Rcpp
|
|
|
|
depends_test-append port:R-cubature \
|
|
port:R-knitr \
|
|
port:R-rmarkdown \
|
|
port:R-testthat
|
|
|
|
test.run yes
|