When trying to install it through the ´r´ channel, as documented in the link above, I get PackagesNotFoundError. Also, it does not show up in conda search r::r-brucer, even though it should be in noarch.
```sh
conda create --name r-brucer-test r::r-brucer
```
```sh
Channels:
- defaults
- r
Platform: linux-64
Collecting package metadata (repodata.json): done
Solving environment: failed
PackagesNotFoundError: The following packages are not available from current channels:
- r::r-brucer
Current channels:
- defaults
- https://conda.anaconda.org/r
To search for alternate channels that may provide the conda package you're
looking for, navigate to
https://anaconda.org
and use the search bar at the top of the page.
```
```sh
conda search r::r-brucer
```
```sh
Loading channels: done
No match found for: r::r-brucer. Search: r::*r-brucer*
PackagesNotFoundError: The following packages are not available from current channels:
- r::r-brucer
Current channels:
- https://repo.anaconda.com/pkgs/main/linux-64
- https://repo.anaconda.com/pkgs/main/noarch
- https://repo.anaconda.com/pkgs/r/linux-64
- https://repo.anaconda.com/pkgs/r/noarch
To search for alternate channels that may provide the conda package you're
looking for, navigate to
https://anaconda.org
and use the search bar at the top of the page.
```
When trying to install it through the defaults channel, the package and its dependencies are pulled in, BUT it also tries to install python-3.12.2, which I would rather avoid.
Checklist
Impacted product
What happened?
I have some problems with the R package
r-brucer
(https://anaconda.org/r/r-brucer).When trying to install it through the ´r´ channel, as documented in the link above, I get
PackagesNotFoundError
. Also, it does not show up inconda search r::r-brucer
, even though it should be innoarch
.When trying to install it through the
defaults
channel, the package and its dependencies are pulled in, BUT it also tries to installpython-3.12.2
, which I would rather avoid.conda search r-brucer --info
seems to yield the expected results:Expected behavior or outcome
r-brucer
should install properly, either through ther
channel ordefaults
without Python as a dependency.Conda info
Conda config
Conda list
Additional information
No response