* installing *source* package ‘arima2’ ... ** using staged installation ** libs using C compiler: ‘Debian clang version 16.0.6 (15)’ clang-16 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c arima.c -o arima.o arima.c:130:9: warning: misleading indentation; statement is not part of the previous 'for' [-Wmisleading-indentation] for (int i = 0; i < p; i++) ^ arima.c:123:7: note: previous statement is here for (int i = 0; i < p; i++) ^ arima.c:251:9: warning: misleading indentation; statement is not part of the previous 'for' [-Wmisleading-indentation] for (int i = 0; i < p; i++) ^ arima.c:244:7: note: previous statement is here for (int i = 0; i < p; i++) ^ arima.c:322:9: warning: misleading indentation; statement is not part of the previous 'for' [-Wmisleading-indentation] for (int i = 0; i < p; i++) { ^ arima.c:315:7: note: previous statement is here for (int i = 0; i < p; i++) ^ arima.c:336:9: warning: misleading indentation; statement is not part of the previous 'for' [-Wmisleading-indentation] for (int i = 0; i < p; i++) ^ arima.c:329:7: note: previous statement is here for (int i = 0; i < p; i++) ^ arima.c:362:9: warning: misleading indentation; statement is not part of the previous 'for' [-Wmisleading-indentation] for (int i = 0; i < p; i++) ^ arima.c:355:7: note: previous statement is here for (int i = 0; i < p; i++) ^ arima.c:427:7: warning: misleading indentation; statement is not part of the previous 'for' [-Wmisleading-indentation] for (int i = 0; i < p; i++) ^ arima.c:420:5: note: previous statement is here for (int i = 0; i < p; i++) ^ arima.c:434:9: warning: misleading indentation; statement is not part of the previous 'for' [-Wmisleading-indentation] double tmp = h; ^ arima.c:427:7: note: previous statement is here for (int i = 0; i < p; i++) ^ arima.c:440:7: warning: misleading indentation; statement is not part of the previous 'for' [-Wmisleading-indentation] REAL(se)[l] = tmp; ^ arima.c:435:5: note: previous statement is here for (int i = 0; i < p; i++) ^ arima.c:675:11: warning: misleading indentation; statement is not part of the previous 'for' [-Wmisleading-indentation] for (int j = 0; j < rd; j++) { ^ arima.c:668:9: note: previous statement is here for (int i = 0; i < r; i++) ^ arima.c:693:11: warning: misleading indentation; statement is not part of the previous 'for' [-Wmisleading-indentation] for (int j = 0; j < rd; j++) { ^ arima.c:686:9: note: previous statement is here for (int i = 0; i < r; i++) ^ arima.c:1149:5: warning: misleading indentation; statement is not part of the previous 'for' [-Wmisleading-indentation] return elmt; ^ arima.c:1144:3: note: previous statement is here for (i = 0; i < length(list); i++) ^ 11 warnings generated. clang-16 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c arima2_init.c -o arima2_init.o clang-16 -shared -L/home/hornik/tmp/R/lib -Wl,-O1 -o arima2.so arima.o arima2_init.o -L/home/hornik/tmp/R/lib -lR installing to /srv/hornik/tmp/CRAN/arima2.Rcheck/00LOCK-arima2/00new/arima2/libs ** R ** data *** moving datasets to lazyload DB ** byte-compile and prepare package for lazy loading ** help *** installing help indices *** copying figures ** 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 (arima2)