~ruther/guix-local

224b095f5b30149926bbd31dc665b2e1a283c63b — Ricardo Wurmus 11 months ago f5dd6ab
gnu: r-rapportools: Update to 1.2.

* gnu/packages/cran.scm (r-rapportools): Update to 1.2.

Change-Id: I243510fdf808008fcadbc233d291512638e64632
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/cran.scm
M gnu/packages/cran.scm => gnu/packages/cran.scm +2 -2
@@ 28360,14 28360,14 @@ of the individual checks.")
(define-public r-rapportools
  (package
    (name "r-rapportools")
    (version "1.1")
    (version "1.2")
    (source
     (origin
       (method url-fetch)
       (uri (cran-uri "rapportools" version))
       (sha256
        (base32
         "0qr86idng12g6hdd764j0wmli700v7rjhw7jdjxj0ka8xm5v7ymm"))))
         "0yxj7kll7583hp7fpr5y3krbymw354gmb5qz8hv122yr3g2kj2sj"))))
    (build-system r-build-system)
    ;; Tests fail: could not find function "context"
    (arguments (list #:tests? #false))