olivroy

Results 254 issues of olivroy

So that the error from ```r mtcars2 dplyr::as_tibble() |> dplyr::select(mtcars2) # currently Error in `select()`: ! Can't select columns with `mtcars2`. ✖ `mtcars2` must be numeric or character, not a...

so that ```r check_number_whole(x = 2, min = 1, max =1) #> must be a number equal to 1 ``` If used programatically, this edge case can occur

```r rlang:::check_number_whole(2, max = 3L) #> Error #> ! `max` must be a single double value. ``` But my use case was that `max = length(something)` which is integer, and...

Not sure why, but it works fine when only simple git conflicts happen. (when a git conflicts involves a renamed file)

fix #218 Move git_conflicts() and git_commit_descrendant_of() to `git_merge()`. Move `git_log()`, `git_stat_files()` to a new `git_history` topic Move `git_add()` and `git_rm()` to the top of man file. Add descriptions in new...

so it would be wasier to revert changes to a single file if a commit touched multiple files ``` git_reset_soft("HEAD~3", file, repo) ``` to allow to go back to state...

In https://github.com/r-lib/gert/blob/d0fc50f033dda9e8f9634d20fe47462cb188f40b/R/commit.R#L15, the sentence is incomplete

thought this would be useful since RStudio doesn't index the "API" file.

In dev help, in recent versions of R, there are two buttons that are created and useful. 1. **Run examples** Starting in R 4.2, there is a Run examples button...