Skip to content

Commit 83cf89e

Browse files
committed
Addition of noLD note
1 parent d7d0f89 commit 83cf89e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,3 +69,13 @@ Detailed instructions on how to install DataSHIELD are at https://wiki.datashiel
6969
Strandberg-Larsen K, Swertz M, Welten M, Wheater S, Burton P (2024). “DataSHIELD:
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>.
72+
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+
>
75+
> x <- c(0, 3, 7)
76+
>
77+
> 1 - cor(x, x)​
78+
>
79+
> The above should result in a value of zero.
80+
>
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>

0 commit comments

Comments
 (0)