Failed to uncompress vroom 1.6.4.9000

Hi, this is my sessionInfo()

sessionInfo()
R version 4.3.1 (2023-06-16 ucrt)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 10 x64 (build 19045)
Matrix products: default
locale:
[1] LC_COLLATE=Spanish_Mexico.utf8 LC_CTYPE=Spanish_Mexico.utf8 LC_MONETARY=Spanish_Mexico.utf8
[4] LC_NUMERIC=C LC_TIME=Spanish_Mexico.utf8
time zone: America/Mexico_City
tzcode source: internal
attached base packages:
[1] stats graphics grDevices utils datasets methods base
loaded via a namespace (and not attached):
[1] compiler_4.3.1 tools_4.3.1 rstudioapi_0.15.0 pak_0.6.0

And I can't install tidyverse, this is my error:

install.packages("pak")
pak::pkg_install("tidyverse")

...
:heavy_check_mark: Installed reprex 2.0.2 (1.3s)
Error:
! error in pak subprocess
Caused by error in verify_extracted_package(filename, pkg_cache):
! 'C:\Users.../bin/windows/contrib/4.3/vroom_1.6.4.zip' is not a valid binary, it does not contain 'vroom/Meta/package.rds' and 'vroom/DESCRIPTION'.
Type .Last.error to see the more details.

This is the .Last.error:

.Last.error
<callr_error/rlib_error_3_0/rlib_error/error>
Error:
! error in pak subprocess
Caused by error in verify_extracted_package(filename, pkg_cache):
! 'C:\Users\CRISTI~1.TU\AppData\Local\Temp\RtmpM5BzSR\file2278632c5afb/bin/windows/contrib/4.3/vroom_1.6.4.zip' is not a valid binary, it does not contain 'vroom/Meta/package.rds' and 'vroom/DESCRIPTION'.


Backtrace:

  1. pak::pkg_install("tidyverse")
  2. pak:::remote(function(...) get("pkg_install_do_plan", asNamespace("pak"))(...), …
  3. err$throw(res$error)

Subprocess backtrace:

  1. base::withCallingHandlers(cli_message = function(msg) { …
  2. get("pkg_install_do_plan", asNamespace("pak"))(...)
  3. proposal$install()
  4. pkgdepends::install_package_plan(plan, lib = private$library, num_workers = nw, …
  5. base::withCallingHandlers({ …
  6. pkgdepends:::handle_events(state, events)
  7. pkgdepends:::handle_event(state, i)
  8. proc$get_result()
  9. processx:::process_get_result(self, private)
  10. private$post_process()
  11. pkgdepends:::install_extracted_binary(filename, lib_cache, pkg_cache, lib, …
  12. pkgdepends:::verify_extracted_package(filename, pkg_cache)
  13. base::throw(new_input_error("{filename} is not a valid binary, it does not contain {miss*}.", …
  14. | base::signalCondition(cond)
  15. global (function (e) …

Any suggestion to install tidyverse?

Can you try

pak::pkg_install("vroom")

and include the full output here? Thanks!

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.