GNU bug report logs - #46285
[PATCH 1/4] gnu: Add r-jquerylib.

Previous Next

Package: guix-patches;

Reported by: Todor Kondić <kondor <at> librem.one>

Date: Thu, 4 Feb 2021 03:27:03 UTC

Severity: normal

Tags: patch

Merged with 46286, 46287, 46288

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

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 46285 in the body.
You can then email your comments to 46285 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#46285; Package guix-patches. (Thu, 04 Feb 2021 03:27:03 GMT) Full text and rfc822 format available.

Acknowledgement sent to Todor Kondić <kondor <at> librem.one>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Thu, 04 Feb 2021 03:27:03 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Todor Kondić <kondor <at> librem.one>
To: guix-patches <at> gnu.org
Cc: Todor Kondić <kondor <at> librem.one>
Subject: [PATCH 1/4] gnu: Add r-jquerylib.
Date: Thu,  4 Feb 2021 02:12:58 +0100
* gnu/packages/cran.scm(r-jquerylib): New variable.
---
 gnu/packages/cran.scm | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 874a77c552..6f7d07140d 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -25782,3 +25782,29 @@ tuning, e.g. Grid Search, Random Search, or Simulated Annealing.  Various
 termination criteria can be set and combined.  The class @code{AutoTuner} provides a
 convenient way to perform nested resampling in combination with @code{mlr3}.")
     (license license:lgpl3)))
+
+(define-public r-jquerylib
+  (package
+    (name "r-jquerylib")
+    (version "0.1.3")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "jquerylib" version))
+       (sha256
+        (base32
+         "1s0d6mws13hwkx07jqmry7vp30a05b2p9w7ir68bmkhasidwkzdq"))))
+    (properties `((upstream-name . "jquerylib")))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-htmltools" ,r-htmltools)))
+    (home-page
+     "https://cran.r-project.org/package=jquerylib")
+    (synopsis
+     "Obtain @code{jQuery} as an HTML Dependency Object")
+    (description
+     "Obtain any major version of @code{jQuery}
+@url{https://code.jquery.com,jQuery} and use it in any webpage
+generated by @code{htmltools}.  Most R users do not need to use this
+package directly.")
+    (license license:expat)))
-- 
2.30.0





Merged 46285 46286 46287 46288. Request was from zimoun <zimon.toutoune <at> gmail.com> to control <at> debbugs.gnu.org. (Wed, 10 Mar 2021 23:23:01 GMT) Full text and rfc822 format available.

Reply sent to Ricardo Wurmus <rekado <at> elephly.net>:
You have taken responsibility. (Mon, 22 Nov 2021 23:06:02 GMT) Full text and rfc822 format available.

Notification sent to Todor Kondić <kondor <at> librem.one>:
bug acknowledged by developer. (Mon, 22 Nov 2021 23:06:02 GMT) Full text and rfc822 format available.

Message #12 received at 46285-done <at> debbugs.gnu.org (full text, mbox):

From: Ricardo Wurmus <rekado <at> elephly.net>
To: 46285-done <at> debbugs.gnu.org
Subject: [PATCH 1/4] gnu: Add r-jquerylib.
Date: Tue, 23 Nov 2021 00:03:26 +0100
I’m closing this.  We have r-jquerylib 0.1.4 in Guix.  It is 
unfortunately a bit more complicated because we build the minified 
JavaScript files from source.

-- 
Ricardo




Reply sent to Ricardo Wurmus <rekado <at> elephly.net>:
You have taken responsibility. (Mon, 22 Nov 2021 23:06:02 GMT) Full text and rfc822 format available.

Notification sent to Todor Kondić <kondor <at> librem.one>:
bug acknowledged by developer. (Mon, 22 Nov 2021 23:06:02 GMT) Full text and rfc822 format available.

Reply sent to Ricardo Wurmus <rekado <at> elephly.net>:
You have taken responsibility. (Mon, 22 Nov 2021 23:06:02 GMT) Full text and rfc822 format available.

Notification sent to Todor Kondić <kondor <at> librem.one>:
bug acknowledged by developer. (Mon, 22 Nov 2021 23:06:02 GMT) Full text and rfc822 format available.

Reply sent to Ricardo Wurmus <rekado <at> elephly.net>:
You have taken responsibility. (Mon, 22 Nov 2021 23:06:02 GMT) Full text and rfc822 format available.

Notification sent to Todor Kondić <kondor <at> librem.one>:
bug acknowledged by developer. (Mon, 22 Nov 2021 23:06:03 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 21 Dec 2021 12:24:12 GMT) Full text and rfc822 format available.

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

Previous Next


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