Package Details: r-ggplot2 3.5.0-1

Git Clone URL: https://aur.archlinux.org/r-ggplot2.git (read-only, click to copy)
Package Base: r-ggplot2
Description: Create Elegant Data Visualisations Using the Grammar of Graphics
Upstream URL: https://cran.r-project.org/package=ggplot2
Licenses: MIT
Submitter: frichtlm
Maintainer: pekkarr (BioArchLinuxBot)
Last Packager: pekkarr
Votes: 5
Popularity: 0.054407
First Submitted: 2018-05-31 00:21 (UTC)
Last Updated: 2024-03-17 13:13 (UTC)

Dependencies (39)

Sources (1)

Latest Comments

1 2 Next › Last »

dviktor commented on 2021-12-08 18:12 (UTC)

Further maintenance and support for this package has been moved there. You can install pre-built packages from my repo

dhn commented on 2021-01-09 01:56 (UTC)

_cranver=3.3.3
md5sums=('e8c3fc0742f9228a7e4e12f62cad89bd')

chn commented on 2020-06-01 08:38 (UTC)

Please apply the following patch:

diff --git a/PKGBUILD b/PKGBUILD
index 678b51f..cea45c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 # Contributor: wagnerflo <florian@wagner-flo.net>

 _cranname=ggplot2
-_cranver=3.3.0
+_cranver=3.3.1
 pkgname=r-${_cranname,,}
 pkgver=${_cranver//[:-]/.}
 pkgrel=1
@@ -14,7 +14,7 @@ license=(GPL2)
 depends=('r>=3.2' r-digest r-glue 'r-gtable>=0.1.1' r-isoband 'r-rlang>=0.3.0' 'r-scales>=0.5.0' r-tibble 'r-withr>=2.0.0')
 optdepends=(r-covr r-dplyr r-ggplot2movies r-hexbin r-hmisc r-knitr r-lattice r-mapproj r-maps r-maptools r-multcomp r-munsell r-profvis r-quantreg r-rgeos r-rmarkdown r-rpart r-sf r-svglite r-testthat r-vdiffr)
 source=("https://cran.r-project.org/src/contrib/${_cranname}_${_cranver}.tar.gz")
-md5sums=('a25941cbd03f34549c60c7e40780bef0')
+md5sums=('913361570793b7409a4ca5c5b6ec2ed2')

 build() {
   cd "${srcdir}"

plg commented on 2019-09-18 19:32 (UTC)

I cannot build this, as CRAN has updated to version 3.2.1 (and moved the old source to https://cran.r-project.org/src/contrib/Archive/ggplot2/ggplot2_3.2.0.tar.gz). Please fix the PGKBUILD!

greyltc commented on 2019-07-29 23:03 (UTC)

It seems that mgcv is included in r now and so I've requested the deletion of my r-mgcv package from the AUR.

frichtlm commented on 2019-07-28 19:19 (UTC)

The CRAN page has 'mgcv' listed as being imported by this package now. I think its inclusion here as a dependency is correct.

greyltc commented on 2019-07-27 15:41 (UTC) (edited on 2019-07-27 15:42 (UTC) by greyltc)

I think the r-mgcv dependency here is wrong

frichtlm commented on 2018-08-13 15:11 (UTC)

I don't manage the r-scales package, so please post your issues with downloading and its PKGBUILD on the appropriate page.

ruestique commented on 2018-08-12 21:10 (UTC) (edited on 2018-08-12 21:12 (UTC) by ruestique)

_cranver=1.0.0
md5sums=('SKIP')

fix r-scales/PKGBUILD plz

ruestique commented on 2018-08-12 20:49 (UTC) (edited on 2018-08-12 20:49 (UTC) by ruestique)

Error downloading sources: r-scales

~_~