mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
43 lines
1.5 KiB
Tcl
43 lines
1.5 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 william-swl baizer 0.8.0
|
|
revision 1
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Useful functions for data processing
|
|
long_description {*}${description}
|
|
homepage https://william-swl.github.io/baizer
|
|
checksums rmd160 d717dc0d6dd96463899ca016018cb791d304895e \
|
|
sha256 2ab9c74ba501cd4b44ece378d166eef41ada831e43bac1ec169eb07fc379c719 \
|
|
size 194883
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-curl \
|
|
port:R-diffobj \
|
|
port:R-dplyr \
|
|
port:R-magrittr \
|
|
port:R-openxlsx \
|
|
port:R-purrr \
|
|
port:R-readr \
|
|
port:R-readxl \
|
|
port:R-rematch2 \
|
|
port:R-rlang \
|
|
port:R-rmarkdown \
|
|
port:R-seriation \
|
|
port:R-stringr \
|
|
port:R-tibble \
|
|
port:R-tidyr \
|
|
port:R-vctrs
|
|
|
|
depends_test-append port:R-covr \
|
|
port:R-roxygen2 \
|
|
port:R-testthat \
|
|
port:R-withr
|
|
|
|
test.run yes
|