mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
25 lines
858 B
Tcl
25 lines
858 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 ryentes careless 1.2.2
|
|
revision 1
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Procedures for computing indices of careless responding
|
|
long_description {*}${description}
|
|
checksums rmd160 68aae67072c31dc4d438b16388623de87a2c7d28 \
|
|
sha256 d4c29ce44cea91a28dbe7318e14a1ae189fcf4e4356d0c9eee22644de0070b92 \
|
|
size 370899
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-psych
|
|
|
|
depends_test-append port:R-knitr \
|
|
port:R-rmarkdown \
|
|
port:R-testthat
|
|
|
|
test.run yes
|