GNU bug report logs - #62186
[PATCH 2/2] gnu: Add r-rhandsontable.

Previous Next

Package: guix-patches;

Reported by: Navid Afkhami <navid.afkhami <at> mdc-berlin.de>

Date: Tue, 14 Mar 2023 15:03:02 UTC

Severity: normal

Tags: patch

Done: Ricardo Wurmus <rekado <at> elephly.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Navid Afkhami <navid.afkhami <at> mdc-berlin.de>
Subject: bug#62186: closed ([PATCH 2/2] gnu: Add r-rhandsontable.)
Date: Tue, 14 Mar 2023 16:51:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#62186: [PATCH 2/2] gnu: Add r-rhandsontable.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 62186 <at> debbugs.gnu.org.

-- 
62186: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62186
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Ricardo Wurmus <rekado <at> elephly.net>
To: 62186-done <at> debbugs.gnu.org
Subject: [PATCH 2/2] gnu: Add r-rhandsontable.
Date: Tue, 14 Mar 2023 17:48:58 +0100
This one was tricky.

The package bundles minified JavaScript which we need to build from
source.  I tracked down all JavaScript source files, added them to the
native inputs, and added a build phase to process them all.

Commit 27c8ab4bf35a915a38dae574c6212e7dcbfd15dc shows the result.

-- 
Ricardo

[Message part 3 (message/rfc822, inline)]
From: Navid Afkhami <navid.afkhami <at> mdc-berlin.de>
To: <guix-patches <at> gnu.org>
Cc: Navid Afkhami <navid.afkhami <at> mdc-berlin.de>
Subject: [PATCH 2/2] gnu: Add r-rhandsontable.
Date: Tue, 14 Mar 2023 15:01:30 +0000
* gnu/packages/bioinformatics.scm (r-rhandsontable): New variable.
---
 gnu/packages/bioinformatics.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 7025ccd93d..bc5da864bf 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -827,6 +827,30 @@ (define-public r-rhtslib12
 developers of other R packages who wish to make use of HTSlib.")
       (license license:lgpl2.0+))))
 
+(define-public r-rhandsontable
+  (package
+    (name "r-rhandsontable")
+    (version "0.3.8")
+    (source (origin
+              (method url-fetch)
+              (uri (cran-uri "rhandsontable" version))
+              (sha256
+               (base32
+                "07fj6npq65pq836vdwblkhprdaq4i4f13cwdmm9gmxrnk72xj7lh"))))
+    (properties `((upstream-name . "rhandsontable")))
+    (build-system r-build-system)
+    (propagated-inputs (list r-htmlwidgets r-jsonlite r-magrittr))
+    (native-inputs (list esbuild r-knitr))
+    (home-page "http://jrowen.github.io/rhandsontable/")
+    (synopsis
+     "This package is a htmlwidget based on the handsontable.js library")
+    (description
+     "Handsontable is a data grid component with an Excel like appearance.
+Built in JavaScript, it integrates with any data source with peak efficiency.
+It comes with powerful features like data validation, sorting, grouping,
+data binding, formula support or column ordering.")
+    (license license:expat)))
+
 (define-public r-stringendo
   (let ((commit "83b8f2d82a09b33b9e895438bb523a021138be01")
         (revision "1"))
-- 
2.34.1




This bug report was last modified 2 years and 68 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.