Skip to content

Commit bd85ae9

Browse files
authored
Merge pull request #61 from computorg/guidelines-authors
Some minor changes
2 parents ac2858e + 832da98 commit bd85ae9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

site/guidelines-authors.qmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ This document provides a comprehensive documentation to accompany the authors du
3535
- **Writing Your Contribution**:
3636
- Main content goes in `template-computo-LANG.qmd`.
3737
- 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).
3939

4040
- **Dependencies**:
4141
- Freeze package versions for reproducibility.
@@ -153,7 +153,7 @@ quarto add computorg/computo-quarto-extension
153153
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).
154154
:::
155155

156-
::: {.callout-tip title="Multiple languages"}
156+
::: {.callout-tip title="Multiple programming languages"}
157157
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.
158158

159159
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
174174

175175
::: {.callout-tip}
176176
## 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.
178178
:::
179179

180180
#### Metadata of your contribution

0 commit comments

Comments
 (0)