Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hello,
When using R script visual in PBI, i got an error message (this message does appear when using R studio also):
Error in install.packages : 'lib' element ‘C:/Program Files/Microsoft/R Open/R-3.5.1/library’ is not a writable directory
Suggested by posts about the issue, i edited .Renviron file adding this path:
R_LIBS_USER=C:\Program Files\Microsoft\R Open\R-3.5.1\
i tried also with
R_LIBS=C:\Program Files\Microsoft\R Open\R-3.5.1\
However, it still doesnt solve my issue.
Could you please advise? What is missing here?
Solved! Go to Solution.
Hi @Boja,
From the error prompt, your current account doesn't have write permission this folder. Either you need to change the permissions for that folder, or change the R library location. If you want to install to the system library, you may run R or Rgui as administrator.
Reference:
"not writable" error when installing new packages on 3.2.0
Best regards,
Yuliana Gu
Hi @Boja,
From the error prompt, your current account doesn't have write permission this folder. Either you need to change the permissions for that folder, or change the R library location. If you want to install to the system library, you may run R or Rgui as administrator.
Reference:
"not writable" error when installing new packages on 3.2.0
Best regards,
Yuliana Gu
Thanks, Yuliana!
It helped 🙂
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.