Derek Chiu
Derek Chiu
I do think removing the usage of `~` would make it more consistent as `case_when()` syntax is quite unique
Is it possible to also expose `.name_repair` in the `*_dfc` family of functions in purrr, so that it would simplify the following for suppressing the new names message: ``` r...
Any updates on this issue?
I'm trying to write a short reprex of a PR workflow: ```r library(usethis) # 1. create branch and push to remote pr_init(branch = "tmp") ✔ Pulling changes from 'origin/master'. ✔...
How can the branch be deleted manually? It doesn't seem to work for local remote-tracking branches: ```r library(gert) git_branch_exists("tmp", local = TRUE) #>[1] TRUE git_branch_delete("tmp") git_branch_exists("origin/tmp", local = FALSE) #>...
thanks @jennybc it's a really low impact item that I was wondering if `usethis` had a mechanism to tidy up the tracking branches left behind like below without going to...
This pseudo reprex using gert does accomplish the workflow I'm trying to illustrate. Adding `gert::git_fetch(prune = TRUE)` at some point to `pr_finish()` would suffice although we find out afterwards what...
Any updates on this? I am also wondering if there could be an argument to `facet_edges()` where we can control whether all nodes are repeated in each panel or only...
Any updates regarding this issue?
After much tedious trial and error, I think I may have a solution for those still running into this error. Two steps are necessary: 1. Compiling the dependency libraries with...