[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
42/115: gnu: r-rgl: Update to 0.108.3.
From: |
guix-commits |
Subject: |
42/115: gnu: r-rgl: Update to 0.108.3. |
Date: |
Tue, 23 Nov 2021 10:26:46 -0500 (EST) |
rekado pushed a commit to branch r-updates
in repository guix.
commit e45e50bc310a40fdbed7f4d1f3d2d7f5ec0a30f6
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Nov 23 15:23:18 2021 +0100
gnu: r-rgl: Update to 0.108.3.
* gnu/packages/cran.scm (r-rgl): Update to 0.108.3.
[propagated-inputs]: Remove r-crosstalk; add r-r6.
---
gnu/packages/cran.scm | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 319e594..7ac75c9 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -12466,14 +12466,14 @@ Bioconductor packages.")
(define-public r-rgl
(package
(name "r-rgl")
- (version "0.107.14")
+ (version "0.108.3")
(source
(origin
(method url-fetch)
(uri (cran-uri "rgl" version))
(sha256
(base32
- "1z5h4wbjj18prcykc96rqcn699pnqw6vybwj2mpbbbdw2lr3q8b7"))))
+ "0fqkx079z9y5b1gdg6qfz2wpw2j8q3ddflfkd9wwrkyacas6xyc9"))))
(build-system r-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)
@@ -12486,12 +12486,12 @@ Bioconductor packages.")
("pandoc" ,pandoc)
("zlib" ,zlib)))
(propagated-inputs
- `(("r-crosstalk" ,r-crosstalk)
- ("r-htmltools" ,r-htmltools)
+ `(("r-htmltools" ,r-htmltools)
("r-htmlwidgets" ,r-htmlwidgets)
("r-jsonlite" ,r-jsonlite)
("r-knitr" ,r-knitr)
- ("r-magrittr" ,r-magrittr)))
+ ("r-magrittr" ,r-magrittr)
+ ("r-r6" ,r-r6)))
(home-page "https://r-forge.r-project.org/projects/rgl/")
(synopsis "3D visualization using OpenGL")
(description
- 17/115: gnu: r-broom: Update to 0.7.10., (continued)
- 17/115: gnu: r-broom: Update to 0.7.10., guix-commits, 2021/11/23
- 26/115: gnu: r-radiant-data: Update to 1.4.1., guix-commits, 2021/11/23
- 32/115: gnu: r-flextable: Update to 0.6.10., guix-commits, 2021/11/23
- 31/115: gnu: r-officer: Update to 0.4.1., guix-commits, 2021/11/23
- 28/115: gnu: r-rio: Update to 0.5.29., guix-commits, 2021/11/23
- 29/115: gnu: r-rastervis: Update to 0.51.1., guix-commits, 2021/11/23
- 30/115: gnu: r-hdf5r: Update to 1.3.5., guix-commits, 2021/11/23
- 34/115: gnu: r-labelled: Update to 2.9.0., guix-commits, 2021/11/23
- 35/115: gnu: r-mosaic: Update to 1.8.3., guix-commits, 2021/11/23
- 38/115: gnu: r-usethis: Update to 2.1.3., guix-commits, 2021/11/23
- 42/115: gnu: r-rgl: Update to 0.108.3.,
guix-commits <=
- 21/115: gnu: r-cli: Update to 3.1.0., guix-commits, 2021/11/23
- 22/115: gnu: r-xfun: Update to 0.28., guix-commits, 2021/11/23
- 23/115: gnu: r-uuid: Update to 1.0-3., guix-commits, 2021/11/23
- 54/115: gnu: r-future: Update to 1.23.0., guix-commits, 2021/11/23
- 58/115: gnu: r-sf: Update to 1.0-4., guix-commits, 2021/11/23
- 67/115: gnu: r-rngwell: Update to 0.10-7., guix-commits, 2021/11/23
- 70/115: gnu: r-fda: Update to 5.5.1., guix-commits, 2021/11/23
- 18/115: gnu: r-corrplot: Update to 0.92., guix-commits, 2021/11/23
- 19/115: gnu: r-hardyweinberg: Update to 1.7.3., guix-commits, 2021/11/23
- 20/115: gnu: r-venndiagram: Update to 1.7.0., guix-commits, 2021/11/23