From 937f18eb9cae8f2dfb398edfaa22ba44828832b0 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Fri, 9 May 2025 13:26:04 +0200 Subject: [PATCH] gnu: r-targets: Update to 1.11.1. * gnu/packages/cran.scm (r-targets): Update to 1.11.1. [propagated-inputs]: Add r-prettyunits. Change-Id: I443592630397d195fc9a96f56a529ce328881937 --- gnu/packages/cran.scm | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 864fc406b2729c46238dd09e451eaec39f486840..c5c6e563a12a4540c51f7ecd91f8d81ec10936d6 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -26770,13 +26770,13 @@ were influenced by the drake R package by Will Landau (2018) (define-public r-targets (package (name "r-targets") - (version "1.10.1") + (version "1.11.1") (source (origin (method url-fetch) (uri (cran-uri "targets" version)) (sha256 (base32 - "0fjmbqw71scmhjxn94x083jxnwsv7yggm49333pjp0dvzf46i5i0")))) + "0ahzfd22k1la6zbgqdqvidqihgfpc5lmzd2aam9cgy31rql0l1qv")))) (properties `((upstream-name . "targets"))) (build-system r-build-system) (propagated-inputs (list r-base64url @@ -26786,6 +26786,7 @@ were influenced by the drake R package by Will Landau (2018) r-data-table r-igraph r-knitr + r-prettyunits r-ps r-r6 r-rlang @@ -26794,6 +26795,8 @@ were influenced by the drake R package by Will Landau (2018) r-tidyselect r-vctrs r-yaml)) + ;; The importer adds a large number of test inputs, but we really don't + ;; need to add them. (native-inputs (list r-knitr r-testthat)) (home-page "https://docs.ropensci.org/targets/") (synopsis "Dynamic function-oriented Make-like declarative pipelines")