Skip to content

Commit f9770f5

Browse files
committed
foreach quoting
1 parent ab5d73e commit f9770f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ sv_dependence(sv_nn, "clarity")
206206

207207
## Parallel computing
208208

209-
Parallel computing is supported via `foreach`, at the price of losing the progress bar. Note that this does not work with Keras models (and some others).
209+
Parallel computing is supported via {foreach}, at the price of losing the progress bar. Note that this does not work with Keras models (and some others).
210210

211211
### Example: Linear regression continued
212212

@@ -226,7 +226,7 @@ system.time(
226226

227227
### Example: Parallel GAM
228228

229-
On Windows, sometimes not all packages or global objects are passed to the parallel sessions. In this case, the necessary instructions to `foreach` can be specified through a named list via `parallel_args`, see the following example:
229+
On Windows, sometimes not all packages or global objects are passed to the parallel sessions. In this case, the necessary instructions to {foreach} can be specified through a named list via `parallel_args`, see the following example:
230230

231231
```r
232232
library(mgcv)

0 commit comments

Comments
 (0)