mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: r-assertive-types: Add missing input.
* gnu/packages/cran.scm (r-assertive-types)[native-inputs]: Add r-testthat. Change-Id: I58ef096504602989de101b744362b115fcb67f27
This commit is contained in:
parent
ee88301053
commit
bf177fb732
1 changed files with 1 additions and 0 deletions
|
@ -24089,6 +24089,7 @@ (define-public r-assertive-types
|
|||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-assertive-base r-assertive-properties r-codetools))
|
||||
(native-inputs (list r-testthat))
|
||||
(home-page "https://bitbucket.org/richierocks/assertive.types")
|
||||
(synopsis "Assertions to check types of variables")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue