mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
See https://github.com/macports/macports-ports/pull/26909#issuecomment-3339115770
31 lines
1.1 KiB
Tcl
31 lines
1.1 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 sfirke janitor 2.2.0 v
|
|
revision 2
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Simple tools for examining and cleaning dirty data
|
|
long_description {*}${description}
|
|
homepage https://sfirke.github.io/janitor
|
|
checksums rmd160 609cf27da3e5a33d9640c5efd4b8b45c045c2c33 \
|
|
sha256 d96fa08644d8db6e9a03a5b7874fac3893fd783c4e940d8193b357ba7b24cac7 \
|
|
size 415535
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-dplyr \
|
|
port:R-hms \
|
|
port:R-lifecycle \
|
|
port:R-lubridate \
|
|
port:R-magrittr \
|
|
port:R-purrr \
|
|
port:R-rlang \
|
|
port:R-stringi \
|
|
port:R-stringr \
|
|
port:R-snakecase \
|
|
port:R-tidyselect \
|
|
port:R-tidyr
|