Browse Source

switch to r-app cask for R

Kyle P Davis 7 years ago
parent
commit
933d355df6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      gimmes/r

+ 1 - 1
gimmes/r

@@ -3,7 +3,7 @@ set -o errexit -o pipefail
 
 if ! has r; then
 	if [[ "$OS" = "Darwin" ]]; then
-		gimme_pkg r
+		gimme_pkg r-app
 	else
 		sudo apt-get install r-base
 	fi