Skip to content
New issue

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

Whenever I do library(readr) my R aborts, and the old version of readr cannot be installed #1493

Closed
parkjooyoung99 opened this issue May 6, 2023 · 1 comment

Comments

@parkjooyoung99
Copy link

parkjooyoung99 commented May 6, 2023

Please briefly describe your problem and what output you expect. If you have a question, please don't use this form. Instead, ask on https://stackoverflow.com/ or https://community.rstudio.com/.

Please include a minimal reproducible example (AKA a reprex). If you've never heard of a reprex before, start by reading https://www.tidyverse.org/help/#reprex.

Brief description of the problem

  1. whenever I load readr in R environment, my R session aborts. This keeps me from installing other packages that requires readr.
  2. I tried to downgrade readr by installing old version, but it could not be installed due to the error that I could not figure out.
Since 1 issue results in session abort and reprex() met error with 2 issue, I am adding link with html file and rmd file where my errors are described. 

rmd file: https://drive.google.com/file/d/1gg7ZLPCWxLOAZ_nFg_qqm-Hs02OtGgaz/view?usp=share_link
html file: https://drive.google.com/file/d/1N7LKiXKWT02iVWAcQdO3IGptiJPyEZ7S/view?usp=share_link
@hadley
Copy link
Member

hadley commented Jul 31, 2023

I'd suggest:

  1. Closing all open instances of R/RStudio on your computer
  2. Installing the pak package install.packges("pak")
  3. Using pak to install readr with pak::pak("readr")

That is more likely to reveal what the problem is.

@hadley hadley closed this as completed Jul 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants