[packages/R-cran-ggplot2] Up to 3.5.2
arekm
arekm at pld-linux.org
Sun Apr 5 19:11:48 CEST 2026
commit da344f653f6a29b0b53f135b411195b33d121f09
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Sun Apr 5 19:11:39 2026 +0200
Up to 3.5.2
R-cran-ggplot2.spec | 66 ++++++++++++++++++++++++++++++-----------------------
1 file changed, 38 insertions(+), 28 deletions(-)
---
diff --git a/R-cran-ggplot2.spec b/R-cran-ggplot2.spec
index e8fd862..b2691a8 100644
--- a/R-cran-ggplot2.spec
+++ b/R-cran-ggplot2.spec
@@ -1,41 +1,51 @@
%define fversion %(echo %{version} |tr r -)
%define modulename ggplot2
-Summary: Fast hierarchical clustering routines for R and Python
+%undefine _debugsource_packages
+Summary: Create Elegant Data Visualisations Using the Grammar of Graphics
Name: R-cran-%{modulename}
-Version: 0.9.3.1
-Release: 2
-License: GPL v2
+Version: 3.5.2
+Release: 1
+License: MIT
Group: Applications/Math
-Source0: ftp://stat.ethz.ch/R-CRAN/src/contrib/%{modulename}_%{fversion}.tar.gz
-# Source0-md5: f01d950c6385750e737ac7eac6260c87
-URL: http://cran.fhcrc.org/web/packages/ggplot2/index.html
-BuildRequires: R >= 2.8.1
-BuildRequires: R-cran-digest
-BuildRequires: R-cran-gtable
-BuildRequires: R-cran-reshape2
-BuildRequires: R-cran-proto
-BuildRequires: R-cran-plyr
-BuildRequires: R-cran-scales
-Requires(post,postun): R >= 2.8.1
+Source0: https://cran.r-project.org/src/contrib/%{modulename}_%{fversion}.tar.gz
+# Source0-md5: ab40856ae38edff7d63d123f98667bf2
+URL: https://ggplot2.tidyverse.org
+BuildRequires: R >= 3.5
+BuildRequires: R-cran-cli
+BuildRequires: R-cran-glue
+BuildRequires: R-cran-gtable >= 0.1.1
+BuildRequires: R-cran-isoband
+BuildRequires: R-cran-lifecycle
+BuildRequires: R-cran-MASS
+BuildRequires: R-cran-mgcv
+BuildRequires: R-cran-rlang >= 1.1.0
+BuildRequires: R-cran-scales >= 1.3.0
+BuildRequires: R-cran-tibble
+BuildRequires: R-cran-vctrs >= 0.6.0
+BuildRequires: R-cran-withr >= 2.5.0
+Requires(post,postun): R >= 3.5
Requires(post,postun): perl-base
Requires(post,postun): textutils
Requires: R
-Requires: R-cran-digest
-Requires: R-cran-gtable
-Requires: R-cran-reshape2
-Requires: R-cran-proto
-Requires: R-cran-plyr
-Requires: R-cran-scales
+Requires: R-cran-cli
+Requires: R-cran-glue
+Requires: R-cran-gtable >= 0.1.1
+Requires: R-cran-isoband
+Requires: R-cran-lifecycle
+Requires: R-cran-MASS
+Requires: R-cran-mgcv
+Requires: R-cran-rlang >= 1.1.0
+Requires: R-cran-scales >= 1.3.0
+Requires: R-cran-tibble
+Requires: R-cran-vctrs >= 0.6.0
+Requires: R-cran-withr >= 2.5.0
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
-An implementation of the grammar of graphics in R. It combines the
-advantages of both base and lattice graphics: conditioning and shared
-axes are handled automatically, and you can still build up a plot step
-by step from multiple data sources. It also implements a sophisticated
-multidimensional conditioning system and a consistent interface to map
-data to aesthetic attributes. See the ggplot2 website for more
-information, documentation and examples.
+A system for 'declaratively' creating graphics, based on "The Grammar
+of Graphics". You provide the data, tell 'ggplot2' how to map
+variables to aesthetics, what graphical primitives to use, and it
+takes care of the details.
%prep
%setup -q -c
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/R-cran-ggplot2.git/commitdiff/da344f653f6a29b0b53f135b411195b33d121f09
More information about the pld-cvs-commit
mailing list