mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: Add r-tictoc.
* gnu/packages/bioinformatics.scm (r-tictoc): New variable.
This commit is contained in:
parent
573b65f51e
commit
9aad3dfd7b
1 changed files with 24 additions and 0 deletions
|
@ -8965,6 +8965,30 @@ (define-public r-snapatac
|
||||||
single cell ATAC-seq sequencing data.")
|
single cell ATAC-seq sequencing data.")
|
||||||
(license license:gpl3)))
|
(license license:gpl3)))
|
||||||
|
|
||||||
|
(define-public r-tictoc
|
||||||
|
(package
|
||||||
|
(name "r-tictoc")
|
||||||
|
(version "1.1")
|
||||||
|
(source (origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (cran-uri "tictoc" version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0ka7zd857xfqb5afn0psn0yzfv2qjb0ddxfyiq6aggbnla5qc3qj"))))
|
||||||
|
(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
|
(define-public r-tsis
|
||||||
(let ((commit "24460298fbe1d26e4da390f6e4f3d4d9d62334dc")
|
(let ((commit "24460298fbe1d26e4da390f6e4f3d4d9d62334dc")
|
||||||
(revision "1"))
|
(revision "1"))
|
||||||
|
|
Loading…
Reference in a new issue