Ian Lyttle

Results 159 comments of Ian Lyttle

Super, thanks, @gaborcsardi! Before posting, I looked in issues for this, but did not think to check PRs. Thanks for the heads-up, @IndrajeetPatil!

Hi @gaborcsardi - thanks! Given that it's working at CRAN and that V8 is a known issue here, the path is clear for me to resume submission.

FWIW, for the "Building Tidy Tools" course, we ended up doing: ```r usethis::use_import_from("rlang", c(".data", ".env")) usethis::use_import_from("rlang", ":=") # later on ```

Unless I am misunderstanding your question, once you have created a remote, `use_github()`'s job is done. At this point, you should be able to use the git commit/pull/push capability in...

[`use_github()`](https://usethis.r-lib.org/reference/use_github.html) does push files, but it does so after trying to create the repo at GitHub. Its primary purpose is to help you create the repo at GitHub, pushing files...

Not in usethis, but [gert](https://docs.ropensci.org/gert/reference/index.html) has`git_commit()`, `git_pull()`, and `git_push()`. The gert package gets installed as a dependency of usethis.

My use case, which may not be typical, revolves around a package-development workshop followed by an unconf. All being well, everyone's computer is ready-to-go with R, git, the devtools packages,...

I am relieved to hear that @cwickham has been down this path, thanks! Given that things may be under development and discussion, I am happy to hold off on making...

I was just about to make a PR with the current advice in function-documentation for the `path` and `destdir` arguments. If it can be useful for this round, great (but...