Ark

by Posit Software, PBC

Ark, an R kernel

v0.1.251 MIT zip x64

Install with winget

Open PowerShell or Command Prompt and run:

winget install Posit.Ark

Copied to clipboard!

1Open PowerShell or Command Prompt
2Paste and run the command above
3Follow any on-screen prompts to complete installation

About Ark

Ark is an R kernel for Jupyter applications. It was created to serve as the interface between R and the Positron IDE and is compatible with all frontends implementing the Jupyter protocol. Ark aims to provide a complete set of reusable and interoperable tools for implementing IDEs for R: - It is a Jupyter kernel that provides structured interaction (inputs and outputs) between R and a frontend. - It is an LSP server that powers intellisense features such as completions, jump-to-definition, find-references, diagnostics, etc. It also has some formatting capabilities that we plan to develop over time. - It is a DAP server for sophisticated step-debugging of R functions. It manages source references, creating them on the spot if needed, and integrates tightly with the Jupyter kernel to step through R code transparently and inspect local variables. Note: Support for breakpoints is currently missing but you can use debug(), debugonce(), or browser() to drop into the debugger. The LSP and DAP features are currently only available in Positron but will be made available to other frontends in the future.

jupyterr

Advanced Install Options

Install (latest)winget install Posit.Ark
Install (pinned version)winget install --id Posit.Ark -e --version 0.1.251
Upgradewinget upgrade Posit.Ark
Uninstallwinget uninstall Posit.Ark

Frequently Asked Questions

How do I install Ark using winget?
Open PowerShell or Windows Terminal and run: winget install Posit.Ark. Winget comes pre-installed on Windows 10 (1809+) and Windows 11.
What is Ark?
Ark, an R kernel
Is Ark free to use?
Ark is distributed under the MIT license. Check the publisher’s site for full licensing details.
How do I update Ark with winget?
Run winget upgrade Posit.Ark in PowerShell or Windows Terminal to upgrade to the latest available version.
How do I uninstall Ark?
Run winget uninstall Posit.Ark to remove Ark from your system.