diff options
author | CoprDistGit <copr-devel@lists.fedorahosted.org> | 2022-01-27 01:17:58 +0000 |
---|---|---|
committer | CoprDistGit <copr-devel@lists.fedorahosted.org> | 2022-01-27 01:17:58 +0000 |
commit | 9348eddcd1ef52572a73972576a77a34179ff5a0 (patch) | |
tree | 51b89df03c4a4ebeb281e51e6ca727ed0b0e9337 | |
parent | e80dcc7bd72eea58f94e6ad1ff31d61d3285a3a2 (diff) |
automatic import of R-CRAN-hal9001
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | R-CRAN-hal9001.spec | 12 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 12 insertions, 4 deletions
@@ -1 +1,3 @@ /hal9001_0.2.7.tar.gz +/hal9001_0.4.1.tar.gz +/hal9001_0.4.2.tar.gz diff --git a/R-CRAN-hal9001.spec b/R-CRAN-hal9001.spec index 15654b8..88e1205 100644 --- a/R-CRAN-hal9001.spec +++ b/R-CRAN-hal9001.spec @@ -1,10 +1,10 @@ %global __brp_check_rpaths %{nil} %global packname hal9001 -%global packver 0.2.7 +%global packver 0.4.2 %global rlibdir /usr/local/lib/R/library Name: R-CRAN-%{packname} -Version: 0.2.7 +Version: 0.4.2 Release: 1%{?dist}%{?buildtag} Summary: The Scalable Highly Adaptive Lasso @@ -24,6 +24,7 @@ BuildRequires: R-methods BuildRequires: R-CRAN-assertthat BuildRequires: R-CRAN-glmnet BuildRequires: R-CRAN-data.table +BuildRequires: R-CRAN-stringr BuildRequires: R-CRAN-RcppEigen Requires: R-CRAN-origami >= 1.0.3 Requires: R-CRAN-Rcpp @@ -34,6 +35,7 @@ Requires: R-methods Requires: R-CRAN-assertthat Requires: R-CRAN-glmnet Requires: R-CRAN-data.table +Requires: R-CRAN-stringr %description A scalable implementation of the highly adaptive lasso algorithm, @@ -45,7 +47,9 @@ flexibility, the Lasso fitting routines invoke code from the 'glmnet' package by default. The highly adaptive lasso was first formulated and described by MJ van der Laan (2017) <doi:10.1515/ijb-2015-0097>, with practical demonstrations of its performance given by Benkeser and van der -Laan (2016) <doi:10.1109/DSAA.2016.93>. +Laan (2016) <doi:10.1109/DSAA.2016.93>. This implementation of the highly +adaptive lasso algorithm was described by Hejazi, Coyle, and van der Laan +(2020) <doi:10.21105/joss.02526>. %prep %setup -q -c -n %{packname} @@ -55,6 +59,8 @@ 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' {} \; @@ -1 +1 @@ -31d375f7171269997a4953f9a09fc253 hal9001_0.2.7.tar.gz +5cf622517ef5a4c2e5215e844eac7c42 hal9001_0.4.2.tar.gz |