Skip to content

Commit

Permalink
add Positron public preview
Browse files Browse the repository at this point in the history
add Positron public preview
  • Loading branch information
e-kotov committed Jun 27, 2024
1 parent 63bd240 commit 0702315
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions Casks/p/[email protected]
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
cask "positron@preview" do
version "2024.06.1-27"
sha256 "74ae5bbcb6818dc3c6bbd41ce7a6e32ebef8aa67daa42eafbb4e059ab5d68caa"

url "https://github.com/posit-dev/positron/releases/download/#{version}/Positron-#{version}.dmg"

Check failure on line 5 in Casks/p/[email protected]

View workflow job for this annotation

GitHub Actions / test positron@preview (macos-13, intel)

2024.06.1-27 is a GitHub pre-release.

Check failure on line 5 in Casks/p/[email protected]

View workflow job for this annotation

GitHub Actions / test positron@preview (macos-14, arm)

2024.06.1-27 is a GitHub pre-release.
name "Positron"
desc "VScode-based data science IDE"
homepage "https://github.com/posit-dev/positron"

depends_on macos: ">= :catalina"

app "Positron.app"

zap trash: [
"~/.positron",
"~/Library/Application Support/Positron",
"~/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 0702315

Please sign in to comment.