本文介绍了RGoogleDocs和现在的RGoogleData的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

RGoogleDocs 很棒.它允许人们将数据存储在Google上并实时读取到R中.前几天,我尝试将其安装在计算机上,瞧瞧,我所能找到的只是RForge中的RGoogleData.这两个软件包之间是什么关系?我试图在同一搜索中用Google搜索RGoogleData和RGoogleDocs,却一无所获. Duncan Temple Lang编写了RGoogleDocs,看来Adrian A. Dragulescu编写了RGoogleData.

RGoogleDocs is fantastic. It allows one to store data on Google and read it in in real time to R. I tried to install it on a computer the other day and lo and behold all I could find was RGoogleData in RForge. What is the relationship between the two packages? I tried to google search RGoogleData and RGoogleDocs in the same search and found nothing. Duncan Temple Lang wrote RGoogleDocs and it appears that Adrian A. Dragulescu wrote RGoogleData.

我可能发誓Duncan Temple Lang在omegahat中发布了RGoogleDocs的Windows二进制文件,但是可惜在过去的几个月中,我不再在RGUI的选择存储库选项列表中看到omegahat.取而代之的是RForge现在在该列表中. omegahat和RForge之间是什么关系?

I could have sworn that a windows binary of RGoogleDocs had been posted in omegahat by Duncan Temple Lang but alas in the past couple of months I no longer see omegahat on the select repository option list from RGUI. Instead RForge is now on that list. What is the relationship between omegahat and RForge?

推荐答案

RGoogleDocs位于omegahat上: http://www.omegahat.org/RGoogleDocs/
RGoogleData位于RForge上: http://r-forge.r-project.org/projects /rgoogledata/

RGoogleDocs is on omegahat: http://www.omegahat.org/RGoogleDocs/
RGoogleData is on RForge: http://r-forge.r-project.org/projects/rgoogledata/

RForge是用于R软件包开发的类似于sourceforge的地方.
Omegahat更通用,为统计应用程序提供开源软件.其中包括一些R软件包,还包括用于其他环境的软件.

RForge is a sourceforge-like place for the development of R packages.
Omegahat is more general, providing open-source software for statistical applications. That includes some R packages, but also software for other environments.

R软件包.

这篇关于RGoogleDocs和现在的RGoogleData的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-26 07:44