Skip to content

Commit

Permalink
sync
Browse files Browse the repository at this point in the history
  • Loading branch information
Enchufa2 committed Nov 28, 2024
1 parent 2d7c132 commit 7a24e0c
Show file tree
Hide file tree
Showing 41 changed files with 660 additions and 126 deletions.
4 changes: 2 additions & 2 deletions specs/R-CRAN-BFS.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 BFS
%global packver 0.5.10
%global packver 0.5.11
%global rlibdir /usr/local/lib/R/library

Name: R-CRAN-%{packname}
Version: 0.5.10
Version: 0.5.11
Release: 1%{?dist}%{?buildtag}
Summary: Get Data from the Swiss Federal Statistical Office

Expand Down
4 changes: 2 additions & 2 deletions specs/R-CRAN-BioVizSeq.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 BioVizSeq
%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: Visualizing the Elements Within Bio-Sequences

Expand Down
4 changes: 2 additions & 2 deletions specs/R-CRAN-DQAstats.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 DQAstats
%global packver 0.3.5
%global packver 0.3.6
%global rlibdir /usr/local/lib/R/library

Name: R-CRAN-%{packname}
Version: 0.3.5
Version: 0.3.6
Release: 1%{?dist}%{?buildtag}
Summary: Core Functions for Data Quality Assessment

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

Name: R-CRAN-%{packname}
Version: 1.0.0
Release: 1%{?dist}%{?buildtag}
Summary: FWER-Based Multiple Testing Procedures with Adaptation for Discrete Tests

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


BuildRequires: R-devel >= 4.0
Requires: R-core >= 4.0
BuildRequires: R-CRAN-DiscreteFDR >= 2.0.0
BuildRequires: R-CRAN-Rcpp >= 1.0.13
BuildRequires: R-CRAN-checkmate
BuildRequires: R-CRAN-RcppArmadillo
Requires: R-CRAN-DiscreteFDR >= 2.0.0
Requires: R-CRAN-Rcpp >= 1.0.13
Requires: R-CRAN-checkmate

%description
Implementations of several multiple testing procedures that control the
family-wise error rate (FWER) designed specifically for discrete tests.
Included are discrete adaptations of the Bonferroni, Holm, Hochberg and
Šidák procedures as described in the papers Döhler (2010) "Validation of
credit default probabilities using multiple-testing procedures"
<doi:10.21314/JRMV.2010.062> and Zhu & Guo (2019) "Family-Wise Error Rate
Controlling Procedures for Discrete Data"
<doi:10.1080/19466315.2019.1654912>. The main procedures of this package
take as input the results of a test procedure from package 'DiscreteTests'
or a set of observed p-values and their discrete support under their
nulls. A shortcut function to apply discrete procedures directly to data
is also provided.

%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}
4 changes: 2 additions & 2 deletions specs/R-CRAN-HYPEtools.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 HYPEtools
%global packver 1.6.3
%global packver 1.6.4
%global rlibdir /usr/local/lib/R/library

Name: R-CRAN-%{packname}
Version: 1.6.3
Version: 1.6.4
Release: 1%{?dist}%{?buildtag}
Summary: Tools for Processing and Analyzing Files from the Hydrological Catchment Model HYPE

Expand Down
14 changes: 6 additions & 8 deletions specs/R-CRAN-IncidencePrevalence.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 IncidencePrevalence
%global packver 0.8.1
%global packver 0.9.0
%global rlibdir /usr/local/lib/R/library

Name: R-CRAN-%{packname}
Version: 0.8.1
Version: 0.9.0
Release: 1%{?dist}%{?buildtag}
Summary: Estimate Incidence and Prevalence using the OMOP Common Data Model

