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? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
> pkg_install("splines") Error: ! ! error in pak subprocess Caused by error in `pkgplan_solve(self, private, match.arg(policy))`: ! Error in dependency solver, cannot solve installation. ℹ Solver status: -1. ℹ This is an internal error in pkgdepends, please report an issue at <https://github.com/r-lib/pkgdepends/issues>. Hide Traceback ▆ 1. └─pak::pkg_install("splines") 2. └─pak:::remote(...) 3. └─err$throw(res$error)
The text was updated successfully, but these errors were encountered:
I had {tidymodels} loaded first, not sure if this would effect it: ✖ tidymodels::pkg_deps() masks pak::pkg_deps()
✖ tidymodels::pkg_deps() masks pak::pkg_deps()
Sorry, something went wrong.
No, I restarted R without loading {tidymodels} and I got the same error.
This should not be an error, but splines is a base package, it comes with R, you cannot install it separately.
No branches or pull requests
The text was updated successfully, but these errors were encountered: