mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
32 lines
1.1 KiB
Tcl
32 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
|
|
|
|
R.setup github ruettenauer feisr 1.3.0 v
|
|
revision 0
|
|
categories-append math economics
|
|
platforms {darwin any}
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description Estimating fixed effects individual slope models
|
|
long_description {*}${description}
|
|
checksums rmd160 c75d09d16b13bb8b24f6525fcdbd6f3e9d60ebb0 \
|
|
sha256 a524bf482b0f2526f932db29a9252fa5cc8df7a3b2abe2692f5554ae6b04fbad \
|
|
size 99531
|
|
github.tarball_from archive
|
|
supported_archs noarch
|
|
|
|
depends_lib-append port:R-dplyr \
|
|
port:R-Formula \
|
|
port:R-plm \
|
|
port:R-Rdpack
|
|
|
|
depends_test-append port:R-ggplot2 \
|
|
port:R-knitr \
|
|
port:R-rmarkdown \
|
|
port:R-testthat \
|
|
port:R-texreg
|
|
|
|
test.run yes
|