mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
25 lines
992 B
Tcl
25 lines
992 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 github r-lib brio 1.1.5 v
|
||
revision 0
|
||
categories-append devel
|
||
maintainers nomaintainer
|
||
license MIT
|
||
description Basic R input–output
|
||
long_description Functions to handle basic input–output, these functions \
|
||
always read and write UTF-8 (8-bit Unicode Transformation Format) \
|
||
files and provide more explicit control over line endings.
|
||
homepage https://brio.r-lib.org
|
||
checksums rmd160 57c450bb9c94a61427aed610410ee6d9055e0a7f \
|
||
sha256 89a2d3a7d9931cd40bb1e2bd1e608b5001f10f304cbc609d828fedf75f3e9b3c \
|
||
size 16918
|
||
github.tarball_from archive
|
||
|
||
depends_test-append port:R-covr \
|
||
port:R-testthat
|
||
|
||
test.run yes
|