mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
39 lines
1.3 KiB
Tcl
39 lines
1.3 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
|
|
|
|
# GitHub version is outdated.
|
|
R.setup cran HughParsonage TeXCheckR 0.8.1
|
|
revision 1
|
|
categories-append tex
|
|
maintainers nomaintainer
|
|
license GPL-2
|
|
description Parse LaTeX documents for errors
|
|
long_description {*}${description}
|
|
homepage https://github.com/HughParsonage/TeXCheckR
|
|
checksums rmd160 6487df6421f3c8fd30e631477a08f225f6542d3e \
|
|
sha256 9fb24e4a245c1eb69e2a1a9663d129183c376a65b3700e99bfef72ab2609784e \
|
|
size 3665878
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-clisymbols \
|
|
port:R-crayon \
|
|
port:R-data.table \
|
|
port:R-fastmatch \
|
|
port:R-hunspell \
|
|
port:R-hutils \
|
|
port:R-magrittr \
|
|
port:R-rstudioapi \
|
|
port:R-zoo
|
|
|
|
depends_test-append port:R-devtools \
|
|
port:R-readr \
|
|
port:R-rlang \
|
|
port:R-stringi \
|
|
port:R-testthat \
|
|
port:R-tinytex
|
|
|
|
test.run yes
|