pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
R-hera: New package
Module Name: pkgsrc-wip
Committed By: matthew <matthewd%fastmail.us@localhost>
Pushed By: matthewd
Date: Fri May 1 20:58:29 2026 -0600
Changeset: 6c738b5ce7df8c0ec5d88d47cf30e86cfb72f9f3
Added Files:
R-hera/COMMIT_MSG
R-hera/DESCR
R-hera/Makefile
R-hera/distinfo
Log Message:
R-hera: New package
R Functions for xeus-R to execute notebook cells
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=6c738b5ce7df8c0ec5d88d47cf30e86cfb72f9f3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
R-hera/COMMIT_MSG | 3 +++
R-hera/DESCR | 4 ++++
R-hera/Makefile | 24 ++++++++++++++++++++++++
R-hera/distinfo | 5 +++++
4 files changed, 36 insertions(+)
diffs:
diff --git a/R-hera/COMMIT_MSG b/R-hera/COMMIT_MSG
new file mode 100644
index 0000000000..86f7bb1126
--- /dev/null
+++ b/R-hera/COMMIT_MSG
@@ -0,0 +1,3 @@
+R-hera: New package
+
+R Functions for xeus-R to execute notebook cells
diff --git a/R-hera/DESCR b/R-hera/DESCR
new file mode 100644
index 0000000000..ab099419ae
--- /dev/null
+++ b/R-hera/DESCR
@@ -0,0 +1,4 @@
+Set of R functions to be coupled with the 'xeus-r' 'jupyter' kernel in
+order to drive execution of code in notebook input cells, how R
+objects are to be displayed in output cells, and handle two way
+communication with the front end through comms.
diff --git a/R-hera/Makefile b/R-hera/Makefile
new file mode 100644
index 0000000000..51fdc222b5
--- /dev/null
+++ b/R-hera/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD$
+
+R_PKGNAME= hera
+R_PKGVER= 0.1.1
+CATEGORIES= devel
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+COMMENT= Companion to the 'xeus-r' 'jupyter' Kernel
+LICENSE= mit # + file LICENSE
+
+USE_LANGUAGES= # none
+
+DEPENDS+= R-cli-[0-9]*:../../devel/R-cli
+DEPENDS+= R-evaluate-[0-9]*:../../devel/R-evaluate
+DEPENDS+= R-glue-[0-9]*:../../devel/R-glue
+DEPENDS+= R-IRdisplay-[0-9]*:../../devel/R-IRdisplay
+DEPENDS+= R-jsonlite-[0-9]*:../../textproc/R-jsonlite
+DEPENDS+= R-R6-[0-9]*:../../devel/R-R6
+DEPENDS+= R-repr-[0-9]*:../../devel/R-repr
+DEPENDS+= R-rlang-[0-9]*:../../devel/R-rlang
+
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff --git a/R-hera/distinfo b/R-hera/distinfo
new file mode 100644
index 0000000000..b38f78886c
--- /dev/null
+++ b/R-hera/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (R/hera_0.1.1.tar.gz) = 0afa9f2fb71e564135bc601236faed3cc29302fac5bad9a263ed9a8475456c31
+SHA512 (R/hera_0.1.1.tar.gz) = 2657777228d9b086e93191937a87f7d89437af86db0269968aa13cdb766c745c111ccc0ccdab29b3491591ced5e7432777f135cb376312d346882a10639d45f4
+Size (R/hera_0.1.1.tar.gz) = 11236 bytes
Home |
Main Index |
Thread Index |
Old Index