<metapackage xmlns:os="http://opensuse.org/Standards/One_Click_Install" xmlns="http://opensuse.org/Standards/One_Click_Install">
  <group>
    <repositories>
      <repository recommended="true">
        <name>devel:languages:R:autoCRAN</name>
        <summary>Large parts of CRAN (cran.r-project.org) mirrored to OBS in a fully automatic way.</summary>
        <description>This repo contains a large part of CRAN automatically converted to rpm packages.
*ALL* packages in the repo are created and kept uptodate(!) in a fully automatic way using the R package CRAN2OBS (gitlab.com/dsteuer/CRAN2OBS).
At the moment CRAN2OBS is still subject to many changes, but it already works well enough to bring about 15k packages from CRAN to Suse.
If you find packages not working, please contact me. Do not push packages here by hand after manually altering anything in a spec file, please. If you find an important package still missing, send a note, please. May be it is easy to add fitting rules to the scripts. 

Attention: there are Prefer: lines in the project config. Should be rechecked from time to time.</description>
        <url>https://download.opensuse.org/repositories/devel:/languages:/R:/autoCRAN/15.6/</url>
      </repository>
      <repository recommended="true">
        <name>deleted</name>
        <summary>INTERNAL PROJECT</summary>
        <description>don't delete this project, it's used for internal purposes</description>
        <url>https://download.opensuse.org/repositories/deleted/deleted/</url>
      </repository>
      <repository recommended="true">
        <name>openSUSE:Leap:15.6</name>
        <summary></summary>
        <description>openSUSE Leap borrows packages from SLE. The content of the build media is almost the same as the previous Leap, but the development is drastic different. It includes the binaries (instead of the sources) directly from SLE. https://lists.opensuse.org/opensuse-factory/2020-04/msg00165.html</description>
        <url>https://download.opensuse.org/repositories/openSUSE:/Leap:/15.6/standard/</url>
      </repository>
      <repository recommended="true">
        <name>openSUSE:Backports:SLE-15-SP6</name>
        <summary>Backports project for SLE-15-SP6</summary>
        <description>Backports project for SLE-15-SP6</description>
        <url>https://download.opensuse.org/repositories/openSUSE:/Backports:/SLE-15-SP6/standard/</url>
      </repository>
      <repository recommended="true">
        <name>SUSE:SLE-15-SP6:GA</name>
        <summary></summary>
        <description></description>
        <url>https://download.opensuse.org/repositories/SUSE:/SLE-15-SP6:/GA/pool/</url>
      </repository>
      <repository recommended="true">
        <name>SUSE:SLE-15-SP5:Update</name>
        <summary>SLE 15 SP5</summary>
        <description>SLE 15 SP5</description>
        <url>https://download.opensuse.org/distribution/leap/15.6/repo/oss/</url>
      </repository>
      <repository recommended="true">
        <name>SUSE:SLE-15-SP5:GA</name>
        <summary></summary>
        <description></description>
        <url>https://download.opensuse.org/repositories/SUSE:/SLE-15-SP5:/GA/pool/</url>
      </repository>
      <repository recommended="true">
        <name>SUSE:SLE-15-SP4:Update</name>
        <summary>SLE 15 SP4</summary>
        <description>SLE 15 SP4</description>
        <url>https://download.opensuse.org/distribution/leap/15.6/repo/oss/</url>
      </repository>
      <repository recommended="true">
        <name>SUSE:SLE-15-SP4:GA</name>
        <summary></summary>
        <description></description>
        <url>https://download.opensuse.org/repositories/SUSE:/SLE-15-SP4:/GA/pool/</url>
      </repository>
      <repository recommended="true">
        <name>SUSE:SLE-15-SP3:Update</name>
        <summary>SLE 15 SP3</summary>
        <description>SLE 15 SP3</description>
        <url>https://download.opensuse.org/distribution/leap/15.6/repo/oss/</url>
      </repository>
      <repository recommended="true">
        <name>SUSE:SLE-15-SP3:GA</name>
        <summary></summary>
        <description></description>
        <url>https://download.opensuse.org/repositories/SUSE:/SLE-15-SP3:/GA/pool/</url>
      </repository>
      <repository recommended="true">
        <name>SUSE:SLE-15-SP2:Update</name>
        <summary>SLE 15 SP2</summary>
        <description>SLE 15 SP2</description>
        <url>https://download.opensuse.org/distribution/leap/15.6/repo/oss/</url>
      </repository>
      <repository recommended="true">
        <name>SUSE:SLE-15-SP2:GA</name>
        <summary>SLE 15 SP2</summary>
        <description>SLE 15 SP2</description>
        <url>https://download.opensuse.org/repositories/SUSE:/SLE-15-SP2:/GA/pool/</url>
      </repository>
      <repository recommended="true">
        <name>SUSE:SLE-15-SP1:Update</name>
        <summary>SLE 15 SP1</summary>
        <description>SLE 15 SP1</description>
        <url>https://download.opensuse.org/distribution/leap/15.6/repo/oss/</url>
      </repository>
      <repository recommended="true">
        <name>SUSE:SLE-15-SP1:GA</name>
        <summary>SLE 15 SP1</summary>
        <description>SLE 15 SP1</description>
        <url>https://download.opensuse.org/repositories/SUSE:/SLE-15-SP1:/GA/pool/</url>
      </repository>
      <repository recommended="true">
        <name>SUSE:SLE-15:Update</name>
        <summary>SLE 15</summary>
        <description>SLE 15</description>
        <url>https://download.opensuse.org/distribution/leap/15.6/repo/oss/</url>
      </repository>
      <repository recommended="false">
        <name>SUSE:SLE-15:GA</name>
        <summary>SLE 15</summary>
        <description>SLE 15</description>
        <url>https://download.opensuse.org/repositories/SUSE:/SLE-15:/GA/pool/</url>
      </repository>
    </repositories>
    <software>
      <item>
        <name>R-multiclassPairs</name>
        <summary>Build MultiClass Pair-Based Classifiers using TSPs or RF</summary>
        <description>A toolbox to train a single sample classifier that uses in-sample
feature relationships. The relationships are represented as feature1 &lt;
feature2 (e.g. gene1 &lt; gene2). We provide two options to go with. First
is based on 'switchBox' package which uses Top-score pairs algorithm.
Second is a novel implementation based on random forest algorithm. For
simple problems we recommend to use one-vs-rest using TSP option due to
its simplicity and for being easy to interpret.  For complex problems
RF performs better.  Both lines filter the features first then combine
the filtered features to make the list of all the possible rules (i.e.
rule1: feature1 &lt; feature2, rule2: feature1 &lt; feature3, etc...).  Then
the list of rules will be filtered and the most important and
informative rules will be kept. The informative rules will be assembled
in an one-vs-rest model or in an RF model.  We provide a detailed
description with each function in this package to explain the
filtration and training methodology in each line. Reference: Marzouka &amp;
Eriksson (2021) &lt;doi:10.1093/bioinformatics/btab088&gt;.</description>
      </item>
    </software>
  </group>
</metapackage>
