James McMahon

Results 25 issues of James McMahon

The National Records for Scotland publish counts of baby names by gender, including every year from 1974. [Babies First Names'](https://www.nrscotland.gov.uk/statistics-and-data/statistics/statistics-by-theme/vital-events/names/babies-first-names/babies-first-names-summary-records-comma-separated-value-csv-format), this is available as a generically named single csv: [babies-first-names-all-names-all-years.csv](https://www.nrscotland.gov.uk/files//statistics/babies-names/19/babies-first-names-all-names-all-years.csv)....

Is it possible (and if not could it be implemented) to inversely select colums? If I have a file with columns v1:v5 I could use `columns = c("v1", "v2", "v3")`...

feature request

I often find myself using `path()` along with `stringr::str_glue()` (or `glue::glue()`) to create paths from variables whilst ensuring they are clean and easy to work with. This ends up with...

feature

If you make changes to an open document in RStudio, don't save them and then run `styler::style_dir` or `styler::style_file`, if it makes any changes it will do this on the...

Type: Enhancement
Priority: Low
Complexity: Medium
Status: Unassigned

Occasionally, I'll compare two largeish tibbles where the only difference will be the sort order (although I don't know that for certain going in, hence the use of `waldo`). I...

Just some simple changes to the spelling and grammar to make it more readable. I've tried not to change the content too much though!

PR: unreviewed

### Environment Docker ### Version 0.10.1 ### Describe the problem When adding Overseer, the link provided to get the API key is wrong - it links to `:5055/settings/general` (this is...

🐛 Bug

**Describe the bug** The style workflow does not commit any styled changes made to R scripts in the `tests/` folder (even though styler is run against these with `styler::style_pkg()`). This...

bug

**Describe the bug** Document workflow can modify the DESCRIPTION file (by updating the Roxygen version note) but it won't commit the change. This leads to a build error when there...

bug

When I enable parallel testing in the package description, it seems to work, i.e. the tests succeed/fail as expected and the overall test run takes less time than without parallel...

bug
parallel ⇶