You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: site/guidelines-authors.qmd
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ This document provides a comprehensive documentation to accompany the authors du
35
35
-**Writing Your Contribution**:
36
36
- Main content goes in `template-computo-LANG.qmd`.
37
37
- Metadata (title, authors, abstract, etc.) is set in `_quarto.yml`.
38
-
- Edit using any text editor or IDE (VS Code/RStudio recommended).
38
+
- Edit using any text editor or IDE (VS Code/RStudio/Positron recommended).
39
39
40
40
-**Dependencies**:
41
41
- Freeze package versions for reproducibility.
@@ -153,7 +153,7 @@ quarto add computorg/computo-quarto-extension
153
153
If you are collaborating with others when writing your contributions, **each collaborator** needs to perform these same three steps (clone the repository, install Quarto and install the Computo Quarto extension).
Quarto relies on a specific engine to compile your document. By default, that engine detects code blocks, executes them and paste the result below the code block in the rendered document.
158
158
159
159
It is possible to use multiple languages within the same document (e.g. R and Python or Python and Julia, etc.) provided that you use the **knitr** engine. Indeed, [**knitr**](https://yihui.org/knitr/) is an R package that is able to parse code blocks from many languages. This can be achieved by specifying `engine: knitr` in your document metadata. The default engine binding that Quarto uses is detailed here: <https://quarto.org/docs/computations/execution-options.html#engine-binding>.
@@ -174,7 +174,7 @@ There are mainly two files you are expected to modify in your repository for wri
174
174
175
175
::: {.callout-tip}
176
176
## Editing your project
177
-
You can edit your project using any text editor, but we recommend using an IDE such as [vsCode](https://code.visualstudio.com/) or [RStudio](https://posit.co/download/rstudio-desktop/). These IDEs provide syntax highlighting, code completion, and other features that make editing Quarto files easier.
177
+
You can edit your project using any text editor, but we recommend using an IDE such as [VS Code](https://code.visualstudio.com/), [RStudio](https://posit.co/download/rstudio-desktop/) or, even better, [Positron](https://positron.posit.co/download.html). These IDEs provide syntax highlighting, code completion, and other features that make editing Quarto files easier.
0 commit comments