Please use English here, by using French you are excluding most people from the conversation.
That error message is telling you that you don't have the purrr package installed, so if you want to use it, you have to install it first
install.packages("purrr")