James McMahon
James McMahon
`file_test()` is in the `fs` column but is a base function (from `utils`), there isn't an `fs` equivalent, as far as I know... I think the mistake was because it...
master was renamed to main, so this link was redirecting.
We were discussing `label_wrap` in a recent training session and it was mentioned that it would be useful to 'wrap at' a specific character, rather than just at a specific...
The docs were confusingly referencing the superseded `date_format` `time_format` and `date_short` functions.
This resolves #11 As far as we can tell `file_size()` is now redundant. This PR deprecates the function and removes it from the package documentation, if no one objects we...
I also followed the advice to remove the deprecated tag `@docType package` and instead document the special object `"_PAKCAGE"`. I used `usethis::use_package_doc()` for this and then moved the `@importFrom`s. The...
The main change here is to include a plug for the phstemplates package in the default readme!
The README.md included in the Shiny template uses `# WRITE APP NAME HERE` for the title but could / should use the app name. This would involve editing the text...
I was looking at this article for something else: https://r-pkgs.org/description.html#sec-description-authors-at-r and noticed there is a 'funder' role. It's my understanding that NHS-R provided funding for the initial development of this...