【问题标题】:Microsoft R - No package could not find RevoScaleR?Microsoft R - 没有包找不到 RevoScaleR?
【发布时间】:2017-05-31 06:36:06
【问题描述】:

我已经安装了新的“Microsoft R Open 3.4.0”,但我看不到 Microsoft R 包,例如RevoScaleR。在这里您可以看到以下错误消息。你可以看到 sessionInfo 的结果,在线加载 Base-R 包。

R version 3.4.0 (2017-04-21) -- "You Stupid Darkness"
Copyright (C) 2017 The R Foundation for Statistical Computing
Platform: x86_64-w64-mingw32/x64 (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

Microsoft R Open 3.4.0
The enhanced R distribution from Microsoft
Microsoft packages Copyright (C) 2017 Microsoft Corporation

Using the Intel MKL for parallel mathematical computing(using 2 cores).

Default CRAN mirror snapshot taken on 2017-05-01.
See: https://mran.microsoft.com/.

> library(RevoScaleR)
Error in library(RevoScaleR) : es gibt kein Paket namens ‘RevoScaleR’
> sessionInfo()
R version 3.4.0 (2017-04-21)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 7 x64 (build 7601) Service Pack 1

Matrix products: default

locale:
[1] LC_COLLATE=German_Germany.1252  LC_CTYPE=German_Germany.1252    LC_MONETARY=German_Germany.1252 LC_NUMERIC=C                   
[5] LC_TIME=German_Germany.1252    

attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods   base     

other attached packages:
[1] RevoUtilsMath_10.0.0

loaded via a namespace (and not attached):
[1] compiler_3.4.0   RevoUtils_10.0.4 tools_3.4.0    

【问题讨论】:

标签: r microsoft-r


【解决方案1】:

要使用 RevoScaleR,您需要安装 Microsoft R Client、Microsoft R Server。 RevoScaleR 不能像其他 OpenSource R 包一样下载。它是在您安装 Microsoft R Client、Microsoft R Server 时内置的。 参考R install package RevoScaleR

【讨论】:

  • @user43348044 很高兴知道,你可以在这里查看link
猜你喜欢
  • 1970-01-01
  • 1970-01-01
  • 2015-01-15
  • 2017-03-22
  • 1970-01-01
  • 1970-01-01
  • 2016-02-06
  • 2020-10-15
  • 1970-01-01
相关资源
最近更新 更多