* installing to library ‘/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages’
* installing *source* package ‘forecast’ ...
** this is package ‘forecast’ version ‘8.24.0’
** package ‘forecast’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘gcc-14 (Debian 14.3.0-8) 14.3.0’
using C++ compiler: ‘g++-14 (Debian 14.3.0-8) 14.3.0’
make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmpj6l4JJ/R.INSTALL3aa3758527429/forecast/src'
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -DR_NO_REMAP -fpic -g -O2 -Wall -pedantic -mtune=native -c calcBATS.cpp -o calcBATS.o
calcBATS.cpp: In function ‘SEXPREC* calcBATSFaster(SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP)’:
calcBATS.cpp:91:82: warning: ‘sPeriods’ may be used uninitialized [-Wmaybe-uninitialized]
91 | yHat(0,0) = yHat(0,0) + xNought( (previousS + sPeriods[i] + adjBeta), 0);
| ~~~~~~~~~~^
calcBATS.cpp:55:60: note: ‘sPeriods’ was declared here
55 | int adjBeta, previousS, lengthArma, *tau, *p, *q, *sPeriods;
| ^~~~~~~~
calcBATS.cpp:89:38: warning: ‘lengthSeasonal’ may be used uninitialized [-Wmaybe-uninitialized]
89 | for(R_len_t i = 0; i < lengthSeasonal; i++) {
| ~~^~~~~~~~~~~~~~~~
calcBATS.cpp:56:17: note: ‘lengthSeasonal’ was declared here
56 | R_len_t lengthSeasonal;
| ^~~~~~~~~~~~~~
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -DR_NO_REMAP -fpic -g -O2 -Wall -pedantic -mtune=native -c calcTBATS.cpp -o calcTBATS.o
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -DR_NO_REMAP -fpic -g -O2 -Wall -pedantic -mtune=native -c etsTargetFunction.cpp -o etsTargetFunction.o
etsTargetFunction.cpp: In member function ‘void EtsTargetFunction::eval(const double*, int)’:
etsTargetFunction.cpp:87:25: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<double>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
87 | if(p_par_length != this->par.size()) {
| ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
etsTargetFunction.cpp:119:40: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<double>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
119 | for(int i=par.size()-nstate; i < par.size(); i++) {
| ~~^~~~~~~~~~~~
etsTargetFunction.cpp:147:35: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<double>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
147 | for(int i=start; i<state.size(); i++) {
| ~^~~~~~~~~~~~~
etsTargetFunction.cpp:163:24: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<double>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
163 | for(int i=0; i <= p*this->y.size(); i++) state.push_back(0);
| ~~^~~~~~~~~~~~~~~~~~~
etsTargetFunction.cpp: In member function ‘bool EtsTargetFunction::admissible()’:
etsTargetFunction.cpp:298:30: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<double>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
298 | for(int i=0;i<zeror.size();i++) {
| ~^~~~~~~~~~~~~
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -DR_NO_REMAP -fpic -g -O2 -Wall -pedantic -mtune=native -c etsTargetFunctionWrapper.cpp -o etsTargetFunctionWrapper.o
gcc-14 -std=gnu23 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c etscalc.c -o etscalc.o
etscalc.c: In function ‘etssimulate’:
etscalc.c:119:15: warning: variable ‘nstates’ set but not used [-Wunused-but-set-variable]
119 | int i, j, nstates;
| ^~~~~~~
gcc-14 -std=gnu23 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c etspolyroot.c -o etspolyroot.o
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -DR_NO_REMAP -fpic -g -O2 -Wall -pedantic -mtune=native -c makeBATSMatrices.cpp -o makeBATSMatrices.o
makeBATSMatrices.cpp: In function ‘SEXPREC* makeBATSGMatrix(SEXP, SEXP, SEXP, SEXP, SEXP, SEXP)’:
makeBATSMatrices.cpp:134:56: warning: ‘gammaVector’ may be used uninitialized [-Wmaybe-uninitialized]
134 | gTranspose(0, position) = gammaVector[0];
| ~~~~~~~~~~~~~^
makeBATSMatrices.cpp:92:17: note: ‘gammaVector’ was declared here
92 | double *gammaVector;
| ^~~~~~~~~~~
makeBATSMatrices.cpp:137:72: warning: ‘seasonalPeriods’ may be used uninitialized [-Wmaybe-uninitialized]
137 | position = position + seasonalPeriods[s];
| ~~~~~~~~~~~~~~~~~^
makeBATSMatrices.cpp:93:14: note: ‘seasonalPeriods’ was declared here
93 | int *seasonalPeriods, *p, *q;
| ^~~~~~~~~~~~~~~
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -DR_NO_REMAP -fpic -g -O2 -Wall -pedantic -mtune=native -c makeTBATSMatrices.cpp -o makeTBATSMatrices.o
makeTBATSMatrices.cpp: In function ‘SEXPREC* makeTBATSWMatrix(SEXP, SEXP, SEXP, SEXP, SEXP)’:
makeTBATSMatrices.cpp:61:51: warning: ‘tau’ may be used uninitialized [-Wmaybe-uninitialized]
61 | wTranspose(0,(adjustPhi + *tau +i)) = arCoefs[(i-1)];
| ^~~~
makeTBATSMatrices.cpp:8:24: note: ‘tau’ was declared here
8 | int *kVector, *tau;
| ^~~
gcc-14 -std=gnu23 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c registerDynamicSymbol.c -o registerDynamicSymbol.o
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -DR_NO_REMAP -fpic -g -O2 -Wall -pedantic -mtune=native -c updateMatrices.cpp -o updateMatrices.o
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -DR_NO_REMAP -fpic -g -O2 -Wall -pedantic -mtune=native -c updateTBATSMatrices.cpp -o updateTBATSMatrices.o
g++-14 -std=gnu++17 -shared -L/home/hornik/tmp/R.check/r-patched-gcc/Work/build/lib -Wl,-O1 -o forecast.so calcBATS.o calcTBATS.o etsTargetFunction.o etsTargetFunctionWrapper.o etscalc.o etspolyroot.o makeBATSMatrices.o makeTBATSMatrices.o registerDynamicSymbol.o updateMatrices.o updateTBATSMatrices.o -fopenmp -llapack -L/home/hornik/tmp/R.check/r-patched-gcc/Work/build/lib -lRblas -lgfortran -lm -lquadmath -L/home/hornik/tmp/R.check/r-patched-gcc/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmpj6l4JJ/R.INSTALL3aa3758527429/forecast/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmpj6l4JJ/R.INSTALL3aa3758527429/forecast/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmpj6l4JJ/R.INSTALL3aa3758527429/forecast/src'
installing to /home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/00LOCK-forecast/00new/forecast/libs
** R
** data
*** moving datasets to lazyload DB
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
converting help for package ‘forecast’
finding HTML links ... done
Acf html
Arima html
BoxCox html
BoxCox.lambda html
CV html
CVar html
accuracy.default html
arfima html
arima.errors html
arimaorder html
auto.arima html
autolayer html
autoplot.acf html
autoplot.seas html
autoplot.ts html
baggedModel html
bats html
bizdays html
bld.mbb.bootstrap html
checkresiduals html
croston html
dm.test html
dshw html
easter html
ets html
findfrequency html
fitted.Arima html
forecast-package html
forecast.Arima html
forecast.HoltWinters html
forecast.StructTS html
forecast.baggedModel html
forecast.bats html
forecast.ets html
forecast.lm html
forecast.mlm html
forecast.modelAR html
forecast.mts html
forecast.nnetar html
forecast.stl html
forecast.ts html
fourier html
gas html
geom_forecast html
getResponse html
gghistogram html
gglagplot html
ggmonthplot html
gold html
is.constant html
is.ets html
is.forecast html
ma html
meanf html
modelAR html
modeldf html
monthdays html
mstl html
msts html
na.interp html
naive html
ndiffs html
nnetar html
nsdiffs html
ocsb.test html
plot.Arima html
plot.bats html
plot.ets html
plot.forecast html
plot.mforecast html
reexports html
residuals.forecast html
seasadj html
seasonal html
seasonaldummy html
seasonplot html
ses html
simulate.ets html
sindexf html
splinef html
subset.ts html
taylor html
tbats html
tbats.components html
thetaf html
tsCV html
tsclean html
tsdisplay html
tslm html
tsoutliers html
wineind html
woolyrnq html
*** copying figures
** building package indices
** installing vignettes
** 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 (forecast)