Home Comments Thread
New Thread

5 Comments

giscus-bot giscus-bot 2022-12-16 17:17:23
Guest *yixuan* @ 2009-10-20 07:52:06 originally posted:

Great!

@yixuan

giscus-bot giscus-bot 2022-12-16 17:17:23
Guest *Cloudly* @ 2010-01-02 17:40:48 originally posted:

I like the first one! In fact I'm searching for its functions. But I think it only realizes a very limited part of the wonderful natures of Flash/Swf. Where is the animation? I only see static images from its demo.
Hope you can develop a much more powerful one! And integrate it to your animation package.

@cloudly

yihui yihui 2022-12-16 17:17:27

Here is the demo page: http://swfdevice.r-forge.r-project.org/

Originally posted on 2010-01-03 00:35:18

giscus-bot giscus-bot 2022-12-16 17:17:28
Guest *Cloudly* @ 2010-01-03 10:12:20 originally posted:

In fact I watched its demos yesterday. But is there any thing moving?

@cloudly

yihui yihui 2022-12-16 17:17:29

Yes, there are a couple of demos which contain buttons in them; you may click on the button and watch points moving or lines circling...

Originally posted on 2010-01-03 11:23:15

giscus-bot giscus-bot 2022-12-16 17:17:24
Guest *yun liu* @ 2011-05-25 01:21:29 originally posted:

Hi, Yihui;
I am trying to use the Rgoogletrend package. keep getting following error. Wonder if you had similar issue. IF you had, please do share. thanks so much.

> options(GooglePassword=c(liuyunliu="xxxx"))
> g=googleSignIn()
Error in curlPerform(url = "https://www.google.com/accounts/Login?hl=en&continue=http://www.google.com/",  : 
  SSL certificate problem, verify that the CA cert is OK. Details:
error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed

> sessionInfo()
R version 2.13.0 (2011-04-13)
Platform: i386-pc-mingw32/i386 (32-bit)

locale:
[1] LC_COLLATE=English_United States.1252  LC_CTYPE=English_United States.1252   
[3] LC_MONETARY=English_United States.1252 LC_NUMERIC=C                          
[5] LC_TIME=English_United States.1252    

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

other attached packages:
[1] RGoogleTrends_0.2-1 RCurl_1.6-4.1       bitops_1.0-4.1     

loaded via a namespace (and not attached):
[1] DBI_0.2-5     RSQLite_0.9-4 tools_2.13.0 
>
yihui yihui 2022-12-16 17:17:31

Sorry, I have no idea. I can use it under Ubuntu (Linux), and I do not know how to fix your problem under Windows. Maybe you should write directly to the developer.

P.S. It is too careless to leave your password here... I've replace it with xxxx.

Originally posted on 2011-05-25 03:02:50

giscus-bot giscus-bot 2022-12-16 17:17:25
Guest *yun liu* @ 2011-05-25 03:46:25 originally posted:

thanks, Yihui.
my bad leaving the password. it is fixed now.
will send over a note to developer on this.

by the way, great blog.

giscus-bot giscus-bot 2022-12-16 17:17:26
Guest *Sergio* @ 2012-05-22 21:44:28 originally posted:

Hi! I've tried to install RGoogleTrends directly from Omegahat and also from a local file. However, I've got the following issue:

package ‘RGoogleTrends’ is not available (for R version 2.15.0)

Do you know how can I solve this ? Thank you so much!

yihui yihui 2022-12-16 17:17:32

Omegahat is dying as a package repository as I can see, but you can always install the packages from source -- download the tar.gz file and run R CMD INSTALL foobar_x.x.tar.gz in a command window. If you are under Windows, you have to install Rtools first.

Originally posted on 2012-05-23 00:50:48

giscus-bot giscus-bot 2022-12-16 17:17:32
Guest *Sergio* @ 2012-06-08 00:16:52 originally posted:

Hey! Thanks for the advice!

Firstly, I installed RTools for Windows. Then, I used install.packages (...) command in RGui and it actually worked well. However, I've got the following error when I try to execute this piece of code:

library(RGoogleTrends)> options(GooglePassword = c(user = "password"))
ans = getGTrends("query term")
Error in sqliteExecStatement(conn, statement, ...) :   RS-DBI driver: (error in statement: no such table: moz_cookie Shall I install some other dependencies? or Do you think this error came up due to the way I installed RGoogleTrends package?

Thanks in advance.

yihui yihui 2022-12-16 17:17:33

I do not think it is related to the way you installed the package. I'd rather believe something has changed in Firefox but RGoogleTrends was not updated accordingly. You have to talk to Duncan if this is the case.

Originally posted on 2012-06-08 01:07:07

Sign in to join the discussion

Sign in with GitHub