This is a completely different error, now your problem is that you have to update dplyr before installing EGA
install.packages("dplyr")
Also, you are using a fairly old version of R, if you update to the latest version (3.5.2) you'll have access to precompiled binaries which will make the installation process for several packages faster and simpler.