Question about tidyr

Hi, good morning/afternoon/nigth to all :slight_smile: ...i have a question, i'm begenning in R, and i have a trouble with instalation of "tidyr" package from zip arichive in my PC....the next picture show whats say the console, helpe please

I think the issue is that you don't have tidyselect installed and tidyr depends on having tidyselect.

install.packages("tidyr")

should install all the dependencies for tidyr, or you can manually find them and install them separately if there is some reason you're using a zip of tidyr.

1 Like

I do this and now its ok, thank you so much!

1 Like

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