all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Navid Afkhami <navid.afkhami@mdc-berlin.de>
To: <61933@debbugs.gnu.org>
Cc: Navid Afkhami <navid.afkhami@mdc-berlin.de>
Subject: [bug#61933] [PATCH vREVISION 7/9] gnu: Add r-tictoc.
Date: Fri, 3 Mar 2023 13:07:21 +0000	[thread overview]
Message-ID: <20230303130723.88484-7-navid.afkhami@mdc-berlin.de> (raw)
In-Reply-To: <20230303130723.88484-1-navid.afkhami@mdc-berlin.de>

* gnu/packages/bioinformatics.scm (r-tictoc): New variable.
---
 gnu/packages/bioinformatics.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 14efaa9570..42d0923ab1 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -8960,6 +8960,28 @@ (define-public r-snapatac
 single cell ATAC-seq sequencing data.")
     (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
+     "Functions for timing R scripts and implementations of stack and list structures")
+    (description
+     "The tictoc package provides the timing functions tic and 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. tic and 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"))
-- 
2.34.1





  parent reply	other threads:[~2023-03-03 13:08 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-03 12:50 [bug#61933] [PATCH 0/9] *** A requested with 8 dependencies *** Navid Afkhami
2023-03-03 13:07 ` [bug#61933] [PATCH vREVISION 1/9] gnu: Add r-stringendo Navid Afkhami
2023-03-03 13:07   ` [bug#61933] [PATCH vREVISION 2/9] gnu: Add r-readwriter Navid Afkhami
2023-03-03 13:07   ` [bug#61933] [PATCH vREVISION 3/9] gnu: Add r-codeandroll2 Navid Afkhami
2023-03-03 13:07   ` [bug#61933] [PATCH vREVISION 4/9] gnu: Add r-markdownhelpers Navid Afkhami
2023-03-03 13:07   ` [bug#61933] [PATCH vREVISION 5/9] gnu: Add r-markdownreports Navid Afkhami
2023-03-03 13:07   ` [bug#61933] [PATCH vREVISION 6/9] gnu: Add r-ggexpress Navid Afkhami
2023-03-03 13:07   ` Navid Afkhami [this message]
2023-03-03 13:07   ` [bug#61933] [PATCH vREVISION 8/9] gnu: Add r-hgnchelper Navid Afkhami
2023-03-03 13:07   ` [bug#61933] [PATCH vREVISION 9/9] gnu: Add r-seurat-utils Navid Afkhami
2023-03-03 14:12 ` bug#61933: [PATCH 0/9] *** A requested with 8 dependencies *** Ricardo Wurmus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230303130723.88484-7-navid.afkhami@mdc-berlin.de \
    --to=navid.afkhami@mdc-berlin.de \
    --cc=61933@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.