Robin Lovelace

Results 464 comments of Robin Lovelace

> what do you get when you run `Sys.which('firefox')`? ``` r Sys.which("firefox") #> firefox #> "/usr/bin/firefox" ``` Created on 2022-04-18 by the [reprex package](https://reprex.tidyverse.org) (v2.0.1)

Sure: ``` r gDrv checking geckodriver versions: #> BEGIN: PREDOWNLOAD #> BEGIN: DOWNLOAD #> BEGIN: POSTDOWNLOAD gDrv$output() #> character(0) gDrv$stop() #> [1] TRUE ``` Created on 2022-04-18 by the [reprex...

Wow! Amazing work by the sounds of it, will try soon, busy week though, many thanks :tada:

As a follow-on point, I've just tested out parsing files with the `bib2df` package and it seems fast. Timings below on 2000+ .bib file FYI. ``` system.time({b = bib2df::bib2df("allrefs.bib")}) Some...

Update: FYI I think the output from that package is not production ready yet. Just food for thought...

Not tried promises, in my experience `bib2df` is buggy. All approaches sound good, I'm excited for this new behaviour and happy to test anything you come up with. Many thanks.

Hi @michaelosheaa yes I think that is a typo! Fix would be most welcome, thanks for pointing this out.

Hi @shafayetShafee yes of course, that would be most welcome. Many thanks!

No that is probably an issue with the build process. Can you help @csgillespie ?

> @Robinlovelace, Can I make a pull request suggesting this fix smiley? Yes, that would be greatly appreciated. Apologies for slow response..