Skip to content

Commit 368f8af

Browse files
committed
Doc updates
1 parent 7bfd4d7 commit 368f8af

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
- The speed of predictions from DGP emulators with squared exponential kernels is significantly improved and is roughly 3x faster than the implementations in version `2.1.5`.
1818
- The implementation of sequential designs (with two vignettes) of (D)GP emulators using different criterion is made available.
1919
- Thanks to @tjmckinley, an internal reordering issue in `plot()` is fixed.
20-
- `init_py()` now allow users to reinstall and uninstall the underlying Python environment.
20+
- `init_py()` now allows users to reinstall and uninstall the underlying Python environment.
2121
- A bug that occurs when a linked DGP emulator involves a DGP emulator with external inputs is fixed.
2222
- `Intel SVML` will now be installed with the Python environment automatically for Intel users for faster implementations.
2323

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ to install and activate the required Python environment. That's it, the package
5959
>
6060
> If you experience issues while running `init_py()`, please try to reinstall the Python environment:
6161
>
62-
> ```{r}
62+
> ```r
6363
> dgpsi::init_py(reinstall = T)
6464
> ```
6565
>

0 commit comments

Comments
 (0)