saving . . . saved Installing Magrittr in R Studio has been deleted. Installing Magrittr in R Studio has been hidden .
Installing Magrittr in R Studio
Title
Question
I am using Windowas 10 64-bit with a good intternet connection. When I am installing "Magrittr" in R studio, its showing not availablefor this version of R. please help.

R Installing-R-and-RStudio-on-Windows 12-13 min 0-10 sec 27-11-20, 4:23 p.m. aniruddha19011@recmainpuri.in

Answers:

Make sure that "Rtools" is installed on your system. If not, then refer to this link - https://cran.r-project.org/bin/windows/Rtools/

Kindly restart RStudio and try again with the following command -
install.packages("magrittr",dependencies=T)

If the above command doesn't work, then first install "devtools" package by executing the following command -
install.packages("devtools",dependencies=T)

And finally, execute the following command to install "magrittr" package -
devtools::install_github("tidyverse/magrittr",dependencies=T)
27-11-20, 6:23 p.m. chrl3hr5@gmail.com
Thanks. It was helpful.
27-11-20, 10:26 p.m. aniruddha19011@recmainpuri.in

Login to add comment


Log-in to answer to this question.