Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
packaging
R-ggplot2
Commits
32312aaf
Commit
32312aaf
authored
Sep 15, 2017
by
Klaus Zimmermann
Browse files
Initial commit
parents
Changes
2
Hide whitespace changes
Inline
Side-by-side
Makefile
0 → 100644
View file @
32312aaf
dir
=
$(
shell
pwd
)
pkg
=
$(
notdir
$(dir)
)
spec_file
=
$(pkg)
.spec
sources
:
$(spec_file)
spectool
-g
$^
R-ggplot2.spec
0 → 100644
View file @
32312aaf
%global packname ggplot2
%global rlibdir %{_libdir}/R/library
Name: R-%{packname}
Version: 2.2.1
Release: 1%{?dist}
Summary: Create Elegant Data Visualisations Using the Grammar of Graphics
Group: Applications/Engineering
License: GPLv2
URL: http://cran.r-project.org/web/packages/%{packname}/index.html
Source0: http://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
# Here's the R view of the dependencies world:
# Depends:
# Imports: R-digest R-grid R-gtable R-MASS R-plyr R-reshape2 R-scales R-stats R-tibble R-lazyeval
# Suggests: R-covr R-ggplot2movies R-hexbin R-Hmisc R-lattice R-mapproj R-maps R-maptools R-mgcv R-multcomp R-nlme R-testthat R-quantreg R-knitr R-rpart R-rmarkdown R-svglite
# LinkingTo:
# Enhances:
Requires: R-digest R-gtable R-plyr R-reshape2 R-scales R-tibble R-lazyeval
BuildRequires: R-devel tex(latex)
BuildRequires: R-digest R-gtable R-plyr R-reshape2 R-scales R-tibble R-lazyeval
BuildRequires: R-testthat
%description
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
%prep
%setup -q -c -n %{packname}
%build
%install
rm -rf %{buildroot}
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css
%clean
rm -rf %{buildroot}
%files
%defattr(-, root, root, -)
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/CITATION
%doc %{rlibdir}/%{packname}/LICENSE
%doc %{rlibdir}/%{packname}/NEWS.md
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/data/Rdata.rdb
%{rlibdir}/%{packname}/data/Rdata.rds
%{rlibdir}/%{packname}/data/Rdata.rdx
%changelog
* Thu May 18 2017 Klaus Zimmermann <klaus.zimmermann@smhi.se> 2.2.1-1
- initial package for Fedora
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment