Skip to content

Commit d94c7eb

Browse files
Merge pull request #612 from StuartWheater/v6.3.4-dev
Addition of noLD note
2 parents 22a64fe + 7718af0 commit d94c7eb

4 files changed

Lines changed: 22 additions & 7 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,3 +73,12 @@ The code here is organised as:
7373
mitigating disclosure risk in a multi-site federated analysis platform.” _Bioinformatics
7474
Advances_, *5*(1), 1-21. <https://doi.org/10.1093/bioadv/vbaf046>.
7575

76+
> **_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​.
77+
>
78+
> x <- c(0, 3, 7)
79+
>
80+
> 1 - cor(x, x)​
81+
>
82+
> The above should result in a value of zero.
83+
>
84+
> _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/authors.html

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

docs/index.html

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

docs/pkgdown.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
pandoc: '3.4'
1+
pandoc: 3.1.3
22
pkgdown: 2.1.3
33
pkgdown_sha: ~
44
articles: {}
5-
last_built: 2025-09-17T09:27Z
5+
last_built: 2025-09-17T15:10Z

0 commit comments

Comments
 (0)