%global __brp_check_rpaths %{nil} %global packname mplot %global packver 1.0.6 %global rlibdir /usr/local/lib/R/library Name: R-CRAN-%{packname} Version: 1.0.6 Release: 1%{?dist}%{?buildtag} Summary: Graphical Model Stability and Variable Selection Procedures License: GPL (>= 2) URL: https://cran.r-project.org/package=%{packname} Source0: %{url}&version=%{packver}#/%{packname}_%{packver}.tar.gz BuildRequires: R-devel Requires: R-core BuildArch: noarch BuildRequires: R-CRAN-leaps BuildRequires: R-CRAN-foreach BuildRequires: R-parallel BuildRequires: R-CRAN-bestglm BuildRequires: R-CRAN-doParallel BuildRequires: R-CRAN-doRNG BuildRequires: R-CRAN-plyr BuildRequires: R-CRAN-shinydashboard BuildRequires: R-CRAN-shiny BuildRequires: R-CRAN-glmnet BuildRequires: R-graphics BuildRequires: R-stats BuildRequires: R-CRAN-googleVis BuildRequires: R-CRAN-ggplot2 BuildRequires: R-CRAN-reshape2 BuildRequires: R-CRAN-scales BuildRequires: R-CRAN-dplyr BuildRequires: R-CRAN-tidyr BuildRequires: R-CRAN-magrittr Requires: R-CRAN-leaps Requires: R-CRAN-foreach Requires: R-parallel Requires: R-CRAN-bestglm Requires: R-CRAN-doParallel Requires: R-CRAN-doRNG Requires: R-CRAN-plyr Requires: R-CRAN-shinydashboard Requires: R-CRAN-shiny Requires: R-CRAN-glmnet Requires: R-graphics Requires: R-stats Requires: R-CRAN-googleVis Requires: R-CRAN-ggplot2 Requires: R-CRAN-reshape2 Requires: R-CRAN-scales Requires: R-CRAN-dplyr Requires: R-CRAN-tidyr Requires: R-CRAN-magrittr %description Model stability and variable inclusion plots [Mueller and Welsh (2010, <doi:10.1111/j.1751-5823.2010.00108.x>); Murray, Heritier and Mueller (2013, <doi:10.1002/sim.5855>)] as well as the adaptive fence [Jiang et al. (2008, <doi:10.1214/07-AOS517>); Jiang et al. (2009, <doi:10.1016/j.spl.2008.10.014>)] for linear and generalised linear models. %prep %setup -q -c -n %{packname} # fix end of executable files find -type f -executable -exec grep -Iq . {} \; -exec sed -i -e '$a\' {} \; # prevent binary stripping [ -d %{packname}/src ] && find %{packname}/src -type f -exec \ sed -i 's@/usr/bin/strip@/usr/bin/true@g' {} \; || true [ -d %{packname}/src ] && find %{packname}/src/Make* -type f -exec \ sed -i 's@-g0@@g' {} \; || true # don't allow local prefix in executable scripts find -type f -executable -exec sed -Ei 's@#!( )*/usr/local/bin@#!/usr/bin@g' {} \; %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 # remove buildroot from installed files find %{buildroot}%{rlibdir} -type f -exec sed -i "s@%{buildroot}@@g" {} \; %files %{rlibdir}/%{packname}