* installing to library ‘/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages’
* installing *source* package ‘mixl’ ...
** package ‘mixl’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
make[1]: Entering directory '/tmp/RtmpOEqwPa/R.INSTALL1f452c485f6631/mixl/src'
if printf "#include <omp.h>\nint main() { return omp_get_num_threads(); }"  | \
    `/home/hornik/tmp/R.check/r-patched-gcc/Work/build/bin/R CMD config CC` -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -fopenmp -xc - >/dev/null 2>&1; then \
	echo "OpenMP supported"; \
	sed -e 's|@openmp_cflags@|$(SHLIB_OPENMP_CFLAGS)|' ../inst/include/MIXL_OPENMP_FLAG.in > ../inst/include/MIXL_OPENMP_FLAG ; \
	sed -e 's|@openmp_cflags@|$(SHLIB_OPENMP_CFLAGS)|' ../inst/include/MIXL_OPENMP_FLAG.in > ../inst/include/MIXL_OPENMP_FLAG ; \
else \
	echo "OpenMP not supported"; \
	sed -e 's|@openmp_cflags@||' ../inst/include/MIXL_OPENMP_FLAG.in > ../inst/include/MIXL_OPENMP_FLAG ; \
fi
OpenMP supported
make[1]: Leaving directory '/tmp/RtmpOEqwPa/R.INSTALL1f452c485f6631/mixl/src'
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
  converting help for package ‘mixl’
    finding HTML links ... done
    av_matrix                               html  
    check_draw_inputs                       html  
    check_inputs                            html  
    compileUtilityFunction                  html  
    create_halton_draws                     html  
    estimate                                html  
    extract_av_cols                         html  
    extract_indiv_data                      html  
    generate_default_availabilities         html  
    mixl-package                            html  
    posteriors                              html  
    print.mixl                              html  
    print.summary.mixl                      html  
    probabilities                           html  
    specify_model                           html  
    summary.mixl                            html  
    summary_tex                             html  
    utilities                               html  
    vcov.mixl                               html  
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* creating tarball
packaged installation of ‘mixl’ as ‘mixl_1.3.4_R_x86_64-pc-linux-gnu.tar.gz’
* DONE (mixl)