Skip to content

Commit

Permalink
sync
Browse files Browse the repository at this point in the history
  • Loading branch information
Enchufa2 committed Nov 18, 2024
1 parent c5436e9 commit 5ee747d
Show file tree
Hide file tree
Showing 11 changed files with 39 additions and 37 deletions.
17 changes: 9 additions & 8 deletions specs/R-CRAN-Keng.spec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
%global __brp_check_rpaths %{nil}
%global __requires_exclude ^libmpi
%global packname Keng
%global packver 2024.11.02
%global packver 2024.11.17
%global rlibdir /usr/local/lib/R/library

Name: R-CRAN-%{packname}
Version: 2024.11.02
Version: 2024.11.17
Release: 1%{?dist}%{?buildtag}
Summary: Knock Errors Off Nice Guesses

Expand All @@ -14,18 +14,19 @@ URL: https://cran.r-project.org/package=%{packname}
Source0: %{url}&version=%{packver}#/%{packname}_%{packver}.tar.gz


BuildRequires: R-devel
Requires: R-core
BuildRequires: R-devel >= 2.10
Requires: R-core >= 2.10
BuildArch: noarch
BuildRequires: R-stats
Requires: R-stats

%description
Miscellaneous functions and data used in Qingyao's psychological research
and teaching. Keng currently could test the significance and compute the
cut-off values of Pearson's r without raw data. Keng could also compare
lm()'s fitted outputs using R-squared and PRE (Proportional Reduction in
Error, also called partial R-squared or partial Eta-squared).
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 and PRE (Proportional Reduction in Error, also called partial
R-squared or partial Eta-squared).

%prep
%setup -q -c -n %{packname}
Expand Down
4 changes: 2 additions & 2 deletions specs/R-CRAN-RSQLite.spec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
%global __brp_check_rpaths %{nil}
%global __requires_exclude ^libmpi
%global packname RSQLite
%global packver 2.3.7
%global packver 2.3.8
%global rlibdir /usr/local/lib/R/library

Name: R-CRAN-%{packname}
Version: 2.3.7
Version: 2.3.8
Release: 1%{?dist}%{?buildtag}
Summary: SQLite Interface for R

Expand Down
4 changes: 2 additions & 2 deletions specs/R-CRAN-SensIAT.spec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
%global __brp_check_rpaths %{nil}
%global __requires_exclude ^libmpi
%global packname SensIAT
%global packver 0.1.0
%global packver 0.1.1
%global rlibdir /usr/local/lib/R/library

Name: R-CRAN-%{packname}
Version: 0.1.0
Version: 0.1.1
Release: 1%{?dist}%{?buildtag}
Summary: Sensitivity Analysis for Irregular Assessment Times

Expand Down
4 changes: 2 additions & 2 deletions specs/R-CRAN-UKFE.spec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
%global __brp_check_rpaths %{nil}
%global __requires_exclude ^libmpi
%global packname UKFE
%global packver 0.3.7
%global packver 0.3.8
%global rlibdir /usr/local/lib/R/library

Name: R-CRAN-%{packname}
Version: 0.3.7
Version: 0.3.8
Release: 1%{?dist}%{?buildtag}
Summary: UK Flood Estimation

Expand Down
4 changes: 2 additions & 2 deletions specs/R-CRAN-castor.spec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
%global __brp_check_rpaths %{nil}
%global __requires_exclude ^libmpi
%global packname castor
%global packver 1.8.2
%global packver 1.8.3
%global rlibdir /usr/local/lib/R/library

Name: R-CRAN-%{packname}
Version: 1.8.2
Version: 1.8.3
Release: 1%{?dist}%{?buildtag}
Summary: Efficient Phylogenetics on Large Trees

Expand Down
4 changes: 2 additions & 2 deletions specs/R-CRAN-dawaR.spec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
%global __brp_check_rpaths %{nil}
%global __requires_exclude ^libmpi
%global packname dawaR
%global packver 0.2.3
%global packver 0.2.4
%global rlibdir /usr/local/lib/R/library

Name: R-CRAN-%{packname}
Version: 0.2.3
Version: 0.2.4
Release: 1%{?dist}%{?buildtag}
Summary: An API Wrapper for 'DAWA' - 'The Danish Address Web API'

Expand Down
12 changes: 6 additions & 6 deletions specs/R-CRAN-electionsBR.spec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
%global __brp_check_rpaths %{nil}
%global __requires_exclude ^libmpi
%global packname electionsBR
%global packver 0.4.0
%global packver 0.5.0
%global rlibdir /usr/local/lib/R/library

