Dave Lovell
Dave Lovell
I'm raising this issue off the back of this [Stack Overflow question](https://stackoverflow.com/questions/76464491/r-library-git2r-overwrites-function-from-base), and I've included the reproducible example used in that question. See the offending line of code [here](https://github.com/ropensci/git2r/blob/master/R/merge.R#L106) `merge()`...
`bulk_postcode_lookup()` used to only work accept this syntax: ```r bulk_postcode_lookup(list(postcodes = c("PR30SG", "M456GN", "EX165BL")) ``` But now it also supports this syntax: ```r ## Postcodes can be provided as individual...
`bulk_postcode_lookup()` requires `postcodes` to be a length-one list that contains only a character vector, as exemplified in the function's help page: ```r pc_list
The help file for `bulk_postcodes_lookup()` says that spaces are ignored. Spaces are ignored for `postcode_lookup()`, but not for `bulk_postcode_lookup()`. ``` r library(PostcodesioR) postcode_lookup("S7 1FL") #> postcode quality eastings northings country...
I've just been watching lecture 2, and when R example 2.1 comes up (35:00), you explain that > For those of you who don't use R, sapply is just a...
**Describe the bug** Shadrix Silverquil reads: '... you may choose two. Each mode must target a different player.' But the AI chooses two and targets itself with both modes. **To...