Skip to content

Commit

Permalink
Update positron.rb - remove caveats
Browse files Browse the repository at this point in the history
  • Loading branch information
e-kotov committed Jun 28, 2024
1 parent 3797ef3 commit 873efd4
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions Casks/p/positron.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,24 +17,4 @@
"~/Library/Preferences/com.rstudio.positron.plist",
"~/Library/Saved Application State/com.rstudio.positron.savedState",
]

caveats <<~EOS
#{token} depends on R or Python. The R Project provides official binaries:
brew install --cask r
Alternatively, the Homebrew-compiled version of R omits the GUI app:
brew install r
Python can be installed via the official website or via Homebrew:
brew install python
Or with Anaconda/Miniconda:
brew install --cask anaconda
brew install --cask miniconda
EOS
end

0 comments on commit 873efd4

Please sign in to comment.