You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
25 lines
877 B
Tcl
25 lines
877 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 muschellij2 diffr 0.1
|
|
revision 1
|
|
categories-append sysutils
|
|
maintainers nomaintainer
|
|
license GPL-2
|
|
description Display differences between two files using codediff library
|
|
long_description {*}${description}
|
|
homepage https://jcrodriguez1989.github.io/rco
|
|
checksums rmd160 d147467d69859357e8e766fb4307889006016a5c \
|
|
sha256 e82ec76b4eadee8ec682f83a8a9d3ffe6309fc31e6c66db573d6e7f8fdb5bc79 \
|
|
size 65972
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-htmlwidgets
|
|
|
|
depends_test-append port:R-shiny
|
|
|
|
test.run yes
|