Jennifer (Jenny) Bryan

Results 705 comments of Jennifer (Jenny) Bryan

@Hadley put a bunch of ideas here: https://github.com/tidyverse/dplyr/issues/4654

We could adapt the strategies used in googlesheets again, to make this work. But what is really needed is to add a new web application credential function to gargle, which...

Is your package somewhere we can see it?

@aammd I am surprised I don't see you explicitly loading the token in your test setup. Looking at this part of the README here: https://github.com/karthik/rdrop2#accessing-dropbox-on-shiny-and-remote-servers I see a workflow for...

I should add that @karthik himself seems to have a `.httr-auth` based strategy working for the `rDrop2` tests, so I might be off-base above. But it gives you something to...

I have some really crude code related to this (solving the problem I tweeted about). It's not "fuzzy" but approaches from a different angle: looks for actual matches but one...

`devtools::as.package()` also processes every path through `path_real()`, so again, pretty painful on Windows + R < 4.2.

@jimhester We're seriously considering doing this in usethis. I remember you helping me lint some package for base R file handling functions. Probably usethis? But I can't turn up a...

The list of base functions linked above is missing `basename()` and `dirname()`.

This served me pretty well today: ``` r base_functions