]> git.pld-linux.org Git - packages/R-cran-ggplot2.git/blame - R-cran-ggplot2.spec
- new
[packages/R-cran-ggplot2.git] / R-cran-ggplot2.spec
CommitLineData
157d6b5d
JR
1%define fversion %(echo %{version} |tr r -)
2%define modulename ggplot2
3Summary: Fast hierarchical clustering routines for R and Python
4Name: R-cran-%{modulename}
5Version: 0.9.3.1
6Release: 1
7License: GPL v2
8Group: Applications/Math
9Source0: ftp://stat.ethz.ch/R-CRAN/src/contrib/%{modulename}_%{fversion}.tar.gz
10# Source0-md5: f01d950c6385750e737ac7eac6260c87
11URL: http://cran.fhcrc.org/web/packages/ggplot2/index.html
12BuildRequires: R >= 2.8.1
13BuildRequires: R-cran-digest
14BuildRequires: R-cran-gtable
15BuildRequires: R-cran-reshape2
16BuildRequires: R-cran-proto
17BuildRequires: R-cran-plyr
18BuildRequires: R-cran-scales
19Requires(post,postun): R >= 2.8.1
20Requires(post,postun): perl-base
21Requires(post,postun): textutils
22Requires: R
23Requires: R-cran-digest
24Requires: R-cran-gtable
25Requires: R-cran-reshape2
26Requires: R-cran-proto
27Requires: R-cran-plyr
28Requires: R-cran-scales
29BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
30
31%description
32An implementation of the grammar of graphics in R. It combines the
33advantages of both base and lattice graphics: conditioning and shared
34axes are handled automatically, and you can still build up a plot step
35by step from multiple data sources. It also implements a sophisticated
36multidimensional conditioning system and a consistent interface to map
37data to aesthetic attributes. See the ggplot2 website for more
38information, documentation and examples.
39
40%prep
41%setup -q -c
42
43%build
44R CMD build %{modulename}
45
46%install
47rm -rf $RPM_BUILD_ROOT
48install -d $RPM_BUILD_ROOT%{_libdir}/R/library/
49R CMD INSTALL %{modulename} --library=$RPM_BUILD_ROOT%{_libdir}/R/library/
50
51%clean
52rm -rf $RPM_BUILD_ROOT
53
54%files
55%defattr(644,root,root,755)
56%doc %{modulename}/DESCRIPTION
57%{_libdir}/R/library/%{modulename}
This page took 0.063198 seconds and 4 git commands to generate.