Skip to content

Commit

Permalink
sync
Browse files Browse the repository at this point in the history
  • Loading branch information
Enchufa2 committed Sep 9, 2024
1 parent e464302 commit e98e97b
Show file tree
Hide file tree
Showing 28 changed files with 105 additions and 159 deletions.
4 changes: 2 additions & 2 deletions specs/R-CRAN-EMCluster.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 EMCluster
%global packver 0.2-15
%global packver 0.2-16
%global rlibdir /usr/local/lib/R/library

Name: R-CRAN-%{packname}
Version: 0.2.15
Version: 0.2.16
Release: 1%{?dist}%{?buildtag}
Summary: EM Algorithm for Model-Based Clustering of Finite Mixture Gaussian Distribution

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

Name: R-CRAN-%{packname}
Version: 0.2.5
Version: 0.2.6
Release: 1%{?dist}%{?buildtag}
Summary: Fast Kalman Filter

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

Name: R-CRAN-%{packname}
Version: 0.9.2
Version: 0.9.3
Release: 1%{?dist}%{?buildtag}
Summary: Isoscape Computation and Inference of Spatial Origins using Mixed Models

Expand Down
6 changes: 4 additions & 2 deletions specs/R-CRAN-L1pack.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 L1pack
%global packver 0.41-245
%global packver 0.50
%global rlibdir /usr/local/lib/R/library

Name: R-CRAN-%{packname}
Version: 0.41.245
Version: 0.50
Release: 1%{?dist}%{?buildtag}
Summary: Routines for L1 Estimation

Expand All @@ -32,6 +32,8 @@ L1 estimation for linear regression using Barrodale and Roberts' method
using the multivariate Laplace distribution, density, distribution
function, quantile function and random number generation for univariate
and multivariate Laplace distribution <doi:10.1080/03610929808832115>.
Implementation of Naik and Plungpongpun <doi:10.1007/0-8176-4487-3_7> for
the Generalized spatial median estimator is included.

%prep
%setup -q -c -n %{packname}
Expand Down
6 changes: 4 additions & 2 deletions specs/R-CRAN-LRTesteR.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 LRTesteR
%global packver 1.2.0
%global packver 1.2.1
%global rlibdir /usr/local/lib/R/library

Name: R-CRAN-%{packname}
Version: 1.2.0
Version: 1.2.1
Release: 1%{?dist}%{?buildtag}
Summary: Likelihood Ratio Tests and Confidence Intervals

Expand All @@ -21,10 +21,12 @@ BuildRequires: R-stats
BuildRequires: R-CRAN-rlang
BuildRequires: R-CRAN-statmod
BuildRequires: R-CRAN-stringr
BuildRequires: R-CRAN-EnvStats
Requires: R-stats
Requires: R-CRAN-rlang
Requires: R-CRAN-statmod
Requires: R-CRAN-stringr
Requires: R-CRAN-EnvStats

%description
A collection of hypothesis tests and confidence intervals based on the
Expand Down
65 changes: 0 additions & 65 deletions specs/R-CRAN-NaileR.spec

This file was deleted.

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

Name: R-CRAN-%{packname}
Version: 1.9.10
Version: 1.9.12
Release: 1%{?dist}%{?buildtag}
Summary: Calculate Pairwise Multiple Comparisons of Mean Rank Sums Extended

Expand Down
8 changes: 4 additions & 4 deletions specs/R-CRAN-Rsagacmd.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 Rsagacmd
%global packver 0.4.2
%global packver 0.4.3
%global rlibdir /usr/local/lib/R/library

Name: R-CRAN-%{packname}
Version: 0.4.2
Version: 0.4.3
Release: 1%{?dist}%{?buildtag}
Summary: Linking R with the Open-Source 'SAGA-GIS' Software

