GNU bug report logs - #62579
[PATCH 0/3] *** Package targets and tarchetypes ***

Previous Next

Package: guix-patches;

Reported by: kyle <kyle <at> posteo.net>

Date: Sat, 1 Apr 2023 04:50:02 UTC

Severity: normal

Tags: patch

Done: Ricardo Wurmus <rekado <at> elephly.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: kyle <kyle <at> posteo.net>
To: 62579 <at> debbugs.gnu.org
Cc: rekado <at> elephly.net, Kyle Andrews <kyle <at> posteo.net>
Subject: [bug#62579] [PATCH 3/3] gnu: Add r-tarchetypes
Date: Sat, 01 Apr 2023 04:57:02 +0000
From: Kyle Andrews <kyle <at> posteo.net>

---
 gnu/packages/cran.scm | 37 +++++++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index d2036b0629..56dcf705db 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -14456,6 +14456,43 @@ (define-public r-tab
 handle data from simple random samples as well as complex surveys.")
     (license license:gpl3+)))
 
+
+(define-public r-tarchetypes
+  (package
+    (name "r-tarchetypes")
+    (version "0.7.5")
+    (source (origin
+              (method url-fetch)
+              (uri (cran-uri "tarchetypes" version))
+              (sha256
+               (base32
+		"05yhq8xnrpk37x7fq0yjw4m527ji28s16dskfmljrbrzb064nw2g"))))
+    (properties `((upstream-name . "tarchetypes")))
+    (build-system r-build-system)
+    (propagated-inputs (list r-digest
+                             r-dplyr
+                             r-fs
+                             r-furrr
+                             r-future
+                             r-future-callr
+                             r-rlang
+                             r-targets
+                             r-tibble
+                             r-tidyselect
+                             r-vctrs
+                             r-withr))
+    (home-page "https://docs.ropensci.org/tarchetypes/")
+    (synopsis "Archetypes for Targets")
+    (description
+     "Function-oriented Make-like declarative pipelines for Statistics and data
+science are supported in the targets R package.  As an extension to targets',
+the tarchetypes package provides convenient user-side functions to make targets
+easier to use.  By establishing reusable archetypes for common kinds of targets
+and pipelines, these functions help express complicated reproducible pipelines
+concisely and compactly.  The methods in this package were influenced by the
+drake R package by Will Landau (2018) <doi:10.21105/joss.00550>.")
+    (license license:expat)))
+
 (define-public r-targets
   (package
     (name "r-targets")
-- 
2.39.2





This bug report was last modified 2 years and 108 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.