mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
47 lines
1.6 KiB
Tcl
47 lines
1.6 KiB
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 rapporter pander 0.6.5
|
|
revision 2
|
|
maintainers nomaintainer
|
|
license AGPL-3
|
|
description R Pandoc writer
|
|
long_description {*}${description}
|
|
homepage https://rapporter.github.io/pander
|
|
checksums rmd160 7ca2708da7859c26adf25a7fd6059bae104c870f \
|
|
sha256 2add076bd2ca6749715a044e26baf1e0aee5d50211903ee6bfceecc30b9e9f90 \
|
|
size 393677
|
|
|
|
# Please do not set pandoc as required dependency.
|
|
depends_lib-append port:R-digest \
|
|
port:R-Rcpp
|
|
|
|
notes "
|
|
Pandoc is needed for exporting markdown files to other formats.\
|
|
If it is supported on your platform, please install it.
|
|
"
|
|
|
|
depends_test-append port:R-data.table \
|
|
port:R-descr \
|
|
port:R-Epi \
|
|
port:R-forecast \
|
|
port:R-ggplot2 \
|
|
port:R-gtable \
|
|
port:R-knitr \
|
|
port:R-logger \
|
|
port:R-memisc \
|
|
port:R-microbenchmark \
|
|
port:R-randomForest \
|
|
port:R-reshape \
|
|
port:R-rmarkdown \
|
|
port:R-rms \
|
|
port:R-sylly \
|
|
port:R-sylly.en \
|
|
port:R-tables \
|
|
port:R-tseries \
|
|
port:R-zoo
|
|
|
|
test.run yes
|