Skip to content

Commit b78506b

Browse files
authored
Update README.md
Add missing text for note on numeric precision for Apple Mx architecture
1 parent c88dfc5 commit b78506b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,12 @@ Detailed instructions on how to install DataSHIELD are at https://wiki.datashiel
7070
mitigating disclosure risk in a multi-site federated analysis platform.” _Bioinformatics
7171
Advances_, *5*(1), 1-21. <https://doi.org/10.1093/bioadv/vbaf046>.
7272

73-
> **_Note:_** Apple Mx architecture users, please be aware that there are some numerical limitations on this platform, which leads to unexpected results when using base R packages, li>
74-
>
73+
> **_Note:_** Apple Mx architecture users, please be aware that there are some numerical limitations on this platform, which leads to unexpected results when using base R packages, like stats​.
74+
>
7575
> x <- c(0, 3, 7)
7676
>
7777
> 1 - cor(x, x)​
7878
>
7979
> The above should result in a value of zero.
8080
>
81-
> _Also See:_ For more details see https://cran.r-project.org/doc/FAQ/R-FAQ.html#Why-doesn_0027t-R-think-these-numbers-are-equal_003f and the bug report: https://bugs.r-project.org/sh>
81+
> _Also See:_ For more details see https://cran.r-project.org/doc/FAQ/R-FAQ.html#Why-doesn_0027t-R-think-these-numbers-are-equal_003f and the bug report: https://bugs.r-project.org/show_bug.cgi?id=18941

0 commit comments

Comments
 (0)