Expand All @@ -27,12 +27,11 @@ BuildRequires: R-CRAN-CDMConnector >= 1.3.0
BuildRequires: R-CRAN-tidyr >= 1.2.0
BuildRequires: R-CRAN-dplyr >= 1.1.0
BuildRequires: R-CRAN-PatientProfiles >= 1.1.0
BuildRequires: R-CRAN-lubridate >= 1.0.0
BuildRequires: R-CRAN-rlang >= 1.0.0
BuildRequires: R-CRAN-visOmopResults >= 0.4.0
BuildRequires: R-CRAN-omopgenerics >= 0.4.0
BuildRequires: R-CRAN-purrr >= 0.3.5
BuildRequires: R-CRAN-omopgenerics >= 0.3.1
BuildRequires: R-CRAN-clock
BuildRequires: R-CRAN-lifecycle
Requires: R-CRAN-cli >= 3.0.0
Requires: R-CRAN-dbplyr >= 2.5.0
Requires: R-CRAN-checkmate >= 2.0.0
Expand All @@ -43,12 +42,11 @@ Requires: R-CRAN-CDMConnector >= 1.3.0
Requires: R-CRAN-tidyr >= 1.2.0
Requires: R-CRAN-dplyr >= 1.1.0
Requires: R-CRAN-PatientProfiles >= 1.1.0
Requires: R-CRAN-lubridate >= 1.0.0
Requires: R-CRAN-rlang >= 1.0.0
Requires: R-CRAN-visOmopResults >= 0.4.0
Requires: R-CRAN-omopgenerics >= 0.4.0
Requires: R-CRAN-purrr >= 0.3.5
Requires: R-CRAN-omopgenerics >= 0.3.1
Requires: R-CRAN-clock
Requires: R-CRAN-lifecycle

%description
Calculate incidence and prevalence using data mapped to the Observational
Expand Down
4 changes: 2 additions & 2 deletions specs/R-CRAN-Indicator.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 Indicator
%global packver 0.1.2
%global packver 0.1.3
%global rlibdir /usr/local/lib/R/library

Name: R-CRAN-%{packname}
Version: 0.1.2
Version: 0.1.3
Release: 1%{?dist}%{?buildtag}
Summary: Composite 'Indicator' Construction and Imputation Data

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

Name: R-CRAN-%{packname}
Version: 0.2.0
Release: 1%{?dist}%{?buildtag}
Summary: Visualise OMOP Results using 'shiny' Applications

License: Apache License (>= 2)
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-visOmopResults >= 0.5.0
BuildRequires: R-CRAN-omopgenerics >= 0.4.0
BuildRequires: R-CRAN-bslib
BuildRequires: R-CRAN-cli
BuildRequires: R-CRAN-dplyr
BuildRequires: R-CRAN-DT
BuildRequires: R-CRAN-glue
BuildRequires: R-CRAN-gt
BuildRequires: R-CRAN-lifecycle
BuildRequires: R-CRAN-markdown
BuildRequires: R-CRAN-purrr
BuildRequires: R-CRAN-rlang
BuildRequires: R-CRAN-shiny
BuildRequires: R-CRAN-snakecase
BuildRequires: R-CRAN-stringr
BuildRequires: R-CRAN-styler
BuildRequires: R-CRAN-tidyr
BuildRequires: R-CRAN-usethis
BuildRequires: R-CRAN-yaml
Requires: R-CRAN-visOmopResults >= 0.5.0
Requires: R-CRAN-omopgenerics >= 0.4.0
Requires: R-CRAN-bslib
Requires: R-CRAN-cli
Requires: R-CRAN-dplyr
Requires: R-CRAN-DT
Requires: R-CRAN-glue
Requires: R-CRAN-gt
Requires: R-CRAN-lifecycle
Requires: R-CRAN-markdown
Requires: R-CRAN-purrr
Requires: R-CRAN-rlang
Requires: R-CRAN-shiny
Requires: R-CRAN-snakecase
Requires: R-CRAN-stringr
Requires: R-CRAN-styler
Requires: R-CRAN-tidyr
Requires: R-CRAN-usethis
Requires: R-CRAN-yaml

