From f82aa81fedce99fe187b4a363619afcfe1dff284 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Fri, 22 Nov 2024 12:00:28 +0100 Subject: gnu: r-fail: Add test inputs. * gnu/packages/statistics.scm (r-fail)[native-inputs]: Add r-testthat. Change-Id: I88f58bade42f071df98e64908df7e7347cb6e076 --- gnu/packages/statistics.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'gnu/packages') diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm index f1e9df2993..157a9fdd82 100644 --- a/gnu/packages/statistics.scm +++ b/gnu/packages/statistics.scm @@ -2984,6 +2984,7 @@ of R packages.") (build-system r-build-system) (propagated-inputs (list r-bbmisc r-checkmate)) + (native-inputs (list r-testthat)) (home-page "https://github.com/mllg/fail") (synopsis "File abstraction interface layer (FAIL)") (description -- cgit v1.2.3 Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/build-aux/update-NEWS.scm
AgeCommit message (Expand)Author
2021-05-10maint: update-NEWS: Sort packages prior writing to the data file....* build-aux/update-NEWS.scm (main): Sort packages. Maxim Cournoyer
2021-04-23build-aux: Relax the regexp used to match NEWS sections....A number of packages doesn't really make sense in the name of the section to be substituted. This change allows using simply '*** new packages' instead of '*** 1999 new packages', for example, and have the update-NEWS.scm script update it. * build-aux/update-NEWS.scm (write-packages-added) <regexp>: Do not care about leading white space in the name of the section. Maxim Cournoyer