|
1 | 1 | <!-- badges: start --> |
2 | | -[](https://formalist.anatolii.nz/) [](https://open-vsx.org/extension/atsyplenkov/formalist) [](https://github.com/atsyplenkov/formalist/actions/workflows/publish-extensions.yml)  [](https://www.repostatus.org/#wip) |
| 2 | +[](https://open-vsx.org/extension/atsyplenkov/formalist) [](https://github.com/atsyplenkov/formalist/actions/workflows/publish-extensions.yml)  [](https://www.repostatus.org/#wip) |
3 | 3 | <!-- badges: end --> |
4 | 4 |
|
5 | 5 | # Formalist — Positron Extension |
6 | 6 |
|
7 | 7 | > ⚠ The extension is designed to work ONLY in |
8 | 8 | > [Positron](https://github.com/posit-dev/positron) IDE starting from version 2025.01.0, as it heavily depends |
9 | 9 | > on the Positron API. |
10 | | -> |
11 | | -> ⏰ It will be published on the Open VSX Registry soon. |
12 | 10 |
|
13 | 11 | 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)`. |
14 | 12 |
|
15 | 13 |  |
16 | 14 |
|
17 | 15 | # Installation |
18 | 16 |
|
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:~~ |
| 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: |
20 | 18 |
|
21 | | -~~1) Start the [Positron](https://github.com/posit-dev/positron).~~ |
| 19 | +1) Start the [Positron](https://github.com/posit-dev/positron). |
22 | 20 |
|
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.~~ |
| 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. |
24 | 22 |
|
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.~~ |
| 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. |
26 | 24 |
|
27 | 25 | 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). |
28 | 26 |
|
|
0 commit comments