mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
gnu: r-assertive-data-us: Add missing input.
* gnu/packages/cran.scm (r-assertive-data-us)[native-inputs]: Add r-testthat. Change-Id: Ib2e5540aa6fb409cf807b51871eb80f87d221c5b
This commit is contained in:
parent
f9af512739
commit
93f9e60a9d
1 changed files with 1 additions and 0 deletions
|
@ -24223,6 +24223,7 @@ (define-public r-assertive-data-us
|
|||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-assertive-base r-assertive-strings))
|
||||
(native-inputs (list r-testthat))
|
||||
(home-page "https://bitbucket.org/richierocks/assertive.data.us")
|
||||
(synopsis "Assertions to check properties of strings")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue