Postingan

Menampilkan postingan dari April, 2022

Solve Your Install Packages Problem Error in R Studio

Gambar
Are you a newbie to a programming language? Well, I am, and my goal here is to use it as a tool for my data science projects. While I am starting my journey in a programming language with R and Python, I face several newbie problems that I need to solve for me to be able to learn correctly.  One of my very first problems is the "install packages error" in R Studio. My first attempt using > install.packages ("...") command is to install the "ggplot2" package, and it is, in fact, running smoothly. However, the next day, when I try to install the "openxlsx" package, I keep getting on the same pop-out messages: Warning in install.packages:'lib="C:/Users/myaccount/OneDrive/Document/R/win-library/4.1" 'is not writeable. No matter which procedure I used to install it, whether through command in Console, install packages in Tools tab, or install in Packages tab. It's all the same.  Sometimes, when I force R studio to choose an al