You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
25 lines
914 B
Tcl
25 lines
914 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 cran cran SQL 0.1.1
|
|
revision 1
|
|
categories-append databases
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description Execute SQL statements
|
|
long_description Run SQL statements on in-memory data frames within a temporary in-memory DuckDB data-base.
|
|
checksums rmd160 bc8fe6e108f5332f904671edabf3b719fa8cb7e8 \
|
|
sha256 2dc3947a8ce66759817845c4b1d4982a69ece879eaa5bcba1fe13bb2324b24d1 \
|
|
size 2751
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-arrow \
|
|
port:R-DBI \
|
|
port:R-duckdb \
|
|
port:R-stringr
|
|
|
|
test.run yes
|