[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/35: gnu: r-tictoc: Update to 1.2.1.
From: |
guix-commits |
Subject: |
02/35: gnu: r-tictoc: Update to 1.2.1. |
Date: |
Tue, 19 Mar 2024 10:03:05 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 16855a1c9e6ee0af1f9113aebda7bfff268d4619
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Mar 19 14:30:40 2024 +0100
gnu: r-tictoc: Update to 1.2.1.
* gnu/packages/bioinformatics.scm (r-tictoc): Move variable from here...
* gnu/packages/cran.scm (r-tictoc): ...to here; update to 1.2.1.
Change-Id: I3fc9dde3928a6c5cbe0e25eba8ec001c16e2b66f
---
gnu/packages/bioinformatics.scm | 24 ------------------------
gnu/packages/cran.scm | 24 ++++++++++++++++++++++++
2 files changed, 24 insertions(+), 24 deletions(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index dd51f73d5b..4edf43e2b3 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -11675,30 +11675,6 @@ clustering analysis, differential analysis, motif
inference and exploration of
single cell ATAC-seq sequencing data.")
(license license:gpl3)))
-(define-public r-tictoc
- (package
- (name "r-tictoc")
- (version "1.2")
- (source (origin
- (method url-fetch)
- (uri (cran-uri "tictoc" version))
- (sha256
- (base32
- "037jbwb58mj5asf3kr6hpf3fy9c6fkinnd8hbpfb141a2jsa8pph"))))
- (properties `((upstream-name . "tictoc")))
- (build-system r-build-system)
- (home-page "https://github.com/jabiru/tictoc")
- (synopsis
- "Time R scripts and implementations of stack and list structures")
- (description
- "The tictoc package provides the timing functions @code{tic} and
-@code{toc} that can be nested. It provides an alternative to
-@code{system.time()} with a different syntax similar to that in another
-well-known software package. @code{tic} and @code{toc} are easy to use, and
-are especially useful when timing several sections in more than a few lines of
-code.")
- (license license:asl2.0)))
-
(define-public r-tsis
(let ((commit "24460298fbe1d26e4da390f6e4f3d4d9d62334dc")
(revision "1"))
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 97518abc4c..a43d78e925 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -3841,6 +3841,30 @@ algorithm described in MetaCell analysis of single-cell
RNA-seq
data using K-nn graph partitions.")
(license license:gpl2)))
+(define-public r-tictoc
+ (package
+ (name "r-tictoc")
+ (version "1.2.1")
+ (source (origin
+ (method url-fetch)
+ (uri (cran-uri "tictoc" version))
+ (sha256
+ (base32
+ "0cw8r1gn4p2v1l3d80brk9sfr9nyckyyym5nr9xq3d74l74vgkcg"))))
+ (properties `((upstream-name . "tictoc")))
+ (build-system r-build-system)
+ (home-page "https://github.com/jabiru/tictoc")
+ (synopsis
+ "Time R scripts and implementations of stack and list structures")
+ (description
+ "The tictoc package provides the timing functions @code{tic} and
+@code{toc} that can be nested. It provides an alternative to
+@code{system.time()} with a different syntax similar to that in another
+well-known software package. @code{tic} and @code{toc} are easy to use, and
+are especially useful when timing several sections in more than a few lines of
+code.")
+ (license license:asl2.0)))
+
(define-public r-tidyft
(package
(name "r-tidyft")
- branch master updated (83c5e7169d -> 26aa8fc87e), guix-commits, 2024/03/19
- 03/35: gnu: r-dyngen: Move to (gnu packages cran)., guix-commits, 2024/03/19
- 08/35: gnu: r-gwasexacthw: Update to 1.2., guix-commits, 2024/03/19
- 10/35: gnu: r-sass: Update to 0.4.9., guix-commits, 2024/03/19
- 11/35: gnu: r-pkgbuild: Update to 1.4.4., guix-commits, 2024/03/19
- 14/35: gnu: r-processx: Update to 3.8.4., guix-commits, 2024/03/19
- 17/35: gnu: r-ggsci: Update to 3.0.2., guix-commits, 2024/03/19
- 02/35: gnu: r-tictoc: Update to 1.2.1.,
guix-commits <=
- 07/35: gnu: r-igraph: Update to 2.0.3., guix-commits, 2024/03/19
- 09/35: gnu: r-zcompositions: Update to 1.5.0-3., guix-commits, 2024/03/19
- 05/35: gnu: r-arrow: Update to 15.0.1., guix-commits, 2024/03/19
- 01/35: gnu: r-genomeinfodb: Update to 1.38.8., guix-commits, 2024/03/19
- 06/35: gnu: snakemake-5: Use G-expression., guix-commits, 2024/03/19
- 13/35: gnu: r-coro: Update to 1.0.4., guix-commits, 2024/03/19
- 12/35: gnu: r-psych: Update to 2.4.3., guix-commits, 2024/03/19
- 15/35: gnu: r-tinytex: Update to 0.50., guix-commits, 2024/03/19
- 23/35: gnu: r-tm: Update to 0.7-12., guix-commits, 2024/03/19
- 20/35: gnu: r-tarchetypes: Update to 0.8.0., guix-commits, 2024/03/19