summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2026-02-16 18:44:22 +0100
committerAndreas Enge <andreas@enge.fr>2026-03-07 11:57:23 +0100
commit57e31e46c36173ce0a3bdc92c3d2ea5c5580f428 (patch)
tree3b26b13f3d591b6ad12c887e2734c975000c820c /gnu
parent57d805506d1f4ece8b5a394a48d43c4e6a38a36b (diff)
gnu: r-synchronicity: Move to (gnu packages cran).
* gnu/packages/statistics.scm (r-synchronicity): Move from here... * gnu/packages/cran.scm (r-synchronicity): ...to here. Change-Id: I5cf0a6327186e4b7f9f50c01c0900017090d7f6d
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/cran.scm22
-rw-r--r--gnu/packages/statistics.scm22
2 files changed, 22 insertions, 22 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 14e7c7885d4..871cc1c7a21 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -10715,6 +10715,28 @@ definition of Surv objects, Kaplan-Meier and Aalen-Johansen (multi-state)
curves, Cox models, and parametric accelerated failure time models.")
(license license:lgpl2.0+)))
+(define-public r-synchronicity
+ (package
+ (name "r-synchronicity")
+ (version "1.3.10")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "synchronicity" version))
+ (sha256
+ (base32
+ "12svf4xzb9s3m1h2ddqgl6q2v57ifsj2p80j8cg2k0543a43pww2"))))
+ (build-system r-build-system)
+ (propagated-inputs
+ (list r-bh r-bigmemory-sri r-rcpp r-uuid))
+ (home-page "http://www.bigmemory.org")
+ (synopsis "Boost mutex functionality in R")
+ (description "This package provides support for synchronization via
+mutexes and may eventually support interprocess communication and message
+passing.")
+ ;; Users can choose either LGPLv3 or ASL2.0.
+ (license (list license:lgpl3 license:asl2.0))))
+
(define-public r-svglite
(package
(name "r-svglite")
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 33bba58e5c6..cfaa7d9f24c 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -1660,28 +1660,6 @@ Features:
@end itemize")
(license license:asl2.0)))
-(define-public r-synchronicity
- (package
- (name "r-synchronicity")
- (version "1.3.10")
- (source
- (origin
- (method url-fetch)
- (uri (cran-uri "synchronicity" version))
- (sha256
- (base32
- "12svf4xzb9s3m1h2ddqgl6q2v57ifsj2p80j8cg2k0543a43pww2"))))
- (build-system r-build-system)
- (propagated-inputs
- (list r-bh r-bigmemory-sri r-rcpp r-uuid))
- (home-page "http://www.bigmemory.org")
- (synopsis "Boost mutex functionality in R")
- (description "This package provides support for synchronization
-via mutexes and may eventually support interprocess communication and
-message passing.")
- ;; Users can choose either LGPLv3 or ASL2.0.
- (license (list license:lgpl3 license:asl2.0))))
-
(define-public r-tidyselect
(package
(name "r-tidyselect")