* installing *source* package ‘PoweR’ ... ** this is package ‘PoweR’ version ‘1.1.4’ ** using staged installation ** libs using C compiler: ‘Debian clang version 19.1.7 (3+b1)’ using C++ compiler: ‘Debian clang version 19.1.7 (3+b1)’ clang-19 -std=gnu23 -I"/home/hornik/tmp/R/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppArmadillo/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c PoweR_init.c -o PoweR_init.o clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppArmadillo/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c calcpuiss.cpp -o calcpuiss.o In file included from calcpuiss.cpp:27: In file included from ./laws-stats/def-laws-stats.cpp:16: ./laws-stats/laws/law14.cpp:4:140: warning: invalid UTF-8 in comment [-Winvalid-utf8] 4 | // Bates, Grace E., "Joint distributions of time intervals for the occurrence of successive accidents in a generalized Plya scheme.", | ^ In file included from calcpuiss.cpp:27: In file included from ./laws-stats/def-laws-stats.cpp:33: ./laws-stats/laws/law31.cpp:2:31: warning: invalid UTF-8 in comment [-Winvalid-utf8] 2 | // Ref. (book or article): Romo, Xavier, Delgado, Raimundo and Costa, Anbal, | ^ ./laws-stats/laws/law31.cpp:2:74: warning: invalid UTF-8 in comment [-Winvalid-utf8] 2 | // Ref. (book or article): Romo, Xavier, Delgado, Raimundo and Costa, Anbal, | ^ In file included from calcpuiss.cpp:27: In file included from ./laws-stats/def-laws-stats.cpp:35: ./laws-stats/laws/law33.cpp:2:31: warning: invalid UTF-8 in comment [-Winvalid-utf8] 2 | // Ref. (book or article): Romo, Xavier, Delgado, Raimundo and Costa, Anbal, | ^ ./laws-stats/laws/law33.cpp:2:74: warning: invalid UTF-8 in comment [-Winvalid-utf8] 2 | // Ref. (book or article): Romo, Xavier, Delgado, Raimundo and Costa, Anbal, | ^ In file included from calcpuiss.cpp:27: In file included from ./laws-stats/def-laws-stats.cpp:36: ./laws-stats/laws/law34.cpp:2:41: warning: invalid UTF-8 in comment [-Winvalid-utf8] 2 | // Ref. (book or article): Alain Desgagn , Pierre Lafaye de Micheaux & Alexandre Leblanc (2013): Test of Normality Against | ^ In file included from calcpuiss.cpp:27: In file included from ./laws-stats/def-laws-stats.cpp:38: ./laws-stats/laws/law36.cpp:2:72: warning: invalid UTF-8 in comment [-Winvalid-utf8] 2 | // Ref. (book or article): Kotz, Samuel, Kozubowski, Tomasz J. and Podgrski, Krzysztof (2001), | ^ ./laws-stats/laws/law36.cpp:4:17: warning: invalid UTF-8 in comment [-Winvalid-utf8] 4 | // Birkhuser Boston, Inc., Boston, MA, 2001. xviii+349 pp. ISBN: 0-8176-4166-1, see Equation (3.0.8) page 134 | ^ In file included from calcpuiss.cpp:27: In file included from ./laws-stats/def-laws-stats.cpp:82: ./laws-stats/stats/stat16.cpp:501:26: warning: variable 'wright' set but not used [-Wunused-but-set-variable] 501 | int64_t wleft, wmid, wright, w_tot, wrest; | ^ In file included from calcpuiss.cpp:27: In file included from ./laws-stats/def-laws-stats.cpp:124: ./laws-stats/stats/stat58.cpp:4:38: warning: invalid UTF-8 in comment [-Winvalid-utf8] 4 | // Stat. Ind. Technol., Birkhuser Boston, Boston, MA. | ^ In file included from calcpuiss.cpp:27: In file included from ./laws-stats/def-laws-stats.cpp:127: ./laws-stats/stats/stat61.cpp:1:22: warning: invalid UTF-8 in comment [-Winvalid-utf8] 1 | // Title: The Desgagn-Micheaux-Leblanc statistic for the Laplace distribution | ^ ./laws-stats/stats/stat61.cpp:2:35: warning: invalid UTF-8 in comment [-Winvalid-utf8] 2 | // Ref. (book or article): Desgagn, A., Lafaye de Micheaux, P. and Leblanc, A., - unpublished document. | ^ In file included from calcpuiss.cpp:27: In file included from ./laws-stats/def-laws-stats.cpp:128: ./laws-stats/stats/stat62.cpp:1:22: warning: invalid UTF-8 in comment [-Winvalid-utf8] 1 | // Title: The Desgagn-Micheaux-Leblanc statistic for the Laplace distribution | ^ ./laws-stats/stats/stat62.cpp:2:35: warning: invalid UTF-8 in comment [-Winvalid-utf8] 2 | // Ref. (book or article): Desgagn, A., Lafaye de Micheaux, P. and Leblanc, A., - unpublished document. | ^ In file included from calcpuiss.cpp:27: In file included from ./laws-stats/def-laws-stats.cpp:130: ./laws-stats/stats/stat64.cpp:1:19: warning: invalid UTF-8 in comment [-Winvalid-utf8] 1 | // Title: The Cramr-von Mises statistic for uniformity | ^ In file included from calcpuiss.cpp:27: In file included from ./laws-stats/def-laws-stats.cpp:150: ./laws-stats/stats/stat84.cpp:431:13: warning: variable 'statval' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] 431 | } else if (version == 5) { | ^~~~~~~~~~~~ ./laws-stats/stats/stat84.cpp:436:22: note: uninitialized use occurs here 436 | statistic[0] = statval; // Here is the test statistic value | ^~~~~~~ ./laws-stats/stats/stat84.cpp:431:9: note: remove the 'if' if its condition is always true 431 | } else if (version == 5) { | ^~~~~~~~~~~~~~~~~ ./laws-stats/stats/stat84.cpp:422:18: warning: variable 'statval' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] 422 | } else if (group == 2) { | ^~~~~~~~~~ ./laws-stats/stats/stat84.cpp:436:22: note: uninitialized use occurs here 436 | statistic[0] = statval; // Here is the test statistic value | ^~~~~~~ ./laws-stats/stats/stat84.cpp:422:14: note: remove the 'if' if its condition is always true 422 | } else if (group == 2) { | ^~~~~~~~~~~~~~~ ./laws-stats/stats/stat84.cpp:419:13: warning: variable 'statval' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] 419 | } else if (version == 5) { | ^~~~~~~~~~~~ ./laws-stats/stats/stat84.cpp:436:22: note: uninitialized use occurs here 436 | statistic[0] = statval; // Here is the test statistic value | ^~~~~~~ ./laws-stats/stats/stat84.cpp:419:9: note: remove the 'if' if its condition is always true 419 | } else if (version == 5) { | ^~~~~~~~~~~~~~~~~ ./laws-stats/stats/stat84.cpp:187:21: note: initialize the variable 'statval' to silence this warning 187 | double statval; | ^ | = 0.0 In file included from calcpuiss.cpp:27: In file included from ./laws-stats/def-laws-stats.cpp:151: ./laws-stats/stats/stat85.cpp:1:22: warning: invalid UTF-8 in comment [-Winvalid-utf8] 1 | // Title: The Desgagn-Micheaux-Leblanc statistic for the Laplace distribution | ^ ./laws-stats/stats/stat85.cpp:2:35: warning: invalid UTF-8 in comment [-Winvalid-utf8] 2 | // Ref. (book or article): Desgagn, A., Lafaye de Micheaux, P. and Leblanc, A., - unpublished document. | ^ In file included from calcpuiss.cpp:27: In file included from ./laws-stats/def-laws-stats.cpp:152: ./laws-stats/stats/stat86.cpp:84:17: warning: variable 'l2' used in loop condition not modified in loop body [-Wfor-loop-analysis] 84 | for (l2=24;l2<=124;l1++) { | ^~ In file included from calcpuiss.cpp:27: In file included from ./laws-stats/def-laws-stats.cpp:155: ./laws-stats/stats/stat89.cpp:163:13: warning: unused variable 'z' [-Wunused-variable] 163 | cmplx z; | ^ In file included from calcpuiss.cpp:27: In file included from ./laws-stats/def-laws-stats.cpp:172: ./laws-stats/stats/stat106.cpp:347:16: warning: variable 'stat' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] 347 | } else if (version == 6) { | ^~~~~~~~~~~~ ./laws-stats/stats/stat106.cpp:352:20: note: uninitialized use occurs here 352 | statistic[0] = stat; // Here is the test statistic value | ^~~~ ./laws-stats/stats/stat106.cpp:347:12: note: remove the 'if' if its condition is always true 347 | } else if (version == 6) { | ^~~~~~~~~~~~~~~~~ ./laws-stats/stats/stat106.cpp:309:41: note: initialize the variable 'stat' to silence this warning 309 | double ZlambdaEPDstar, mutilde, stat; | ^ | = 0.0 23 warnings generated. clang++-19 -std=gnu++17 -shared -L/home/hornik/tmp/R/lib -Wl,-O1 -o PoweR.so PoweR_init.o calcpuiss.o -llapack -L/home/hornik/tmp/R/lib -lRblas -L/usr/lib/llvm-19/lib -lFortranRuntime -lFortranDecimal -lm -L/home/hornik/tmp/R/lib -lR installing to /srv/hornik/tmp/CRAN_pretest/PoweR.Rcheck/00LOCK-PoweR/00new/PoweR/libs ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** testing if installed package can be loaded from temporary location ** checking absolute paths in shared objects and dynamic libraries ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (PoweR)