From c629dce1df09e874839bcf8b6927ec21f0058cb8 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Mon, 14 Sep 2020 19:01:37 +0200 Subject: gnu: r-ggpmisc: Update to 0.3.6. * gnu/packages/cran.scm (r-ggpmisc): Update to 0.3.6. [propagated-inputs]: Add r-glue. --- gnu/packages/cran.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index be66533b0b..0d7d7e3cd8 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -253,17 +253,18 @@ series of numeric vectors/matrices and factors.") (define-public r-ggpmisc (package (name "r-ggpmisc") - (version "0.3.5") + (version "0.3.6") (source (origin (method url-fetch) (uri (cran-uri "ggpmisc" version)) (sha256 (base32 - "0ma2d3a3v8n85sghxr9anl6vgbs8gi82i1dllw99n81gsm59wgin")))) + "05i81q9rg8zf35vgcxhn3yhkc9dlvcpwpxncq1q3zs0rxhfkf208")))) (build-system r-build-system) (propagated-inputs `(("r-broom" ,r-broom) ("r-dplyr" ,r-dplyr) + ("r-glue" ,r-glue) ("r-ggplot2" ,r-ggplot2) ("r-gridextra" ,r-gridextra) ("r-lubridate" ,r-lubridate) -- cgit v1.2.3 ref='/guix/log/gnu/build'>logtreecommitdiff
path: root/gnu/build
AgeCommit message (Expand)Author
2020-06-27hurd-boot: Mount /proc, add /etc/mtab....Jan (janneke) Nieuwenhuizen
2020-06-27hurd-boot: Remove duplicate calls to 'scope'....Jan (janneke) Nieuwenhuizen
2020-06-22system: image: Remove "image-root" when building raw disk-images....Mathieu Othacehe
2020-06-19hurd-boot: Use 'setxattr' instead of invoking settrans....Jan (janneke) Nieuwenhuizen
2020-06-19hurd-boot: Create individual translators instead of running MAKEDEV....Jan (janneke) Nieuwenhuizen
2020-06-18database: 'register-items' takes an open database....Ludovic Courtès
2020-06-12shepherd: 'read-pid-file/container' terminates the whole process group....Ludovic Courtès
2020-06-12shepherd: Unblock signals in the child process....Ludovic Courtès
2020-06-09activation: Fix function call for system activation...Royce Strange
2020-06-09build: image: Do not call make-essential-device-nodes by default....Mathieu Othacehe
2020-06-08gnu: services: Add %hurd-startup-service....Jan (janneke) Nieuwenhuizen
2020-06-08hurd-boot: Further cleanup of "rc"....Jan (janneke) Nieuwenhuizen
2020-06-08system: Support activation service for the Hurd....Jan (janneke) Nieuwenhuizen
2020-06-08image: Add Hurd support....Mathieu Othacehe
2020-06-08linux-boot: Update 'make-hurd-device-nodes'....Jan (janneke) Nieuwenhuizen
2020-06-06vm: 'expression->derivation-in-linux-vm' always returns a native build....Ludovic Courtès
2020-05-29build: image: Fix initialize-efi-partition docstring....Mathieu Othacehe
2020-05-29image: Use grub-efi to install the EFI bootloader....Mathieu Othacehe
2020-05-29image: Add bootloader installation support....Mathieu Othacehe
2020-05-26image: Add partition file-system options support....Mathieu Othacehe
2020-05-26build: image: Add support for EXT2 and EXT3 file-systems....Mathieu Othacehe
2020-05-20linux-boot: Refactor boot-system....Maxim Cournoyer