Name: R-CRAN-%{packname}
Version: 0.4.0
Version: 0.5.0
Release: 1%{?dist}%{?buildtag}
Summary: R Functions to Download and Clean Brazilian Electoral Data

Expand Down Expand Up @@ -34,10 +34,10 @@ Requires: R-CRAN-curl

%description
Offers a set of functions to easily download and clean Brazilian electoral
data from the Superior Electoral Court website. Among others, the package
retrieves data on local and federal elections for all positions (city
councilor, mayor, state deputy, federal deputy, governor, and president)
aggregated by state, city, and electoral zones.
data from the Superior Electoral Court and 'CepespData' websites. Among
other features, the package retrieves data on local and federal elections
for all positions (city councilor, mayor, state deputy, federal deputy,
governor, and president) aggregated by state, city, and electoral zones.

%prep
%setup -q -c -n %{packname}
Expand Down
7 changes: 3 additions & 4 deletions specs/R-CRAN-hgutils.spec
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
%global __brp_check_rpaths %{nil}
%global __requires_exclude ^libmpi
%global packname hgutils
%global packver 0.2.11
%global packver 0.2.13
%global rlibdir /usr/local/lib/R/library

Name: R-CRAN-%{packname}
Version: 0.2.11
Version: 0.2.13
Release: 1%{?dist}%{?buildtag}
Summary: Collection of Utility Functions

Expand All @@ -25,7 +26,6 @@ BuildRequires: R-CRAN-magrittr
BuildRequires: R-methods
BuildRequires: R-stats
BuildRequires: R-CRAN-stringr
BuildRequires: R-CRAN-usethis
BuildRequires: R-utils
Requires: R-CRAN-crayon
Requires: R-CRAN-dplyr
Expand All @@ -36,7 +36,6 @@ Requires: R-CRAN-magrittr
Requires: R-methods
Requires: R-stats
Requires: R-CRAN-stringr
Requires: R-CRAN-usethis
Requires: R-utils

%description
Expand Down
6 changes: 4 additions & 2 deletions specs/R-CRAN-metaConvert.spec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
%global __brp_check_rpaths %{nil}
%global __requires_exclude ^libmpi
%global packname metaConvert
%global packver 1.0.1
%global packver 1.0.2
%global rlibdir /usr/local/lib/R/library

Name: R-CRAN-%{packname}
Version: 1.0.1
Version: 1.0.2
Release: 1%{?dist}%{?buildtag}
Summary: An Automatic Suite for Estimation of Various Effect Size Measures

Expand All @@ -19,10 +19,12 @@ Requires: R-core >= 3.5.0
BuildArch: noarch
BuildRequires: R-CRAN-compareDF
BuildRequires: R-CRAN-metafor
BuildRequires: R-CRAN-mvtnorm
BuildRequires: R-CRAN-estimraw
BuildRequires: R-CRAN-rio
Requires: R-CRAN-compareDF
Requires: R-CRAN-metafor
Requires: R-CRAN-mvtnorm
Requires: R-CRAN-estimraw
Requires: R-CRAN-rio

Expand Down
10 changes: 5 additions & 5 deletions specs/R-CRAN-spacesRGB.spec
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
%global __brp_check_rpaths %{nil}
%global __requires_exclude ^libmpi
%global packname spacesRGB
%global packver 1.5-0
%global packver 1.6-1
%global rlibdir /usr/local/lib/R/library

Name: R-CRAN-%{packname}
Version: 1.5.0
Version: 1.6.1
Release: 1%{?dist}%{?buildtag}
Summary: Standard and User-Defined RGB Color Spaces, with Conversion Between RGB and CIE XYZ
Summary: Standard and User-Defined RGB Color Spaces, with Conversion Between RGB and CIE XYZ and Lab

License: GPL (>= 3)
URL: https://cran.r-project.org/package=%{packname}
Source0: %{url}&version=%{packver}#/%{packname}_%{packver}.tar.gz


BuildRequires: R-devel >= 2.13.0
Requires: R-core >= 2.13.0
BuildRequires: R-devel >= 4.0.0
Requires: R-core >= 4.0.0
BuildArch: noarch

%description
Expand Down
4 changes: 2 additions & 2 deletions specs/R-CRAN-tpn.spec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
%global __brp_check_rpaths %{nil}
%global __requires_exclude ^libmpi
%global packname tpn
%global packver 1.8
%global packver 1.9
%global rlibdir /usr/local/lib/R/library

Name: R-CRAN-%{packname}
Version: 1.8
Version: 1.9
Release: 1%{?dist}%{?buildtag}
Summary: Truncated Positive Normal Model and Extensions

Expand Down

0 comments on commit 5ee747d

Please sign in to comment.