joachim-gassen / tidycovid19

{tidycovid19}: An R Package to Download, Tidy and Visualize Covid-19 Related Data
https://joachim-gassen.github.io/tidycovid19/
Other
146 stars 44 forks source link

Error: Failed to install 'tidycovid19' from GitHub #37

Closed FernandoZeladaM closed 3 years ago

FernandoZeladaM commented 3 years ago

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.

joachim-gassen commented 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?

joachim-gassen commented 3 years ago

Closing because of inactivity