You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
22 lines
806 B
Tcl
22 lines
806 B
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 cran koalaverse vip 0.4.1
|
|
revision 1
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description Variable Importance Plots
|
|
long_description {*}${description}
|
|
checksums rmd160 8ad3dc8c27477b136cf23dfec0dab0522ccac574 \
|
|
sha256 5565dd2895e7166199da859b346bd8fe9c4b48b0871fa799065f9132be780759 \
|
|
size 2410937
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-foreach \
|
|
port:R-ggplot2 \
|
|
port:R-tibble \
|
|
port:R-yardstick
|