From its CRAN page, I gather that `{pak}` [supports](https://cran.r-project.org/web/packages/pak/index.html) `R >= 3.2`. But, while trying to R CMD check `{lintr}` for this R version, the workflow fails with the error (as can be seen [here](https://github.com/r-lib/lintr/actions/runs/3115097727/jobs/5051652231)): > Error: Error in loadNamespace(name) : there is no package called ‘pak’ So, is `{pak}` actually not available for `R 3.2`?