Closed FernandoZeladaM closed 3 years ago
Hi there: It is generally a good idea to install packages on a fresh R session without any additional packages being attached. So, what happens when you restart R (Session/Restart R in RStudio) before trying to install the package?
Closing because of inactivity
Hi!
I used the following script in R Studio:
install.packages("remotes") remotes::install_github("joachim-gassen/tidycovid19")
Then, once I enter the option 1 (All) in order to update all the available packages, the following message appears:
Error: Failed to install 'tidycovid19' from GitHub: (convertido del aviso) packages ‘jsonlite’, ‘tibble’ are in use and will not be installed Además: Warning messages: 1: In untar2(tarfile, files, list, exdir) : skipping pax global extended headers 2: In untar2(tarfile, files, list, exdir) : skipping pax global extended headers
Please, could you help me? I would like to use the library "tidycovid19".
Thanks in advance.