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 github Appsilon data.validator 0.2.1 v
|
|
revision 1
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Automatic data validation and reporting
|
|
long_description {*}${description}
|
|
homepage https://appsilon.github.io/data.validator
|
|
checksums rmd160 4af6250148c512c57828ecad75779a67a4ce82b6 \
|
|
sha256 5bb6e618b7659fce5d4431bce7c750c091ffad722c0d03db6a026844f36b6d55 \
|
|
size 7432634
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-assertr \
|
|
port:R-dplyr \
|
|
port:R-htmltools \
|
|
port:R-htmlwidgets \
|
|
port:R-knitr \
|
|
port:R-purrr \
|
|
port:R-R6 \
|
|
port:R-rlang \
|
|
port:R-rmarkdown \
|
|
port:R-shiny.semantic \
|
|
port:R-tibble \
|
|
port:R-tidyr
|
|
|
|
depends_test-append port:R-covr \
|
|
port:R-fixtuRes \
|
|
port:R-fs \
|
|
port:R-lintr \
|
|
port:R-magrittr \
|
|
port:R-rcmdcheck \
|
|
port:R-readr \
|
|
port:R-shiny \
|
|
port:R-spelling \
|
|
port:R-targets \
|
|
port:R-testthat \
|
|
port:R-visNetwork \
|
|
port:R-withr
|
|
|
|
test.run yes
|