pak icon indicating copy to clipboard operation
pak copied to clipboard

`{pak}` not available for `R 3.2`?

Open IndrajeetPatil opened this issue 3 years ago • 2 comments

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?

IndrajeetPatil avatar Sep 24 '22 15:09 IndrajeetPatil

No, sorry, it need R 3.4 now.

gaborcsardi avatar Sep 24 '22 16:09 gaborcsardi

Ah, okay, good to know.

I don't know if you want to keep this open as a reminder to change the version in DESCRIPTION or close it. Fine either way.

IndrajeetPatil avatar Sep 24 '22 16:09 IndrajeetPatil

This has been updated I believe.

gaborcsardi avatar Nov 01 '23 13:11 gaborcsardi