diff options
author | CoprDistGit <copr-devel@lists.fedorahosted.org> | 2024-04-24 01:42:09 +0000 |
---|---|---|
committer | CoprDistGit <copr-devel@lists.fedorahosted.org> | 2024-04-24 01:42:09 +0000 |
commit | ab92faef331f1c5dd77e072b6be1a0fd18931dec (patch) | |
tree | 9a8177cc4483a2983cd6889693404c0355f26587 | |
parent | 0e672c6f87d4ec5728227ab33ebccd043fbd8127 (diff) |
automatic import of R-CRAN-pedbpf38
-rw-r--r-- | .gitignore | 3 | ||||
-rw-r--r-- | R-CRAN-pedbp.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 7 insertions, 6 deletions
@@ -1,3 +1,2 @@ -/pedbp_1.0.0.tar.gz -/pedbp_1.0.1.tar.gz /pedbp_1.0.2.tar.gz +/pedbp_2.0.0.tar.gz diff --git a/R-CRAN-pedbp.spec b/R-CRAN-pedbp.spec index 86ce61f..ce876c8 100644 --- a/R-CRAN-pedbp.spec +++ b/R-CRAN-pedbp.spec @@ -1,11 +1,11 @@ %global __brp_check_rpaths %{nil} %global __requires_exclude ^libmpi %global packname pedbp -%global packver 1.0.2 +%global packver 2.0.0 %global rlibdir /usr/local/lib/R/library Name: R-CRAN-%{packname} -Version: 1.0.2 +Version: 2.0.0 Release: 1%{?dist}%{?buildtag} Summary: Pediatric Blood Pressure @@ -16,9 +16,11 @@ Source0: %{url}&version=%{packver}#/%{packname}_%{packver}.tar.gz BuildRequires: R-devel >= 3.5.0 Requires: R-core >= 3.5.0 -BuildArch: noarch +BuildRequires: R-CRAN-Rcpp >= 1.0.11 BuildRequires: R-CRAN-ggplot2 BuildRequires: R-CRAN-scales +BuildRequires: R-CRAN-RcppArmadillo +Requires: R-CRAN-Rcpp >= 1.0.11 Requires: R-CRAN-ggplot2 Requires: R-CRAN-scales @@ -1 +1 @@ -569f780257865ee2cadc35ee634c7540 pedbp_1.0.2.tar.gz +5da6692f4aa637389ffe1a88b1a1bf02 pedbp_2.0.0.tar.gz |