简体   繁体   English

未找到 conda 的 R-Package

[英]R-Package not found for conda

I have been trying to install the R-package "miceadds" in my conda environment.我一直在尝试在我的 conda 环境中安装 R 包“miceadds”。

I ran conda install r-miceadds But it keeps telling me我跑了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.

However, I did go on https://anaconda.org and found the package.但是,我确实访问了https://anaconda.org并找到了该软件包。 I am not sure what is going on .. Is there a way otherwise to install "r-miceadds" locally and have it being used in my conda environment?我不确定发生了什么.. 有没有办法在本地安装“r-miceadds”并在我的 conda 环境中使用它?

Any help appreciated, thanks a lot!任何帮助表示赞赏,非常感谢!

This is now available through Conda Forge.现在可以通过 Conda Forge 获得。 Try尝试

conda install -c conda-forge r-miceadds

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 安装在conda中找不到的包 - Installing package not found in conda 'reticulate' r-package 导入 python 脚本时出错 - Error with 'reticulate' r-package importing python script 需要一个关于如何在 r-package 中包装 python 代码的最小示例 - Need a minimal example on how to wrap python code in r-package 即使我通过conda info软件包找到了软件包,conda安装也会失败 - conda install fails even i found the package by conda info package 加载edgeR R-package的Python rpy2错误,但它安装并在R中工作 - Python rpy2 error loading edgeR R-package, but it is installed and working in R 如何在结构主题建模R-package中绘制文档主题分布? - How to plot a document topic distribution in structural topic modeling R-package? conda搜索找不到package可以在conda cloud上找到 - Conda search can't find package that can be found on conda cloud CondaError:在 conda-pkgs 中找不到可写的包缓存目录 - CondaError: No writable package cache directories found in conda-pkgs Conda列表显示python软件包,但发生错误“未找到模块” - Conda list shows python package but error 'module not found' occurs anaconda jupyter notebook 中的每个 conda 包都没有发现模块错误 - No module found error for every conda package in anaconda jupyter notebook
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM