找不到 conda 的 R 包
R-Package not found for conda
我一直在尝试在我的 conda 环境中安装 R 包“miceadds”。
我运行conda install r-miceadds
但它一直告诉我
Collecting package metadata (repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
PackagesNotFoundError: The following packages are not available from current channels:
- r-miceadds_3.11-6
Current channels:
- https://repo.anaconda.com/pkgs/main/osx-64
- https://repo.anaconda.com/pkgs/main/noarch
- https://repo.anaconda.com/pkgs/r/osx-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.
不过,我确实继续 https://anaconda.org 并找到了包裹。我不确定发生了什么..
有没有办法在本地安装“r-miceadds”并在我的 conda 环境中使用它?
感谢任何帮助,非常感谢!
现在可以通过 Conda Forge 获得。尝试
conda install -c conda-forge r-miceadds
我一直在尝试在我的 conda 环境中安装 R 包“miceadds”。
我运行conda install r-miceadds
但它一直告诉我
Collecting package metadata (repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
PackagesNotFoundError: The following packages are not available from current channels:
- r-miceadds_3.11-6
Current channels:
- https://repo.anaconda.com/pkgs/main/osx-64
- https://repo.anaconda.com/pkgs/main/noarch
- https://repo.anaconda.com/pkgs/r/osx-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.
不过,我确实继续 https://anaconda.org 并找到了包裹。我不确定发生了什么.. 有没有办法在本地安装“r-miceadds”并在我的 conda 环境中使用它?
感谢任何帮助,非常感谢!
现在可以通过 Conda Forge 获得。尝试
conda install -c conda-forge r-miceadds