mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
35 lines
1.2 KiB
Tcl
35 lines
1.2 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
|
|
|
|
# Revert to GitHub once updated there.
|
|
R.setup cran rstudio rticles 0.27 v
|
|
revision 1
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Article formats for R markdown
|
|
long_description {*}${description}
|
|
homepage https://pkgs.rstudio.com/rticles
|
|
checksums rmd160 0f8ed68c23d047d0016e92a0df91153e4b9e9238 \
|
|
sha256 073a1fa60a0da87ec3e8172cd0883ec109a09f1d397a30266ea800c7fe46b1a8 \
|
|
size 5225903
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-knitr \
|
|
port:R-lifecycle \
|
|
port:R-rmarkdown \
|
|
port:R-tinytex \
|
|
port:R-xfun \
|
|
port:R-yaml
|
|
|
|
depends_test-append port:R-bookdown \
|
|
port:R-covr \
|
|
port:R-testit \
|
|
port:R-testthat \
|
|
port:R-withr \
|
|
port:R-xtable
|
|
|
|
test.run yes
|