mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
31 lines
1.1 KiB
Tcl
31 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 kumeS deepRstudio 0.0.9 v
|
|
revision 1
|
|
categories-append textproc
|
|
maintainers nomaintainer
|
|
license Artistic-2
|
|
description Seamless language translation in RStudio using DeepL API and Rstudioapi
|
|
long_description {*}${description}
|
|
homepage https://kumes.github.io/deepRstudio
|
|
checksums rmd160 a4dea94a656b6f2105f466f19ab190ae3bbcd9d4 \
|
|
sha256 96cf112b71e1c26cbf94124e4eb04f7dc901ba0255439b550059697538745052 \
|
|
size 794934
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-assertthat \
|
|
port:R-clipr \
|
|
port:R-crayon \
|
|
port:R-httr \
|
|
port:R-jsonlite \
|
|
port:R-rstudioapi
|
|
|
|
depends_test-append port:R-knitr \
|
|
port:R-testthat
|
|
|
|
test.run yes
|