11## Test environments
22
3- * local M1 OS X 14.1 .1, R 4.3.2
4- * local M1 OS X 14.1 .1, R-devel
3+ * local M1 OS X 15.0 .1, R 4.4.1
4+ * local M1 OS X 15.0 .1, R-devel
55* Github Actions "windows-latest (release)"
66* Github Actions "macOS-latest (release)"
77* Github Actions "ubuntu-latest (release)"
88* Github Actions "ubuntu-latest (devel)"
99* Github Actions "ubuntu-latest (oldrel-1)"
10- * r-hub Windows Server 2022, R-devel, 64 bit
11- * r-hub Ubuntu Linux 20.04.1 LTS, R-release, GCC
12- * r-hub Fedora Linux, R-devel, clang, gfortran
13- * r-hub Debian Linux, R-devel, GCC ASAN/UBSAN
10+ * r-hub ubuntu-latest on GitHub
11+ * r-hub macos-13 on GitHub
12+ * r-hub macos-latest on GitHub
13+ * r-hub windows-latest on GitHub
1414* win-builder.r-project.org
1515
1616## R CMD check results
@@ -26,54 +26,6 @@ Downstream dependencies on CRAN and Bioconductor were checked with ‘revdepchec
2626
2727## CRAN team comments
2828
29- This submission fixes the following CRAN check issues:
30-
31- Version: 0.11.0
32- Check: whether package can be installed
33- Result: WARN
34- Found the following significant warnings:
35- cec_r.cpp:65:15: warning: format string is not a string literal (potentially insecure) [ -Wformat-security]
36- cec_r.cpp:75:11: warning: format string is not a string literal (potentially insecure) [ -Wformat-security]
37- cec_r.cpp:123:15: warning: format string is not a string literal (potentially insecure) [ -Wformat-security]
38- cec_r.cpp:133:11: warning: format string is not a string literal (potentially insecure) [ -Wformat-security]
39- cec_r.cpp:160:15: warning: format string is not a string literal (potentially insecure) [ -Wformat-security]
40- cec_r.cpp:167:15: warning: format string is not a string literal (potentially insecure) [ -Wformat-security]
41- See ‘/home/hornik/tmp/R.check/r-devel-clang/Work/PKGS/CEC.Rcheck/00install.out’ for details.
42- * used C++ compiler: ‘Debian clang version 17.0.5 (1)’
43- Flavor: r-devel-linux-x86_64-debian-clang
44-
45- Version: 0.11.0
46- Check: C++ specification
47- Result: NOTE
48- Specified C++11: please drop specification unless essential
49- Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64
50-
51- Version: 0.11.0
52- Check: Rd files
53- Result: NOTE
54- checkRd: (-1) cec.Rd:164-165: Lost braces in \itemize; meant \describe ?
55- checkRd: (-1) cec.Rd:166-168: Lost braces in \itemize; meant \describe ?
56- checkRd: (-1) cec.Rd:169-172: Lost braces in \itemize; meant \describe ?
57- checkRd: (-1) cec.Rd:173-175: Lost braces in \itemize; meant \describe ?
58- checkRd: (-1) cec.Rd:176-177: Lost braces in \itemize; meant \describe ?
59- checkRd: (-1) cec.Rd:178-180: Lost braces in \itemize; meant \describe ?
60- checkRd: (-1) cec.Rd:181-182: Lost braces in \itemize; meant \describe ?
61- checkRd: (-1) init.centers.Rd:19-20: Lost braces in \itemize; meant \describe ?
62- checkRd: (-1) init.centers.Rd:21-22: Lost braces in \itemize; meant \describe ?
63- Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
64-
65- Version: 0.11.0
66- Check: whether package can be installed
67- Result: WARN
68- Found the following significant warnings:
69- cec_r.cpp:65:15: warning: format string is not a string literal (potentially insecure) [ -Wformat-security]
70- cec_r.cpp:75:11: warning: format string is not a string literal (potentially insecure) [ -Wformat-security]
71- cec_r.cpp:123:15: warning: format string is not a string literal (potentially insecure) [ -Wformat-security]
72- cec_r.cpp:133:11: warning: format string is not a string literal (potentially insecure) [ -Wformat-security]
73- cec_r.cpp:160:15: warning: format string is not a string literal (potentially insecure) [ -Wformat-security]
74- cec_r.cpp:167:15: warning: format string is not a string literal (potentially insecure) [ -Wformat-security]
75- See ‘/data/gannet/ripley/R/packages/tests-clang/CEC.Rcheck/00install.out’ for details.
76- * used C++ compiler: ‘clang version 17.0.5’
77- Flavor: r-devel-linux-x86_64-fedora-clang
29+ This submission fixes the noRemap CRAN check issue.
7830
7931---
0 commit comments