Problem loading dplyr: There is no package purrr

Hi I have just installed the package "dplyr" but I can not use because I get the error: "There is no package called purrr". Could anyone help me?Thanks
imagen

purrr is a package dependency for dplyr and the error message is asking you to install it first

install.packages("purrr")

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.