You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RcppTskit/cran-comments.md
+24Lines changed: 24 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,3 +3,27 @@
3
3
0 errors | 0 warnings | 1 note
4
4
5
5
* This is a new release.
6
+
7
+
* I have tested on my local MacOS laptop using:
8
+
`devtools::check()` and
9
+
`devtools::check(remote = TRUE, manual = TRUE)`. Both pass.
10
+
11
+
* I have also used R CMD check GitHub action on MacOS, Windows, and
12
+
Ubunutu (olderelease, release, and devel, and ); all pass as you can
13
+
see at https://github.com/HighlanderLab/RcppTskit/actions/runs/21542139159.
14
+
15
+
*`urlchecker::url_check()` also passes.
16
+
17
+
* On https://win-builder.r-project.org/UmBp28nqBAkU/00check.log
18
+
I get this warning:
19
+
20
+
```
21
+
* checking whether package 'RcppTskit' can be installed ... WARNING
22
+
Found the following significant warnings:
23
+
../inst/include/tskit/tskit/core.h:171:21: warning: C++ designated initializers only available with '-std=c++20' or '-std=gnu++20' [-Wc++20-extensions]
24
+
```
25
+
26
+
Discussion with upstream devs of tskit indicates that this is due
27
+
to how the build tools have been built for this platform since
28
+
we could not replicate the warning on any of our platforms even when
29
+
tweaking the flags - see https://github.com/tskit-dev/tskit/issues/3375.
0 commit comments