mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
See https://github.com/macports/macports-ports/pull/26909#issuecomment-3339115770
27 lines
938 B
Tcl
27 lines
938 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 jcrodriguez1989 chatgpt 0.2.3 v
|
|
revision 1
|
|
categories-append www
|
|
maintainers nomaintainer
|
|
license GPL-3+
|
|
description Interface to ChatGPT from R
|
|
long_description {*}${description}
|
|
checksums rmd160 999c43052adb9d12b1363b86950ae9019672caa1 \
|
|
sha256 b2ef008e13dfc379f22ac7c8388cd1e05444146e77d5967971444cafc18770fc \
|
|
size 124871
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-clipr \
|
|
port:R-httr \
|
|
port:R-jsonlite \
|
|
port:R-miniUI \
|
|
port:R-rstudioapi \
|
|
port:R-shiny
|
|
|
|
test.run yes
|