Colin Fay

Results 235 comments of Colin Fay

Here is a reprex : ``` colinfay@Colins-MBP ~ % cd /tmp colinfay@Colins-MBP /tmp % Rscript -e "golem::create_golem('pouet')" ── [.Rprofile] Sourcing user-wide rprofile ───────────────────────────────────── ── Checking package name ─────────────────────────────────────────────────────── ✔ Valid...

This seems to be ok with latest version of `{golem}` (0.5.0) https://github.com/ThinkR-open/golem/pull/1163: ```bash colinfay@Colins-MBP golem % cd /tmp colinfay@Colins-MBP /tmp % Rscript -e "golem::create_golem('pouet')" [...] A new golem named pouet...

As far as I can tell, the package installation will happen just once (if the package is not installed). After that, the action is very quick (if there is no...

Hey, The disable autoload warning is a known bug of shiny : https://github.com/rstudio/shiny/issues/3355 For the other one, this try catch error usually means that Connect can't launch your application. Can...

Thanks a lot. Unfortunately the logs aren't helpful here :/ I've sent a lot of golem apps on Connect, so I don't think it is linked to golem but to...

Hey, Can you pitch on the process of contributing? Do you want us to PR `{NCovUtils}`? Also, there is: https://www.worldometers.info/coronavirus/ Here's a fun to get today and yesterday df: ```...

Possible other source for Burkina Faso : https://www.humanitarianresponse.info/en/op%C3%A9rations/burkina-faso/documents/table/themes/covid-19 Need to scrape the pdf(s)

Here's the code to download all the pdfs: ```r dir.create("burkina_covid") for ( i in c( "https://www.humanitarianresponse.info/en/op%C3%A9rations/burkina-faso/documents/table/themes/covid-19", "https://www.humanitarianresponse.info/en/op%C3%A9rations/burkina-faso/documents/table/themes/covid-19?page=1", "https://www.humanitarianresponse.info/en/op%C3%A9rations/burkina-faso/documents/table/themes/covid-19?page=2", "https://www.humanitarianresponse.info/en/op%C3%A9rations/burkina-faso/documents/table/themes/covid-19?page=3" ) ){ url

Here's a piece of code to extract data from the latest pdf: ```r library(tabulizer) res