Skip to content

Commit a137fd2

Browse files
committed
Notice regarding the Open VSX registry
1 parent cbfc93c commit a137fd2

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,25 @@
44

55
# Formalist — Positron Extension
66

7-
This is an extension to help add explicit R function calls instead of implicit ones using the [`{pedant}`](https://github.com/wurli/pedant) R package. In other words, it checks the currently attached packages, i.e., the ones already loaded using `library()`, and transforms R function calls like `select(mtcars, mpg, cyl)` to `dplyr::select(mtcars, mpg, cyl)`.
8-
97
> ⚠ The extension is designed to work ONLY in
108
> [Positron](https://github.com/posit-dev/positron) IDE starting from version 2025.01.0, as it heavily depends
119
> on the Positron API.
10+
>
11+
> ⏰ It will be published on the Open VSX Registry soon.
12+
13+
This is an extension to help add explicit R function calls instead of implicit ones using the [`{pedant}`](https://github.com/wurli/pedant) R package. In other words, it checks the currently attached packages, i.e., the ones already loaded using `library()`, and transforms R function calls like `select(mtcars, mpg, cyl)` to `dplyr::select(mtcars, mpg, cyl)`.
1214

1315
![](https://github.com/atsyplenkov/formalist/raw/master/assets/formalist_demo.gif)
1416

1517
# Installation
1618

17-
The extension is published on the [Open VSX Registry](https://open-vsx.org/extension/atsyplenkov/formalist): just click `Install` there or manually install it with:
19+
~~The extension is published on the [Open VSX Registry](https://open-vsx.org/extension/atsyplenkov/formalist): just click `Install` there or manually install it with:~~
1820

19-
1) Start the [Positron](https://github.com/posit-dev/positron).
21+
~~1) Start the [Positron](https://github.com/posit-dev/positron).~~
2022

21-
2) Inside Positron, go to the extensions view either by executing the `View: Show Extensions` command (click View -> Command Palette...) or by clicking on the extension icon on the left side of the Positron window.
23+
~~2) Inside Positron, go to the extensions view either by executing the `View: Show Extensions` command (click View -> Command Palette...) or by clicking on the extension icon on the left side of the Positron window.~~
2224

23-
3) In the extensions view, simply search for the term `formalist` in the marketplace search box, then select the extension named `Formalist` and click the install button.
25+
~~3) In the extensions view, simply search for the term `formalist` in the marketplace search box, then select the extension named `Formalist` and click the install button.~~
2426

2527
Alternatively, you can install the latest version from the [Releases](https://github.com/atsyplenkov/formalist/releases/) page. Download the latest `.vsix` file and install it as described [here](https://code.visualstudio.com/docs/editor/extension-marketplace#_install-from-a-vsix).
2628

0 commit comments

Comments
 (0)