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
19 lines
716 B
Tcl
19 lines
716 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 sessioninfo 1.2.2 v
|
|
revision 2
|
|
categories-append sysutils
|
|
maintainers nomaintainer
|
|
license GPL-2
|
|
description R Session Information
|
|
long_description {*}${description}
|
|
homepage https://r-lib.github.io/sessioninfo
|
|
checksums rmd160 f5a557e6b11c479128ae3285f3c64c14de5bb314 \
|
|
sha256 c7712f1d004f93c068560a32f870dc91c0e938e732545bb0ab4bf74055867182 \
|
|
size 169790
|
|
|
|
depends_lib-append port:R-cli
|