首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >微软R-没有软件包找不到RevoScaleR?

微软R-没有软件包找不到RevoScaleR?
EN

Stack Overflow用户
提问于 2017-05-31 06:36:06
回答 1查看 1.2K关注 0票数 3

我已经安装了新的“MicrosoftROpen3.4.0”,但我看不到Microsoft软件包,例如RevoScaleR。在这里,您可以看到以下错误消息。您可以看到sessionInfo,其结果是,在线加载Base包。

代码语言:javascript
复制
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    
EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2017-05-31 08:27:07

要使用RevoScaleR,您需要安装Microsoft客户端,Microsoft。RevoScaleR不能像其他OpenSource R软件包那样下载。它是在安装Microsoft客户端,Microsoft服务器时内置的。参考R install package RevoScaleR

票数 6
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/44277359

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档