From c358b5d418a89e1946f291c4be7d460acc36985e Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Wed, 9 Jan 2019 15:32:49 +0100 Subject: gnu: Add r-assertive-models. * gnu/packages/cran.scm (r-assertive-models): New variable. --- gnu/packages/cran.scm | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'gnu') diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index beddefe683..faecbf52fc 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -9606,3 +9606,27 @@ the properties of matrices. This is mainly for use by other package developers who want to include run-time testing features in their own packages.") (license license:gpl3+))) + +(define-public r-assertive-models + (package + (name "r-assertive-models") + (version "0.0-2") + (source + (origin + (method url-fetch) + (uri (cran-uri "assertive.models" version)) + (sha256 + (base32 + "0bn4j4v5qvb2d672cgri61p8d9v258pmz35y3lvm6b9mdxwdi9mr")))) + (properties + `((upstream-name . "assertive.models"))) + (build-system r-build-system) + (propagated-inputs + `(("r-assertive-base" ,r-assertive-base))) + (home-page "https://bitbucket.org/richierocks/assertive.models") + (synopsis "Assertions to check properties of models") + (description + "This package provides a set of predicates and assertions for checking +the properties of models. This is mainly for use by other package developers +who want to include run-time testing features in their own packages.") + (license license:gpl3+))) -- cgit v1.2.3 ght' method='get' action='/guix/log/gnu/system.scm'>
path: root/gnu/system.scm
AgeCommit message (Expand)Author
2020-01-12system: Drop net-tools from %BASE-PACKAGES (replaced by iproute2)....Simon Josefsson
2020-01-08system: Use the udev-enabled util-linux variant....Marius Bakke
2019-12-07services: Add 'provenance-service-type'....Ludovic Courtès
2019-12-01system: vm: Support cross-compilation....Mathieu Othacehe
2019-10-06Merge branch 'master' into core-updatesRicardo Wurmus
2019-10-06system: Add 'mount' and 'umount' to '%setuid-programs'....Ludovic Courtès
2019-09-06Merge branch 'master' into core-updatesMark H Weaver
2019-08-30system: Add 'bootloader-menu-entries' field to <boot-parameters>....Ludovic Courtès
2019-07-16system: Write the timezone to /etc/timezone....Timothy Sample
2019-05-15system: Add 'operating-system-with-gc-roots'....Ludovic Courtès
2019-05-10system: Export 'operating-system-default-essential-services'....Ludovic Courtès
2019-04-27system: Add boot file systems to /etc/fstab....Ludovic Courtès
2019-04-25system: Add guile-readline and guile-colorized to %BASE-PACKAGES....Ludovic Courtès
2019-04-22system: Change default kernel-arguments to '("quiet")....Christopher Baines
2019-04-15system: Add 'label' field to <operating-system>....Ludovic Courtès
2019-04-14system: Remove "beta" from GRUB menu entries....Ludovic Courtès
2019-03-30system: Define 'this-operating-system'....Ludovic Courtès
2019-03-25system: Add 'essential-services' field to <operating-system>....Ludovic Courtès
2019-03-24system: Initialize console keyboard layout in the initrd....Ludovic Courtès
2019-03-22system: Fix misleading comments....Ludovic Courtès
2019-01-17gnu: Add graphical installer support....Mathieu Othacehe
2019-01-13system: Add sudoedit to %setuid-programs....Meiyo Peng
2018-12-26system: Fix missing space in boot labels for kernels that are inferior packages...Pkill -9
2018-12-21system: 'kernel->boot-label' now accepts inferior packages....Pkill -9
2018-11-21linux-initrd: 'expression->initrd' returns the complete file name....Ludovic Courtès
2018-11-18system: De-monadify 'operating-system-bootcfg'....Ludovic Courtès
2018-11-18system: Please Emacs....Ludovic Courtès
2018-11-18system: De-monadify 'operating-system-boot-parameters'....Ludovic Courtès
2018-11-18linux-initrd: Return file-like objects instead of monadic values....Ludovic Courtès
2018-11-18system: Simplify kernel argument handling....Ludovic Courtès
2018-11-18bootloader: De-monadify configuration file generators....Ludovic Courtès