unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#46285] [PATCH 1/4] gnu: Add r-jquerylib.
@ 2021-02-04  1:12 Todor Kondić
  2021-02-04  1:12 ` [bug#46286] [PATCH 2/4] gnu: Add r-cachem Todor Kondić
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Todor Kondić @ 2021-02-04  1:12 UTC (permalink / raw)
  To: 46285; +Cc: Todor Kondić

* 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





^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-11-22 23:06 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-04  1:12 [bug#46285] [PATCH 1/4] gnu: Add r-jquerylib Todor Kondić
2021-02-04  1:12 ` [bug#46286] [PATCH 2/4] gnu: Add r-cachem Todor Kondić
2021-02-04  1:13 ` [bug#46288] [PATCH 3/4] gnu: Add r-sass Todor Kondić
2021-11-05  8:24   ` phodina via Guix-patches via
2021-02-04  1:13 ` [bug#46287] [PATCH 4/4] gnu: Add r-bslib Todor Kondić
2021-11-22 23:03 ` bug#46285: [PATCH 1/4] gnu: Add r-jquerylib Ricardo Wurmus

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).