%global __brp_check_rpaths %{nil} %global packname colorpatch %global packver 0.1.2 %global rlibdir /usr/local/lib/R/library Name: R-CRAN-%{packname} Version: 0.1.2 Release: 3%{?dist}%{?buildtag} Summary: Optimized Rendering of Fold Changes and Confidence Values License: Artistic-2.0 URL: https://cran.r-project.org/package=%{packname} Source0: %{url}&version=%{packver}#/%{packname}_%{packver}.tar.gz BuildRequires: R-devel >= 3.0.0 Requires: R-core >= 3.0.0 BuildArch: noarch BuildRequires: R-CRAN-ggplot2 BuildRequires: R-CRAN-colorspace BuildRequires: R-methods BuildRequires: R-grid BuildRequires: R-CRAN-gridExtra BuildRequires: R-stats BuildRequires: R-CRAN-TSP BuildRequires: R-utils Requires: R-CRAN-ggplot2 Requires: R-CRAN-colorspace Requires: R-methods Requires: R-grid Requires: R-CRAN-gridExtra Requires: R-stats Requires: R-CRAN-TSP Requires: R-utils %description Shows color patches for encoding fold changes (e.g. log ratios) together with confidence values within a single diagram. This is especially useful for rendering gene expression data as well as other types of differential experiments. In addition to different rendering methods (ggplot extensions) functionality for perceptually optimizing color palettes are provided. Furthermore the package provides extension methods of the colorspace color-class in order to simplify the work with palettes (a.o. length, as.list, and append are supported). %prep %setup -q -c -n %{packname} %build %install 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 %files %{rlibdir}/%{packname}