[packages/R-cran-ggplot2] - new

baggins baggins at pld-linux.org
Fri Nov 29 13:01:16 CET 2013


commit 157d6b5d872a21b6f88416fef6d60ae242a988a2
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Fri Nov 29 13:01:01 2013 +0100

    - new

 R-cran-ggplot2.spec | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 57 insertions(+)
---
diff --git a/R-cran-ggplot2.spec b/R-cran-ggplot2.spec
new file mode 100644
index 0000000..ec19f1a
--- /dev/null
+++ b/R-cran-ggplot2.spec
@@ -0,0 +1,57 @@
+%define		fversion	%(echo %{version} |tr r -)
+%define		modulename	ggplot2
+Summary:	Fast hierarchical clustering routines for R and Python
+Name:		R-cran-%{modulename}
+Version:	0.9.3.1
+Release:	1
+License:	GPL v2
+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
+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
+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.
+
+%prep
+%setup -q -c
+
+%build
+R CMD build %{modulename}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_libdir}/R/library/
+R CMD INSTALL %{modulename} --library=$RPM_BUILD_ROOT%{_libdir}/R/library/
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc %{modulename}/DESCRIPTION
+%{_libdir}/R/library/%{modulename}
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/R-cran-ggplot2.git/commitdiff/157d6b5d872a21b6f88416fef6d60ae242a988a2



More information about the pld-cvs-commit mailing list