%description
Visualise results obtained from analysing data mapped to the Observational
Medical Outcomes Partnership (OMOP) common data model using 'shiny'
applications.

%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}
8 changes: 4 additions & 4 deletions specs/R-CRAN-ShinyItemAnalysis.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 ShinyItemAnalysis
%global packver 1.5.1
%global packver 1.5.2
%global rlibdir /usr/local/lib/R/library

Name: R-CRAN-%{packname}
Version: 1.5.1
Version: 1.5.2
Release: 1%{?dist}%{?buildtag}
Summary: Test and Item Analysis via Shiny

Expand All @@ -20,7 +20,7 @@ BuildArch: noarch
BuildRequires: R-CRAN-difR >= 5.0
BuildRequires: R-CRAN-ggplot2 >= 3.4.0
BuildRequires: R-CRAN-psych >= 2.1.9
BuildRequires: R-CRAN-mirt >= 1.28
BuildRequires: R-CRAN-mirt >= 1.43
BuildRequires: R-CRAN-dplyr
BuildRequires: R-CRAN-lme4
BuildRequires: R-CRAN-magrittr
Expand All @@ -34,7 +34,7 @@ BuildRequires: R-CRAN-tidyr
Requires: R-CRAN-difR >= 5.0
Requires: R-CRAN-ggplot2 >= 3.4.0
Requires: R-CRAN-psych >= 2.1.9
Requires: R-CRAN-mirt >= 1.28
Requires: R-CRAN-mirt >= 1.43
Requires: R-CRAN-dplyr
Requires: R-CRAN-lme4
Requires: R-CRAN-magrittr
Expand Down
4 changes: 2 additions & 2 deletions specs/R-CRAN-ShortForm.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 ShortForm
%global packver 0.5.5
%global packver 0.5.6
%global rlibdir /usr/local/lib/R/library

Name: R-CRAN-%{packname}
Version: 0.5.5
Version: 0.5.6
Release: 1%{?dist}%{?buildtag}
Summary: Automatic Short Form Creation

Expand Down
4 changes: 2 additions & 2 deletions specs/R-CRAN-TRADER.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 TRADER
%global packver 1.2-4
%global packver 1.2-5
%global rlibdir /usr/local/lib/R/library

Name: R-CRAN-%{packname}
Version: 1.2.4
Version: 1.2.5
Release: 1%{?dist}%{?buildtag}
Summary: Tree Ring Analysis of Disturbance Events in R

Expand Down
8 changes: 5 additions & 3 deletions specs/R-CRAN-TreatmentPatterns.spec
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
%global __brp_check_rpaths %{nil}
%global __requires_exclude ^libmpi
%global packname TreatmentPatterns
%global packver 2.6.9
%global packver 2.7.0
%global rlibdir /usr/local/lib/R/library

Name: R-CRAN-%{packname}
Version: 2.6.9
Version: 2.7.0
Release: 1%{?dist}%{?buildtag}
Summary: Analyzes Real-World Treatment Patterns of a Study Population of Interest

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

Expand All @@ -30,6 +30,7 @@ BuildRequires: R-CRAN-networkD3
BuildRequires: R-CRAN-htmlwidgets
BuildRequires: R-CRAN-shiny
BuildRequires: R-CRAN-shinydashboard
BuildRequires: R-CRAN-ggplot2
Requires: R-CRAN-checkmate
Requires: R-CRAN-dplyr
Requires: R-CRAN-stringr
Expand All @@ -43,6 +44,7 @@ Requires: R-CRAN-networkD3
Requires: R-CRAN-htmlwidgets
Requires: R-CRAN-shiny
Requires: R-CRAN-shinydashboard
Requires: R-CRAN-ggplot2

%description
Computes treatment patterns within a given cohort using the Observational
Expand Down
Loading

0 comments on commit 7a24e0c

Please sign in to comment.