Skip to content

Commit 67ba65a

Browse files
Merge pull request #427 from StuartWheater/v6.3.4-dev
Addition of noLD note
2 parents d7d0f89 + 0994f7c commit 67ba65a

File tree

3 files changed

+18
-1
lines changed

3 files changed

+18
-1
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, like stats​.
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/show_bug.cgi?id=18941

docs/index.html

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

docs/pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ pandoc: 3.1.3
22
pkgdown: 2.1.3
33
pkgdown_sha: ~
44
articles: {}
5-
last_built: 2025-08-28T18:48Z
5+
last_built: 2025-09-17T15:04Z

0 commit comments

Comments
 (0)