Skip to content

Commit

Permalink
fix R installation for fedora
Browse files Browse the repository at this point in the history
  • Loading branch information
fearless-spider committed Nov 18, 2024
1 parent 7f3430a commit fdca168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devenv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ if [ "$platform" = "linux" ]; then
fi

if [[ "$p_language" = *"r-lang"* || "$p_language" = "all" ]]; then
sudo yum install R-rlang
sudo yum install R
fi

if [[ "$p_language" = *"javascript"* || "$p_language" = "all" ]]; then
Expand Down

0 comments on commit fdca168

Please sign in to comment.