We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
{pak}
R 3.2
From its CRAN page, I gather that {pak} supports R >= 3.2.
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):
{lintr}
Error: Error in loadNamespace(name) : there is no package called ‘pak’
So, is {pak} actually not available for R 3.2?
The text was updated successfully, but these errors were encountered:
No, sorry, it need R 3.4 now.
Sorry, something went wrong.
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.
DESCRIPTION
This has been updated I believe.
Successfully merging a pull request may close this issue.
From its CRAN page, I gather that
{pak}
supportsR >= 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):So, is
{pak}
actually not available forR 3.2
?The text was updated successfully, but these errors were encountered: