mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
33 lines
1.1 KiB
Tcl
33 lines
1.1 KiB
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
|
|
|
|
# Revert to GitHub once updated there.
|
|
R.setup cran dbosak01 procs 1.0.6 v
|
|
revision 1
|
|
maintainers nomaintainer
|
|
license public-domain
|
|
description Recreate some SAS procedures in R
|
|
long_description {*}${description}
|
|
homepage https://procs.r-sassy.org
|
|
checksums rmd160 db46be8107b7e4b60c03711e6639f5261ad12fcb \
|
|
sha256 01a81fc3e6a85d301759a6bf7233a5cb8742ea776be5f813bba4a021f86f1a1a \
|
|
size 1733145
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-common \
|
|
port:R-fmtr \
|
|
port:R-reporter \
|
|
port:R-sasLM \
|
|
port:R-tibble
|
|
|
|
depends_test-append port:R-covr \
|
|
port:R-knitr \
|
|
port:R-logr \
|
|
port:R-rmarkdown \
|
|
port:R-testthat
|
|
|
|
test.run yes
|