【发布时间】:2016-06-12 21:23:33
【问题描述】:
Anaconda 是一个科学的 Python 发行版,可以通过安装一个使用 R 的统计功能的包来增强它
>conda install -c r r-essentials
但是,我还需要使用 googleVIS,即 Google Charts API 的 R 接口。
推荐的解决方案是这样的:
conda install -c gusdunn r-googlevis=0.5.10
但它不存在于 windows,仅适用于 linux 和 OSX。
anaconda search -t conda r-googlevis
揭示
Packages:
Name | Version | Package Types | Platforms
------------------------- | ------ | --------------- | ---------------
bioconda/r-googlevis | 0.5.10 | conda | linux-64, osx-64
: R interface to Google Charts API, allowing users to create interactive charts based on data frames. Charts are displayed locally via the R HTTP help server. A modern browser with Internet connection is required and for some charts a Flash player. The data remains local and is not uploaded to Google.
gusdunn/r-googlevis | 0.5.10 | conda | linux-64, osx-64
: R interface to Google Charts API, allowing users to create interactive charts based on data frames. Charts are displayed locally via the R HTTP help server. A modern browser with Internet connection is required and for some charts a Flash player. The data remains local and is not uploaded to Google.
Found 2 packages
我找到了 googleVIS here 的 Windows 二进制文件:
但我不知道如何让它“进入”anaconda。有人可以对此有所了解吗?
【问题讨论】: