- Notifications
You must be signed in to change notification settings - Fork75
Closed
Description
Hi!
I have been using pak on the devel version as I am otherwise experiencing issues with packages that I some of the time want to download from github, and some of the time from CRAN (i.e. to get the latest version, but then go back to CRAN). Yesterday the latest pak devel version worked great, but today I get the error below. It seems to be related to the ppm adjustments made.
To solve this in the meantime, I wonder:
Is there a new stable version of pak planned for release to CRAN? At the moment the issues I am having with packages that are sometimes on CRAN and sometimes on github makes the current CRAN version problematic to use.
Is it possible to get yesterdays devel build somehow?
✔ Loading metadata database ... doneError: ! error in pak subprocessCaused by error in `r$version`:! $ operator is invalid for atomic vectors---Backtrace:1. pak::local_install(".", ask = F, upgrade = F)2. pak:::remote(function(...) get("local_install_make_plan", asNamespace("pak"))(...), …3. err$throw(res$error)---Subprocess backtrace: 1. base::withCallingHandlers(cli_message = function(msg) { … 2. get("local_install_make_plan", asNamespace("pak"))(...) 3. pak:::pkg_install_make_plan(pkg, lib, upgrade, ask, start, dependencies, … 4. prop$solve() 5. private$plan$solve(policy = private$policy) 6. pkgdepends:::pkgplan_solve(self, private, match.arg(policy)) 7. private$create_lp_problem(pkgs, policy) 8. pkgdepends:::pkgplan__create_lp_problem(self, private, pkgs, policy) 9. pkgdepends:::pkgplan_i_create_lp_problem(pkgs, private$config, policy)10. pkgdepends:::pkgplan_i_lp_latest_direct(lp)11. pkgdepends:::vlapply(lp$pkgs$remote, function(r) !is.null(r$version) && r$version != …12. base::vapply(X, FUN, FUN.VALUE = logical(1), ...)13. local FUN(X[[i]], ...)14. base::.handleSimpleError(function (e) …15. global h(simpleError(msg, call))Execution haltedMetadata
Metadata
Assignees
Labels
No labels