guix-commits
[Top][All Lists]
Advanced

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

02/07: gnu: Add r-rcppxptrutils.


From: guix-commits
Subject: 02/07: gnu: Add r-rcppxptrutils.
Date: Tue, 22 Feb 2022 13:33:20 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 630a059b1b66cdaf9a3e722fd6b4b20fd1973514
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Feb 22 18:29:22 2022 +0100

    gnu: Add r-rcppxptrutils.
    
    * gnu/packages/cran.scm (r-rcppxptrutils): 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 08d6ab7619..2ce20880e0 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -3400,6 +3400,27 @@ computing (numerical integration, optimization, etc.) 
and their integration
 with @code{Rcpp}.")
     (license license:gpl2+)))
 
+(define-public r-rcppxptrutils
+  (package
+    (name "r-rcppxptrutils")
+    (version "0.1.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "RcppXPtrUtils" version))
+       (sha256
+        (base32 "0jh64c46gp99d2nsih14vx34pamc8i7gkmiy2nj94rx3sxq62yh5"))))
+    (properties `((upstream-name . "RcppXPtrUtils")))
+    (build-system r-build-system)
+    (propagated-inputs (list r-rcpp))
+    (home-page "https://github.com/Enchufa2/RcppXPtrUtils";)
+    (synopsis "XPtr add-ons for Rcpp")
+    (description
+     "This package provides the means to compile user-supplied C++ functions
+with Rcpp and retrieve an @code{XPtr} that can be passed to other C++
+components.")
+    (license license:expat)))
+
 (define-public r-bindr
   (package
     (name "r-bindr")



reply via email to

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