You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
28 lines
1008 B
Tcl
28 lines
1008 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 evaluate 1.0.1 v
|
|
revision 0
|
|
categories-append devel
|
|
platforms {darwin any}
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Parsing and evaluation tools
|
|
long_description {*}${description} that provide more details than the default.
|
|
homepage https://evaluate.r-lib.org
|
|
checksums rmd160 d94f193ccf1621ab8d3d63a552d6c591261d3cde \
|
|
sha256 b9a4f035e053a351cc855190cadd7251af5207d9f0848eecb2b50878cb970e18 \
|
|
size 41165
|
|
github.tarball_from archive
|
|
supported_archs noarch
|
|
|
|
depends_test-append port:R-covr \
|
|
port:R-ggplot2 \
|
|
port:R-rlang \
|
|
port:R-testthat \
|
|
port:R-withr
|
|
|
|
test.run yes
|