2023-06-15 21:25:09 +08:00
|
|
|
|
# -*- 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 cran lbraglia RStata 1.1.1
|
2024-04-26 20:23:06 +08:00
|
|
|
|
revision 1
|
2023-06-15 21:25:09 +08:00
|
|
|
|
maintainers nomaintainer
|
|
|
|
|
|
license GPL-3
|
|
|
|
|
|
description Simple R–Stata interface allowing to execute Stata commands (both inline and from a .do file) from R
|
|
|
|
|
|
long_description {*}${description}
|
|
|
|
|
|
checksums rmd160 0dd700b012f27339ce7b7ae60f71dafcb9d11b1f \
|
|
|
|
|
|
sha256 e77a54c8c6bd5cb31910267a446c57145a5d04af7cd5e5e975b31f53c867a6f3 \
|
|
|
|
|
|
size 6460
|
|
|
|
|
|
supported_archs noarch
|
2024-05-22 15:26:15 +10:00
|
|
|
|
platforms {darwin any}
|
2023-06-15 21:25:09 +08:00
|
|
|
|
|
|
|
|
|
|
test.run yes
|