Intenté seguir los pasos sobre cómo instalar R en macOS desde este página web de DataCamp , pero obtengo el siguiente error al ejecutar estas líneas:
# Homebrew PATH
echo "export LC_ALL=en_US.UTF-8" >> ~/.bash_profile
echo "export LANG=en_US.UTF-8" >> ~/.bash_profile
echo "export PATH=/usr/local/bin:$PATH" >> ~/.bash_profile && source ~/.bash_profile
Recibo este error:
-bash: /Users/crebuelta/.bash_profile: line 18: syntax error near unexpected token 'category="LC_ALL",'
-bash: /Users/crebuelta/.bash_profile: line 18: 'Sys.setlocale(category="LC_ALL", locale = "en_US.UTF-8")'
¿Cómo resuelvo esto?