Philippe Massicotte

Results 86 comments of Philippe Massicotte

I do not see an easy fix at the moment. Any ideas are welcome :)

@barbara1998 You are able to use `now 1-d` ?

Oh good to know! Anyone has information on what happened?

Not sure what is going on, working on my side: ``` r library(gtrendsR) plot(gtrends("Biden", gprop = 'web', geo = 'US',time = "2023-02-15 2023-04-14" )) ``` ![](https://i.imgur.com/sNDGLDu.png) Created on 2023-10-13 with...

I will try to have a look this week.

How did you get the red curve in your last plot? (I,e, what parameters have you used within `gtrendsR`).

Not sure to understand, This: gtrends("flu", geo='US', time= ('2020-01-01 2023-08-31')) matched the data you searched for Texas directly on the webpage?

Just noticed that it works if R is closed and if I am using this: ```lua vim.g.R_start_libs = 'base,stats,graphics,grDevices,utils,methods,janitor' ``` However, it stops working when R starts ![Peek 2023-12-22 09-13](https://github.com/jalvesaq/Nvim-R/assets/4519221/7a99d170-4312-43c6-a97a-3d9c4a87fadf)