MikeJohnPage

Results 11 issues of MikeJohnPage

Works fine on Ubuntu 18.04 LTS (so far!). Thanks :)

I _think_ you mistakenly put `inputSelect` instead of `selectInput`, so I've changed it to match the code block above (which uses `selectInput`).

Pluralise "expression"

On several occasions now I have tried to add a minimum package version using a `double` like so: ```r usethis::use_package("my_package", min_version = 1.1.0) ``` Each time I get an error,...

If I have not misunderstood, the overwriting of `my_fun_opts()` with a function of the same name is a mistake. I believe the code is meant to imply that if you...

https://www.ons.gov.uk/census/censustransformationprogramme/questiondevelopment/housingcommunalestablishmentsandvisitors/estimatingthenumberofroomsincensus2021anupdateonderivinganoccupancyratingfromvaluationofficeagencynumberofrooms

enhancement

`mutate_at` etc. are now depreciated. Update to use the new `rowwise`/`colwise` alternatives.

enhancement