diff options
author | CoprDistGit <copr-devel@lists.fedorahosted.org> | 2024-02-08 01:13:41 +0000 |
---|---|---|
committer | CoprDistGit <copr-devel@lists.fedorahosted.org> | 2024-02-08 01:13:41 +0000 |
commit | f7c02e8f03fa845fd4fa3c706d2c3912c87f2407 (patch) | |
tree | a01ede0ce6c3ac93ae82bf33f02071b818b4357d | |
parent | c234abf362355fc833a4c35ff6d1a154cd64f55d (diff) |
automatic import of R-CRAN-aws
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | R-CRAN-aws.spec | 10 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 7 insertions, 6 deletions
@@ -1,2 +1,3 @@ /aws_2.5-3.tar.gz /aws_2.5-4.tar.gz +/aws_2.5-5.tar.gz diff --git a/R-CRAN-aws.spec b/R-CRAN-aws.spec index daa0760..c97dec3 100644 --- a/R-CRAN-aws.spec +++ b/R-CRAN-aws.spec @@ -1,11 +1,11 @@ %global __brp_check_rpaths %{nil} %global __requires_exclude ^libmpi %global packname aws -%global packver 2.5-4 +%global packver 2.5-5 %global rlibdir /usr/local/lib/R/library Name: R-CRAN-%{packname} -Version: 2.5.4 +Version: 2.5.5 Release: 1%{?dist}%{?buildtag} Summary: Adaptive Weights Smoothing @@ -31,9 +31,9 @@ Approach to adaptive smoothing, the Intersecting Confidence Intervals described in detail in Polzehl J, Papafitsoros K, Tabelow K (2020). Patch-Wise Adaptive Weights Smoothing in R. Journal of Statistical Software, 95(6), 1-27. <doi:10.18637/jss.v095.i06>, Usage of the package -in MR imaging is illustrated in Polzehl and Tabelow (2019), Magnetic -Resonance Brain Imaging, Appendix A, Springer, Use R! Series. -<doi:10.1007/978-3-030-29184-6_6>. +in MR imaging is illustrated in Polzehl and Tabelow (2023), Magnetic +Resonance Brain Imaging, 2nd Ed. Appendix A, Springer, Use R! Series. +<doi:10.1007/978-3-031-38949-8>. %prep %setup -q -c -n %{packname} @@ -1 +1 @@ -44328a5a483dcca627e2e5d59de16a01 aws_2.5-4.tar.gz +3868993c01ade46eb9289dbb6193df85 aws_2.5-5.tar.gz |