* installing *source* package 'mixl' ... ** using staged installation ** libs running 'src/Makefile.win' ... if printf "#include \nint main() { return omp_get_num_threads(); }" | \ `D:/RCompile/recent/R/bin/R CMD config CC` `D:/RCompile/recent/R/bin/R CMD config CFLAGS` -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 ; \ else \ echo "OpenMP not supported"; \ sed -e 's|@openmp_cflags@||' ../inst/include/MIXL_OPENMP_FLAG.in > ../inst/include/MIXL_OPENMP_FLAG ; \ fi OpenMP supported ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** 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 * DONE (mixl)