From d619c24615944f2a5af23bb5a7043e51c7fea9ee Mon Sep 17 00:00:00 2001 From: Github Action Date: Mon, 16 Dec 2024 01:52:28 +0000 Subject: [PATCH] sync --- specs/R-CRAN-Keng.spec | 26 ++++++------ specs/R-CRAN-ape.spec | 4 +- specs/R-CRAN-forestdata.spec | 80 ------------------------------------ specs/R-CRAN-ggh4x.spec | 8 ++-- specs/R-CRAN-mapSpain.spec | 4 +- specs/R-CRAN-microeco.spec | 4 +- specs/R-CRAN-rxode2.spec | 4 +- specs/R-CRAN-rxode2ll.spec | 4 +- specs/R-CRAN-sundialr.spec | 4 +- 9 files changed, 30 insertions(+), 108 deletions(-) delete mode 100644 specs/R-CRAN-forestdata.spec diff --git a/specs/R-CRAN-Keng.spec b/specs/R-CRAN-Keng.spec index ac12159ab..6fa9b0bfa 100644 --- a/specs/R-CRAN-Keng.spec +++ b/specs/R-CRAN-Keng.spec @@ -1,11 +1,11 @@ %global __brp_check_rpaths %{nil} %global __requires_exclude ^libmpi %global packname Keng -%global packver 2024.11.25 +%global packver 2024.12.15 %global rlibdir /usr/local/lib/R/library Name: R-CRAN-%{packname} -Version: 2024.11.25 +Version: 2024.12.15 Release: 1%{?dist}%{?buildtag} Summary: Knock Errors Off Nice Guesses @@ -21,16 +21,18 @@ BuildRequires: R-stats Requires: R-stats %description -Miscellaneous functions and data used in Qingyao's psychological research -and teaching. Keng currently has a built-in dataset depress, and could (1) -scale a vector, (2) test the significance and compute the cut-off values -of Pearson's r without raw data, (3) compare lm()'s fitted outputs using -R-squared, f_squared, post-hoc power, and PRE (Proportional Reduction in -Error, also called partial R-squared or partial Eta-squared). (4) -Calculate PRE from partial correlation, Cohen's f, or f_squared. (5) -Compute the post-hoc power for one or a set of predictors in regression -analysis without raw data, (6) Plan the sample size for one or a set of -predictors in regression analysis. +Miscellaneous functions and data used in psychological research and +teaching. Keng currently has a built-in dataset depress, and could (1) +scale a vector; (2) compute the cut-off values of Pearson's r with known +sample size; (3) test the significance and compute the post-hoc power for +Pearson's r with known sample size; (4) conduct prior power analysis and +plan the sample size for Pearson's r; (5) compare lm()'s fitted outputs +using R-squared, f_squared, post-hoc power, and PRE (Proportional +Reduction in Error, also called partial R-squared or partial Eta-squared); +(6) calculate PRE from partial correlation, Cohen's f, or f_squared; (7) +conduct prior power analysis and plan the sample size for one or a set of +predictors in regression analysis; (8) conduct post-hoc power analysis for +one or a set of predictors in regression analysis with known sample size. %prep %setup -q -c -n %{packname} diff --git a/specs/R-CRAN-ape.spec b/specs/R-CRAN-ape.spec index 12b3018f9..94b5a4bd4 100644 --- a/specs/R-CRAN-ape.spec +++ b/specs/R-CRAN-ape.spec @@ -1,11 +1,11 @@ %global __brp_check_rpaths %{nil} %global __requires_exclude ^libmpi %global packname ape -%global packver 5.8 +%global packver 5.8-1 %global rlibdir /usr/local/lib/R/library Name: R-CRAN-%{packname} -Version: 5.8 +Version: 5.8.1 Release: 1%{?dist}%{?buildtag} Summary: Analyses of Phylogenetics and Evolution diff --git a/specs/R-CRAN-forestdata.spec b/specs/R-CRAN-forestdata.spec deleted file mode 100644 index 5820ded84..000000000 --- a/specs/R-CRAN-forestdata.spec +++ /dev/null @@ -1,80 +0,0 @@ -%global __brp_check_rpaths %{nil} -%global __requires_exclude ^libmpi -%global packname forestdata -%global packver 0.2.1 -%global rlibdir /usr/local/lib/R/library - -Name: R-CRAN-%{packname} -Version: 0.2.1 -Release: 1%{?dist}%{?buildtag} -Summary: Download Forestry Data - -License: GPL (>= 3) -URL: https://cran.r-project.org/package=%{packname} -Source0: %{url}&version=%{packver}#/%{packname}_%{packver}.tar.gz - - -BuildRequires: R-devel >= 2.10 -Requires: R-core >= 2.10 -BuildArch: noarch -BuildRequires: R-CRAN-rvest -BuildRequires: R-CRAN-sf -BuildRequires: R-CRAN-stringr -BuildRequires: R-CRAN-tibble -BuildRequires: R-CRAN-tidyr -BuildRequires: R-CRAN-dplyr -BuildRequires: R-CRAN-purrr -BuildRequires: R-CRAN-terra -BuildRequires: R-CRAN-stringi -BuildRequires: R-CRAN-rlang -BuildRequires: R-CRAN-archive -BuildRequires: R-CRAN-foreign -BuildRequires: R-CRAN-crayon -BuildRequires: R-CRAN-lifecycle -Requires: R-CRAN-rvest -Requires: R-CRAN-sf -Requires: R-CRAN-stringr -Requires: R-CRAN-tibble -Requires: R-CRAN-tidyr -Requires: R-CRAN-dplyr -Requires: R-CRAN-purrr -Requires: R-CRAN-terra -Requires: R-CRAN-stringi -Requires: R-CRAN-rlang -Requires: R-CRAN-archive -Requires: R-CRAN-foreign -Requires: R-CRAN-crayon -Requires: R-CRAN-lifecycle - -%description -Functions for downloading forestry and land use data for use in spatial -analysis. This packages offers a user-friendly solution to quickly obtain -datasets such as forest height, forest types, tree species under various -climate change scenarios, or land use data among others. - -%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} diff --git a/specs/R-CRAN-ggh4x.spec b/specs/R-CRAN-ggh4x.spec index 1167d4dec..adac953e5 100644 --- a/specs/R-CRAN-ggh4x.spec +++ b/specs/R-CRAN-ggh4x.spec @@ -1,11 +1,11 @@ %global __brp_check_rpaths %{nil} %global __requires_exclude ^libmpi %global packname ggh4x -%global packver 0.2.8 +%global packver 0.3.0 %global rlibdir /usr/local/lib/R/library Name: R-CRAN-%{packname} -Version: 0.2.8 +Version: 0.3.0 Release: 1%{?dist}%{?buildtag} Summary: Hacks for 'ggplot2' @@ -17,7 +17,7 @@ Source0: %{url}&version=%{packver}#/%{packname}_%{packver}.tar.gz BuildRequires: R-devel Requires: R-core BuildArch: noarch -BuildRequires: R-CRAN-ggplot2 >= 3.4.2 +BuildRequires: R-CRAN-ggplot2 >= 3.5.0 BuildRequires: R-CRAN-rlang >= 1.1.0 BuildRequires: R-CRAN-vctrs >= 0.5.0 BuildRequires: R-grid @@ -26,7 +26,7 @@ BuildRequires: R-CRAN-scales BuildRequires: R-CRAN-lifecycle BuildRequires: R-stats BuildRequires: R-CRAN-cli -Requires: R-CRAN-ggplot2 >= 3.4.2 +Requires: R-CRAN-ggplot2 >= 3.5.0 Requires: R-CRAN-rlang >= 1.1.0 Requires: R-CRAN-vctrs >= 0.5.0 Requires: R-grid diff --git a/specs/R-CRAN-mapSpain.spec b/specs/R-CRAN-mapSpain.spec index 05ef3309d..3c8941c96 100644 --- a/specs/R-CRAN-mapSpain.spec +++ b/specs/R-CRAN-mapSpain.spec @@ -1,11 +1,11 @@ %global __brp_check_rpaths %{nil} %global __requires_exclude ^libmpi %global packname mapSpain -%global packver 0.9.2 +%global packver 0.10.0 %global rlibdir /usr/local/lib/R/library Name: R-CRAN-%{packname} -Version: 0.9.2 +Version: 0.10.0 Release: 1%{?dist}%{?buildtag} Summary: Administrative Boundaries of Spain diff --git a/specs/R-CRAN-microeco.spec b/specs/R-CRAN-microeco.spec index bfaa0a558..2550ba4b4 100644 --- a/specs/R-CRAN-microeco.spec +++ b/specs/R-CRAN-microeco.spec @@ -1,11 +1,11 @@ %global __brp_check_rpaths %{nil} %global __requires_exclude ^libmpi %global packname microeco -%global packver 1.10.0 +%global packver 1.11.0 %global rlibdir /usr/local/lib/R/library Name: R-CRAN-%{packname} -Version: 1.10.0 +Version: 1.11.0 Release: 1%{?dist}%{?buildtag} Summary: Microbial Community Ecology Data Analysis diff --git a/specs/R-CRAN-rxode2.spec b/specs/R-CRAN-rxode2.spec index 9db430143..05fdd3c57 100644 --- a/specs/R-CRAN-rxode2.spec +++ b/specs/R-CRAN-rxode2.spec @@ -1,11 +1,11 @@ %global __brp_check_rpaths %{nil} %global __requires_exclude ^libmpi %global packname rxode2 -%global packver 3.0.2 +%global packver 3.0.3 %global rlibdir /usr/local/lib/R/library Name: R-CRAN-%{packname} -Version: 3.0.2 +Version: 3.0.3 Release: 1%{?dist}%{?buildtag} Summary: Facilities for Simulating from ODE-Based Models diff --git a/specs/R-CRAN-rxode2ll.spec b/specs/R-CRAN-rxode2ll.spec index c3dc49eae..a72d72c97 100644 --- a/specs/R-CRAN-rxode2ll.spec +++ b/specs/R-CRAN-rxode2ll.spec @@ -1,11 +1,11 @@ %global __brp_check_rpaths %{nil} %global __requires_exclude ^libmpi %global packname rxode2ll -%global packver 2.0.12 +%global packver 2.0.13 %global rlibdir /usr/local/lib/R/library Name: R-CRAN-%{packname} -Version: 2.0.12 +Version: 2.0.13 Release: 1%{?dist}%{?buildtag} Summary: Log-Likelihood Functions for 'rxode2' diff --git a/specs/R-CRAN-sundialr.spec b/specs/R-CRAN-sundialr.spec index dd65b3b3f..671e6cff5 100644 --- a/specs/R-CRAN-sundialr.spec +++ b/specs/R-CRAN-sundialr.spec @@ -1,11 +1,11 @@ %global __brp_check_rpaths %{nil} %global __requires_exclude ^libmpi %global packname sundialr -%global packver 0.1.5 +%global packver 0.1.6 %global rlibdir /usr/local/lib/R/library Name: R-CRAN-%{packname} -Version: 0.1.5 +Version: 0.1.6 Release: 1%{?dist}%{?buildtag} Summary: An Interface to 'SUNDIALS' Ordinary Differential Equation (ODE) Solvers