Expand Down Expand Up @@ -53,7 +53,7 @@ are accessed as a named list of libraries and tools. This structure
facilitates an easier scripting experience by organizing the large number
of 'SAGA-GIS' geoprocessing tools (>700) by their respective library.
Interactive scripting can fully take advantage of code autocompletion
tools (e.g. in 'Rstudio'), allowing for each tools syntax to be quickly
tools (e.g. in 'RStudio'), allowing for each tools syntax to be quickly
recognized. Furthermore, the most common types of spatial data (via the
'terra', 'sp', and 'sf' packages) along with non-spatial data are
automatically passed from R to the 'SAGA-GIS' command line tool for
Expand All @@ -65,7 +65,7 @@ available under a GPLv2 / LGPLv2 licence from
<https://sourceforge.net/projects/saga-gis/> including Windows x86/x64 and
macOS binaries. SAGA-GIS is also included in Debian/Ubuntu default
software repositories. Rsagacmd has currently been tested on 'SAGA-GIS'
versions from 2.3.1 to 9.2 on Windows, Linux and macOS.
versions from 2.3.1 to 9.5.1 on Windows, Linux and macOS.

%prep
%setup -q -c -n %{packname}
Expand Down
4 changes: 2 additions & 2 deletions specs/R-CRAN-datefixR.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 datefixR
%global packver 1.6.1
%global packver 1.7.0
%global rlibdir /usr/local/lib/R/library

Name: R-CRAN-%{packname}
Version: 1.6.1
Version: 1.7.0
Release: 1%{?dist}%{?buildtag}
Summary: Standardize Dates in Different Formats or with Missing Data

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

Name: R-CRAN-%{packname}
Version: 0.24
Version: 0.25
Release: 1%{?dist}%{?buildtag}
Summary: Functions for Declared Missing Values

Expand Down
8 changes: 4 additions & 4 deletions specs/R-CRAN-fNonlinear.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 fNonlinear
%global packver 4021.81
%global packver 4041.82
%global rlibdir /usr/local/lib/R/library

Name: R-CRAN-%{packname}
Version: 4021.81
Version: 4041.82
Release: 1%{?dist}%{?buildtag}
Summary: Rmetrics - Nonlinear and Chaotic Time Series Modelling

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


BuildRequires: R-devel >= 2.15.1
Requires: R-core >= 2.15.1
BuildRequires: R-devel >= 3.4.0
Requires: R-core >= 3.4.0
BuildRequires: R-CRAN-timeDate
BuildRequires: R-CRAN-timeSeries
BuildRequires: R-CRAN-fBasics
Expand Down
11 changes: 5 additions & 6 deletions specs/R-CRAN-geessbin.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 geessbin
%global packver 0.1.2
%global packver 1.0.0
%global rlibdir /usr/local/lib/R/library

Name: R-CRAN-%{packname}
Version: 0.1.2
Version: 1.0.0
Release: 1%{?dist}%{?buildtag}
Summary: Modified Generalized Estimating Equations for Binary Outcome

Expand All @@ -22,10 +22,9 @@ Requires: R-CRAN-MASS >= 7.3.45

%description
Analyze small-sample clustered or longitudinal data with binary outcome
using modified generalized estimating equations with bias-adjusted
covariance estimator. The package provides any combination of three
modified generalized estimating equations and 11 bias-adjusted covariance
estimators.
using modified generalized estimating equations (GEE) with bias-adjusted
covariance estimator. The package provides any combination of three GEE
methods and 12 covariance estimators.

%prep
%setup -q -c -n %{packname}
Expand Down
4 changes: 2 additions & 2 deletions specs/R-CRAN-geosimilarity.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 geosimilarity
%global packver 3.1
%global packver 3.2
%global rlibdir /usr/local/lib/R/library

Name: R-CRAN-%{packname}
Version: 3.1
Version: 3.2
Release: 1%{?dist}%{?buildtag}
Summary: Geographically Optimal Similarity

Expand Down
8 changes: 4 additions & 4 deletions specs/R-CRAN-ibdsim2.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 ibdsim2
%global packver 2.1.0
%global packver 2.1.1
%global rlibdir /usr/local/lib/R/library

