Skip to content

Commit 354ccb8

Browse files
authored
Merge branch 'main' into pre-commit-ci-update-config
2 parents c6848ff + 4e7c735 commit 354ccb8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/tutorials/contribution_workflow.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212

1313
![alt text](../assets/rdev19.png)
1414

15-
```R
15+
```Rconsole
1616
> askYesNo("Is this a good example?")
1717
Is this a good example? (Yes/no/cancel) Yes
1818
[1] TRUE
19-
```
19+
```
2020
2121
#### 2. Editing Source Code
2222
@@ -74,8 +74,8 @@ make
7474
- Check the edit has worked as expected by re-running the example code: ![alt
7575
text](../assets/rdev23.png)
7676

77-
```R
77+
```Rconsole
7878
> askYesNo("Is this a good example?")
7979
Is this a good example? (Oh yeah!/don't think so/cancel) Oh yeah!
8080
[1] TRUE
81-
```
81+
```

0 commit comments

Comments
 (0)