From its CRAN page, I gather that {pak} supports 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):
Error: Error in loadNamespace(name) : there is no package called ‘pak’
So, is {pak} actually not available for R 3.2?