Skip to content

Commit

Permalink
Fix R permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
BerriJ committed Oct 9, 2024
1 parent 71feb93 commit a77185d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install_scripts/install_r.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ installGithub.r \
# Miniconda for Refinitiv and resp. python dependenies
# R -e "Refinitiv::install_eikon()"

chown --recursive $USERNAME:$USERNAME /usr/local/lib/R/site-library
chown --recursive $USERNAME:$USERNAME /home/$USERNAME/R/library

apt-get autoclean -y
apt-get clean
Expand Down

0 comments on commit a77185d

Please sign in to comment.