|
1 | | -## Dev environment |
2 | | -* osx (ARM), R 4.2.1 |
3 | | - |
4 | | -## Test environments |
5 | | -* osx (x64, github-action), R-release |
6 | | -* ubuntu 18.04 (github-action), R-release, R-devel |
7 | | -* win-builder (https://win-builder.r-project.org/), R-release, R-devel |
8 | | -* Solaris (rhub) |
9 | | - |
10 | 1 | ## R CMD check results |
11 | 2 |
|
12 | | -On `oldrelease`, `release` and `devel` |
13 | 3 | 0 errors | 0 warnings | 0 notes |
14 | | - |
15 | | -## Additional tests |
16 | | - |
17 | | -* `clang-UBSAN`: using `valgrind` to test all examples and tests (single threaded). The result showed insignificance. |
18 | | - |
19 | | -``` |
20 | | -==40499== |
21 | | -==40499== HEAP SUMMARY: |
22 | | -==40499== in use at exit: 178,803,840 bytes in 20,419 blocks |
23 | | -==40499== total heap usage: 1,294,546 allocs, 1,274,127 frees, 1,198,582,624 bytes allocated |
24 | | -==40499== |
25 | | -==40499== LEAK SUMMARY: |
26 | | -==40499== definitely lost: 0 bytes in 0 blocks |
27 | | -==40499== indirectly lost: 0 bytes in 0 blocks |
28 | | -==40499== possibly lost: 0 bytes in 0 blocks |
29 | | -==40499== still reachable: 178,803,840 bytes in 20,419 blocks |
30 | | -==40499== of which reachable via heuristic: |
31 | | -==40499== newarray : 4,264 bytes in 1 blocks |
32 | | -==40499== suppressed: 0 bytes in 0 blocks |
33 | | -==40499== Reachable blocks (those to which a pointer was found) are not shown. |
34 | | -==40499== To see them, rerun with: --leak-check=full --show-leak-kinds=all |
35 | | -==40499== |
36 | | -==40499== For lists of detected and suppressed errors, rerun with: -s |
37 | | -==40499== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) |
38 | | -``` |
39 | | - |
40 | | - |
0 commit comments