emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#46285: closed ([PATCH 1/4] gnu: Add r-jquerylib.)


From: GNU bug Tracking System
Subject: bug#46285: closed ([PATCH 1/4] gnu: Add r-jquerylib.)
Date: Mon, 22 Nov 2021 23:06:02 +0000

Your message dated Tue, 23 Nov 2021 00:03:26 +0100
with message-id <87czmrvlju.fsf@elephly.net>
and subject line [PATCH 1/4] gnu: Add r-jquerylib.
has caused the debbugs.gnu.org bug report #46285,
regarding [PATCH 1/4] gnu: Add r-jquerylib.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
46285: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=46285
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- 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




--- End Message ---
--- Begin Message --- Subject: [PATCH 1/4] gnu: Add r-jquerylib. Date: Tue, 23 Nov 2021 00:03:26 +0100 User-agent: mu4e 1.6.10; emacs 28.0.50 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


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]