Skip to content

Commit 3b43abb

Browse files
authored
use backticks rather than crossref in mixOmics docs (#766)
1 parent c756ed5 commit 3b43abb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

man/details_pls_mixOmics.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/rmd/pls_mixOmics.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ pls(num_comp = integer(1), predictor_prop = double(1)) %>%
5757
translate()
5858
```
5959

60-
In this case, [plsmod::pls_fit()] has the same role as above but eventually targets [mixOmics::plsda()] or [mixOmics::splsda()] .
60+
In this case, [plsmod::pls_fit()] has the same role as above but eventually targets `mixOmics::plsda()` or `mixOmics::splsda()`.
6161

6262
## Installing mixOmics
6363

man/rmd/pls_mixOmics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ pls(num_comp = integer(1), predictor_prop = double(1)) %>%
7777
## ncomp = integer(1))
7878
```
7979

80-
In this case, [plsmod::pls_fit()] has the same role as above but eventually targets [mixOmics::plsda()] or [mixOmics::splsda()] .
80+
In this case, [plsmod::pls_fit()] has the same role as above but eventually targets `mixOmics::plsda()` or `mixOmics::splsda()`.
8181

8282
## Installing mixOmics
8383

0 commit comments

Comments
 (0)