unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: kyle <kyle@posteo.net>
To: 62579@debbugs.gnu.org
Cc: rekado@elephly.net, Kyle Andrews <kyle@posteo.net>
Subject: [bug#62579] [PATCH 3/3] gnu: Add r-tarchetypes
Date: Sat, 01 Apr 2023 04:57:02 +0000	[thread overview]
Message-ID: <f03956aebaedf052f7d43f3ab4cc8a4ad246914a.1680324055.git.kyle@posteo.net> (raw)
In-Reply-To: <cover.1680324055.git.kyle@posteo.net>

From: Kyle Andrews <kyle@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





      parent reply	other threads:[~2023-04-01  4:58 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-01  4:48 [bug#62579] [PATCH 0/3] *** Package targets and tarchetypes *** kyle
2023-04-01  4:57 ` [bug#62579] [PATCH 1/3] gnu: Add r-targets package kyle
2023-04-04 17:46   ` bug#62579: " Ricardo Wurmus
2023-04-01  4:57 ` [bug#62579] [PATCH 2/3] gnu: Add r-future-callr kyle
2023-04-01  4:57 ` kyle [this message]

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=f03956aebaedf052f7d43f3ab4cc8a4ad246914a.1680324055.git.kyle@posteo.net \
    --to=kyle@posteo.net \
    --cc=62579@debbugs.gnu.org \
    --cc=rekado@elephly.net \
    /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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).