guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: Add r-quickjsr.


From: guix-commits
Subject: 02/03: gnu: Add r-quickjsr.
Date: Wed, 13 Sep 2023 16:18:11 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit dc172966ba88895096f2c71dcdc3c4083f412dff
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Sep 13 15:03:59 2023 +0200

    gnu: Add r-quickjsr.
    
    * gnu/packages/cran.scm (r-quickjsr): New variable.
---
 gnu/packages/cran.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index b6a01a99b0..21eaa6fbea 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -15583,6 +15583,27 @@ estimation problem.")
     ;; The CRAN page only says GPL-3.
     (license license:gpl3+)))
 
+(define-public r-quickjsr
+  (package
+    (name "r-quickjsr")
+    (version "1.0.6")
+    (source (origin
+              (method url-fetch)
+              (uri (cran-uri "QuickJSR" version))
+              (sha256
+               (base32
+                "1n09jivw1qvsniyap0ki5ablvkwgggh981hcs7k5wx3lp3qxxlnk"))))
+    (properties `((upstream-name . "QuickJSR")))
+    (build-system r-build-system)
+    (propagated-inputs (list r-jsonlite r-r6 r-rcpp))
+    (home-page "https://cran.r-project.org/package=QuickJSR";)
+    (synopsis "Interface for the QuickJS lightweight JavaScript engine")
+    (description
+     "This package provides an R interface to the @code{QuickJS} portable
+@code{JavaScript} engine.  The engine is bundled entirely within the package,
+requiring no external system dependencies beyond a C compiler.")
+    (license license:expat)))
+
 (define-public r-abundant
   (package
     (name "r-abundant")



reply via email to

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