You've already forked macports-ports
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 IRkernel IRkernel 1.3.2
|
|
revision 1
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Native R kernel for the Jupyter Notebook
|
|
long_description {*}${description}
|
|
homepage https://irkernel.github.io
|
|
checksums rmd160 dd51fad2376d590dee1d65c84aca0fc2ed188c64 \
|
|
sha256 43d75fdb02ae8996ea4ca77b5003e7f626f3b5fb87d65fb96c9435c5127e812c \
|
|
size 80897
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-crayon \
|
|
port:R-digest \
|
|
port:R-evaluate \
|
|
port:R-IRdisplay \
|
|
port:R-jsonlite \
|
|
port:R-pbdZMQ \
|
|
port:R-repr \
|
|
port:R-uuid
|
|
|
|
depends_test-append port:R-roxygen2 \
|
|
port:R-testthat
|
|
|
|
test.run yes
|