GNU bug report logs -
#55379
[PATCH 01/14] gnu: Add r-gpg.
Previous Next
Reported by: kyle <kyle <at> posteo.net>
Date: Thu, 12 May 2022 02:11:02 UTC
Severity: normal
Tags: moreinfo, patch
Done: Ricardo Wurmus <rekado <at> elephly.net>
Bug is archived. No further changes may be made.
Full log
Message #29 received at submit <at> debbugs.gnu.org (full text, mbox):
From: Kyle Andrews <kyle <at> posteo.net>
---
gnu/packages/cran.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 0c7a3d55ff..a2a29f8cdb 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -33487,6 +33487,28 @@ (define-public r-rpicosat
"Bindings for the 'PicoSAT' solver to solve Boolean satisfiability problems (SAT). The boolean satisfiability problem asks the question if a given boolean formula can be TRUE; i.e. does there exist an assignment of TRUE/FALSE for each variable such that the whole formula is TRUE? The package bundles 'PicoSAT' solver release 965 <http://www.fmv.jku.at/picosat/>.")
(license license:expat)))
+(define-public r-ryacas
+ (package
+ (name "r-ryacas")
+ (version "1.1.3")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "Ryacas" version))
+ (sha256
+ (base32
+ "12vkylq06c7kqvvf662cyzhdcnpy928xsjflf1kf0nh6y00gywf8"))))
+ (properties `((upstream-name . "Ryacas")))
+ (build-system r-build-system)
+ (propagated-inputs (list r-magrittr r-rcpp))
+ (native-inputs (list r-knitr))
+ (home-page "https://github.com/r-cas/ryacas")
+ (synopsis
+ "R Interface to the 'Yacas' Computer Algebra System")
+ (description
+ "Interface to the 'yacas' computer algebra system (<http://www.yacas.org/>).")
+ (license (list license:gpl2+ license:gpl3+))))
+
(define r-gpg
(package
--
2.36.0
This bug report was last modified 68 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.