Name: R-CRAN-%{packname}
Version: 2.1.0
Version: 2.1.1
Release: 1%{?dist}%{?buildtag}
Summary: Simulation of Chromosomal Regions Shared by Family Members

Expand Down Expand Up @@ -33,10 +33,10 @@ members. Using sex specific recombination rates along the human genome
(Halldorsson et al. (2019) <doi:10.1126/science.aau1043>), phased
chromosomes are simulated for all pedigree members. Applications include
calculation of realised relatedness coefficients and IBD segment
distributions. 'ibdsim2' is part of the 'ped suite' collection of packages
distributions. 'ibdsim2' is part of the 'pedsuite' collection of packages
for pedigree analysis. A detailed presentation of the 'ped suite',
including a separate chapter on 'ibdsim2', is available in the book
'Pedigree analysis in R' (Vigeland, 2021, ISBN:9780128244302). A 'shiny'
'Pedigree analysis in R' (Vigeland, 2021, ISBN:9780128244302). A 'Shiny'
app for visualising and comparing IBD distributions is available at
<https://magnusdv.shinyapps.io/ibdsim2-shiny/>.

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

Name: R-CRAN-%{packname}
Version: 0.1.8
Version: 0.1.9
Release: 1%{?dist}%{?buildtag}
Summary: Label Data Frames, Variables, and Values

Expand Down
32 changes: 16 additions & 16 deletions specs/R-CRAN-litedown.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 litedown
%global packver 0.1
%global packver 0.2
%global rlibdir /usr/local/lib/R/library

Name: R-CRAN-%{packname}
Version: 0.1
Version: 0.2
Release: 1%{?dist}%{?buildtag}
Summary: A Lightweight Version of R Markdown

Expand All @@ -14,28 +14,28 @@ 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 >= 3.2.0
Requires: R-core >= 3.2.0
BuildArch: noarch
BuildRequires: R-CRAN-commonmark >= 1.9.1
BuildRequires: R-CRAN-xfun >= 0.46
BuildRequires: R-CRAN-xfun >= 0.47
BuildRequires: R-utils
Requires: R-CRAN-commonmark >= 1.9.1
Requires: R-CRAN-xfun >= 0.46
Requires: R-CRAN-xfun >= 0.47
Requires: R-utils

%description
Render R Markdown to Markdown (without using 'knitr'), and Markdown to
lightweight HTML/'LaTeX' documents with the 'commonmark' package (instead
of 'Pandoc'). Some missing Markdown features in 'commonmark' are also
supported, such as raw HTML/'LaTeX' blocks, 'LaTeX' math, superscripts,
subscripts, footnotes, element attributes, appendices, and fenced 'Divs',
but not all 'Pandoc' Markdown features are (or will be) supported. With
additional JavaScript and CSS, you can also create HTML slides and
articles. This package can be viewed as a trimmed-down version of R
Markdown and 'knitr'. It does not aim at rich Markdown features or a large
variety of output formats (the primary formats are HTML and 'LaTeX'). Book
and website projects of multiple input documents are also supported.
lightweight HTML/LaTeX documents with the 'commonmark' package (instead of
'Pandoc'). Some missing Markdown features in 'commonmark' are also
supported, such as raw HTML/LaTeX blocks, LaTeX math, superscripts,
subscripts, footnotes, element attributes, and appendices, but not all
'Pandoc' Markdown features are (or will be) supported. With additional
JavaScript and CSS, you can also create HTML slides and articles. This
package can be viewed as a trimmed-down version of R Markdown and 'knitr'.
It does not aim at rich Markdown features or a large variety of output
formats (the primary formats are HTML and LaTeX). Book and website
projects of multiple input documents are also supported.

%prep
%setup -q -c -n %{packname}
Expand Down
Loading

0 comments on commit e98e97b

Please sign in to comment.