* installing *source* package ‘batchmix’ ... ** package ‘batchmix’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: ‘Intel(R) oneAPI DPC++/C++ Compiler 2024.2.0 (2024.2.0.20240602)’ make[2]: Entering directory '/data/gannet/ripley/R/packages/tests-Intel/batchmix/src' /data/gannet/ripley/intel/oneapi/compiler/2024.2//bin/icpx -std=gnu++17 -I"/data/gannet/ripley/R/Intel/include" -DNDEBUG -I'/data/gannet2/ripley/R/test-MKL/Rcpp/include' -I'/data/gannet2/ripley/R/test-MKL/RcppArmadillo/include' -I/usr/local/include -fiopenmp -fpic -O3 -fp-model precise -Wall -c RcppExports.cpp -o RcppExports.o /data/gannet/ripley/intel/oneapi/compiler/2024.2//bin/icpx -std=gnu++17 -I"/data/gannet/ripley/R/Intel/include" -DNDEBUG -I'/data/gannet2/ripley/R/test-MKL/Rcpp/include' -I'/data/gannet2/ripley/R/test-MKL/RcppArmadillo/include' -I/usr/local/include -fiopenmp -fpic -O3 -fp-model precise -Wall -c createSimilarityMat.cpp -o createSimilarityMat.o /data/gannet/ripley/intel/oneapi/compiler/2024.2//bin/icpx -std=gnu++17 -I"/data/gannet/ripley/R/Intel/include" -DNDEBUG -I'/data/gannet2/ripley/R/test-MKL/Rcpp/include' -I'/data/gannet2/ripley/R/test-MKL/RcppArmadillo/include' -I/usr/local/include -fiopenmp -fpic -O3 -fp-model precise -Wall -c genericFunctions.cpp -o genericFunctions.o /data/gannet/ripley/intel/oneapi/compiler/2024.2//bin/icpx -std=gnu++17 -I"/data/gannet/ripley/R/Intel/include" -DNDEBUG -I'/data/gannet2/ripley/R/test-MKL/Rcpp/include' -I'/data/gannet2/ripley/R/test-MKL/RcppArmadillo/include' -I/usr/local/include -fiopenmp -fpic -O3 -fp-model precise -Wall -c mvnPredictive.cpp -o mvnPredictive.o /data/gannet/ripley/intel/oneapi/compiler/2024.2//bin/icpx -std=gnu++17 -I"/data/gannet/ripley/R/Intel/include" -DNDEBUG -I'/data/gannet2/ripley/R/test-MKL/Rcpp/include' -I'/data/gannet2/ripley/R/test-MKL/RcppArmadillo/include' -I/usr/local/include -fiopenmp -fpic -O3 -fp-model precise -Wall -c mvnSampler.cpp -o mvnSampler.o In file included from mvnSampler.cpp:4: In file included from /data/gannet2/ripley/R/test-MKL/RcppArmadillo/include/RcppArmadillo.h:29: In file included from /data/gannet2/ripley/R/test-MKL/RcppArmadillo/include/RcppArmadillo/interface/RcppArmadilloForward.h:25: In file included from /data/gannet2/ripley/R/test-MKL/Rcpp/include/RcppCommon.h:62: In file included from /usr/lib/gcc/x86_64-redhat-linux/12/../../../../include/c++/12/functional:64: In file included from /usr/lib/gcc/x86_64-redhat-linux/12/../../../../include/c++/12/bits/stl_algo.h:61: /usr/lib/gcc/x86_64-redhat-linux/12/../../../../include/c++/12/bits/stl_tempbuf.h:263:8: warning: 'get_temporary_buffer>' is deprecated [-Wdeprecated-declarations] 263 | std::get_temporary_buffer(_M_original_len)); | ^ /usr/lib/gcc/x86_64-redhat-linux/12/../../../../include/c++/12/bits/stl_algo.h:4996:15: note: in instantiation of member function 'std::_Temporary_buffer<__gnu_cxx::__normal_iterator *, std::vector>>, arma::arma_sort_index_packet>::_Temporary_buffer' requested here 4996 | _TmpBuf __buf(__first, (__last - __first + 1) / 2); | ^ /usr/lib/gcc/x86_64-redhat-linux/12/../../../../include/c++/12/bits/stl_algo.h:5070:23: note: in instantiation of function template specialization 'std::__stable_sort<__gnu_cxx::__normal_iterator *, std::vector>>, __gnu_cxx::__ops::_Iter_comp_iter>>' requested here 5070 | _GLIBCXX_STD_A::__stable_sort(__first, __last, | ^ /data/gannet2/ripley/R/test-MKL/RcppArmadillo/include/armadillo_bits/op_sort_index_meat.hpp:85:12: note: in instantiation of function template specialization 'std::stable_sort<__gnu_cxx::__normal_iterator *, std::vector>>, arma::arma_sort_index_helper_ascend>' requested here 85 | std::stable_sort( packet_vec.begin(), packet_vec.end(), comparator ); | ^ /data/gannet2/ripley/R/test-MKL/RcppArmadillo/include/armadillo_bits/op_sort_index_meat.hpp:123:10: note: in instantiation of function template specialization 'arma::arma_sort_index_helper, false>' requested here 123 | return arma_sort_index_helper(out, P, sort_type); | ^ /data/gannet2/ripley/R/test-MKL/RcppArmadillo/include/armadillo_bits/op_sort_index_meat.hpp:147:34: note: in instantiation of function template specialization 'arma::op_sort_index::apply_noalias>' requested here 147 | all_non_nan = op_sort_index::apply_noalias(out2, P, sort_type); | ^ /data/gannet2/ripley/R/test-MKL/RcppArmadillo/include/armadillo_bits/Mat_meat.hpp:5234:12: note: (skipping 3 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 5234 | op_type::apply(*this, X); | ^ /data/gannet2/ripley/R/test-MKL/RcppArmadillo/include/armadillo_bits/op_inv_spd_meat.hpp:141:23: note: in instantiation of function template specialization 'arma::op_pinv::apply_sym' requested here 141 | return op_pinv::apply_sym(out, A, T(0), uword(0)); | ^ /data/gannet2/ripley/R/test-MKL/RcppArmadillo/include/armadillo_bits/op_inv_spd_meat.hpp:49:27: note: in instantiation of function template specialization 'arma::op_inv_spd_full::apply_direct, false>' requested here 49 | return op_inv_spd_full::apply_direct(out, expr, uword(0)); | ^ /data/gannet2/ripley/R/test-MKL/RcppArmadillo/include/armadillo_bits/op_inv_spd_meat.hpp:31:43: note: in instantiation of function template specialization 'arma::op_inv_spd_default::apply_direct>' requested here 31 | const bool status = op_inv_spd_default::apply_direct(out, X.m); | ^ /data/gannet2/ripley/R/test-MKL/RcppArmadillo/include/armadillo_bits/Mat_meat.hpp:4961:12: note: in instantiation of function template specialization 'arma::op_inv_spd_default::apply>' requested here 4961 | op_type::apply(*this, X); | ^ mvnSampler.cpp:215:22: note: in instantiation of function template specialization 'arma::Mat::operator=, arma::op_inv_spd_default>' requested here 215 | cov_inv.slice(k) = inv_sympd(cov.slice(k)); | ^ /usr/lib/gcc/x86_64-redhat-linux/12/../../../../include/c++/12/bits/stl_tempbuf.h:99:5: note: 'get_temporary_buffer>' has been explicitly marked deprecated here 99 | _GLIBCXX17_DEPRECATED | ^ /usr/lib/gcc/x86_64-redhat-linux/12/../../../../include/c++/12/x86_64-redhat-linux/bits/c++config.h:2359:34: note: expanded from macro '_GLIBCXX17_DEPRECATED' 2359 | # define _GLIBCXX17_DEPRECATED [[__deprecated__]] | ^ 1 warning generated. /data/gannet/ripley/intel/oneapi/compiler/2024.2//bin/icpx -std=gnu++17 -I"/data/gannet/ripley/R/Intel/include" -DNDEBUG -I'/data/gannet2/ripley/R/test-MKL/Rcpp/include' -I'/data/gannet2/ripley/R/test-MKL/RcppArmadillo/include' -I/usr/local/include -fiopenmp -fpic -O3 -fp-model precise -Wall -c mvtPredictive.cpp -o mvtPredictive.o /data/gannet/ripley/intel/oneapi/compiler/2024.2//bin/icpx -std=gnu++17 -I"/data/gannet/ripley/R/Intel/include" -DNDEBUG -I'/data/gannet2/ripley/R/test-MKL/Rcpp/include' -I'/data/gannet2/ripley/R/test-MKL/RcppArmadillo/include' -I/usr/local/include -fiopenmp -fpic -O3 -fp-model precise -Wall -c mvtSampler.cpp -o mvtSampler.o In file included from mvtSampler.cpp:4: In file included from /data/gannet2/ripley/R/test-MKL/RcppArmadillo/include/RcppArmadillo.h:29: In file included from /data/gannet2/ripley/R/test-MKL/RcppArmadillo/include/RcppArmadillo/interface/RcppArmadilloForward.h:25: In file included from /data/gannet2/ripley/R/test-MKL/Rcpp/include/RcppCommon.h:62: In file included from /usr/lib/gcc/x86_64-redhat-linux/12/../../../../include/c++/12/functional:64: In file included from /usr/lib/gcc/x86_64-redhat-linux/12/../../../../include/c++/12/bits/stl_algo.h:61: /usr/lib/gcc/x86_64-redhat-linux/12/../../../../include/c++/12/bits/stl_tempbuf.h:263:8: warning: 'get_temporary_buffer>' is deprecated [-Wdeprecated-declarations] 263 | std::get_temporary_buffer(_M_original_len)); | ^ /usr/lib/gcc/x86_64-redhat-linux/12/../../../../include/c++/12/bits/stl_algo.h:4996:15: note: in instantiation of member function 'std::_Temporary_buffer<__gnu_cxx::__normal_iterator *, std::vector>>, arma::arma_sort_index_packet>::_Temporary_buffer' requested here 4996 | _TmpBuf __buf(__first, (__last - __first + 1) / 2); | ^ /usr/lib/gcc/x86_64-redhat-linux/12/../../../../include/c++/12/bits/stl_algo.h:5070:23: note: in instantiation of function template specialization 'std::__stable_sort<__gnu_cxx::__normal_iterator *, std::vector>>, __gnu_cxx::__ops::_Iter_comp_iter>>' requested here 5070 | _GLIBCXX_STD_A::__stable_sort(__first, __last, | ^ /data/gannet2/ripley/R/test-MKL/RcppArmadillo/include/armadillo_bits/op_sort_index_meat.hpp:85:12: note: in instantiation of function template specialization 'std::stable_sort<__gnu_cxx::__normal_iterator *, std::vector>>, arma::arma_sort_index_helper_ascend>' requested here 85 | std::stable_sort( packet_vec.begin(), packet_vec.end(), comparator ); | ^ /data/gannet2/ripley/R/test-MKL/RcppArmadillo/include/armadillo_bits/op_sort_index_meat.hpp:123:10: note: in instantiation of function template specialization 'arma::arma_sort_index_helper, false>' requested here 123 | return arma_sort_index_helper(out, P, sort_type); | ^ /data/gannet2/ripley/R/test-MKL/RcppArmadillo/include/armadillo_bits/op_sort_index_meat.hpp:147:34: note: in instantiation of function template specialization 'arma::op_sort_index::apply_noalias>' requested here 147 | all_non_nan = op_sort_index::apply_noalias(out2, P, sort_type); | ^ /data/gannet2/ripley/R/test-MKL/RcppArmadillo/include/armadillo_bits/Mat_meat.hpp:5234:12: note: (skipping 3 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 5234 | op_type::apply(*this, X); | ^ /data/gannet2/ripley/R/test-MKL/RcppArmadillo/include/armadillo_bits/op_inv_spd_meat.hpp:141:23: note: in instantiation of function template specialization 'arma::op_pinv::apply_sym' requested here 141 | return op_pinv::apply_sym(out, A, T(0), uword(0)); | ^ /data/gannet2/ripley/R/test-MKL/RcppArmadillo/include/armadillo_bits/op_inv_spd_meat.hpp:49:27: note: in instantiation of function template specialization 'arma::op_inv_spd_full::apply_direct, false>' requested here 49 | return op_inv_spd_full::apply_direct(out, expr, uword(0)); | ^ /data/gannet2/ripley/R/test-MKL/RcppArmadillo/include/armadillo_bits/op_inv_spd_meat.hpp:31:43: note: in instantiation of function template specialization 'arma::op_inv_spd_default::apply_direct>' requested here 31 | const bool status = op_inv_spd_default::apply_direct(out, X.m); | ^ /data/gannet2/ripley/R/test-MKL/RcppArmadillo/include/armadillo_bits/Mat_meat.hpp:4961:12: note: in instantiation of function template specialization 'arma::op_inv_spd_default::apply>' requested here 4961 | op_type::apply(*this, X); | ^ mvtSampler.cpp:104:22: note: in instantiation of function template specialization 'arma::Mat::operator=, arma::op_inv_spd_default>' requested here 104 | cov_inv.slice(k) = arma::inv_sympd(cov.slice(k)); | ^ /usr/lib/gcc/x86_64-redhat-linux/12/../../../../include/c++/12/bits/stl_tempbuf.h:99:5: note: 'get_temporary_buffer>' has been explicitly marked deprecated here 99 | _GLIBCXX17_DEPRECATED | ^ /usr/lib/gcc/x86_64-redhat-linux/12/../../../../include/c++/12/x86_64-redhat-linux/bits/c++config.h:2359:34: note: expanded from macro '_GLIBCXX17_DEPRECATED' 2359 | # define _GLIBCXX17_DEPRECATED [[__deprecated__]] | ^ 1 warning generated. /data/gannet/ripley/intel/oneapi/compiler/2024.2//bin/icpx -std=gnu++17 -I"/data/gannet/ripley/R/Intel/include" -DNDEBUG -I'/data/gannet2/ripley/R/test-MKL/Rcpp/include' -I'/data/gannet2/ripley/R/test-MKL/RcppArmadillo/include' -I/usr/local/include -fiopenmp -fpic -O3 -fp-model precise -Wall -c pdfs.cpp -o pdfs.o In file included from pdfs.cpp:1: In file included from /data/gannet2/ripley/R/test-MKL/RcppArmadillo/include/RcppArmadillo.h:29: In file included from /data/gannet2/ripley/R/test-MKL/RcppArmadillo/include/RcppArmadillo/interface/RcppArmadilloForward.h:25: In file included from /data/gannet2/ripley/R/test-MKL/Rcpp/include/RcppCommon.h:62: In file included from /usr/lib/gcc/x86_64-redhat-linux/12/../../../../include/c++/12/functional:64: In file included from /usr/lib/gcc/x86_64-redhat-linux/12/../../../../include/c++/12/bits/stl_algo.h:61: /usr/lib/gcc/x86_64-redhat-linux/12/../../../../include/c++/12/bits/stl_tempbuf.h:263:8: warning: 'get_temporary_buffer>' is deprecated [-Wdeprecated-declarations] 263 | std::get_temporary_buffer(_M_original_len)); | ^ /usr/lib/gcc/x86_64-redhat-linux/12/../../../../include/c++/12/bits/stl_algo.h:4996:15: note: in instantiation of member function 'std::_Temporary_buffer<__gnu_cxx::__normal_iterator *, std::vector>>, arma::arma_sort_index_packet>::_Temporary_buffer' requested here 4996 | _TmpBuf __buf(__first, (__last - __first + 1) / 2); | ^ /usr/lib/gcc/x86_64-redhat-linux/12/../../../../include/c++/12/bits/stl_algo.h:5070:23: note: in instantiation of function template specialization 'std::__stable_sort<__gnu_cxx::__normal_iterator *, std::vector>>, __gnu_cxx::__ops::_Iter_comp_iter>>' requested here 5070 | _GLIBCXX_STD_A::__stable_sort(__first, __last, | ^ /data/gannet2/ripley/R/test-MKL/RcppArmadillo/include/armadillo_bits/op_sort_index_meat.hpp:85:12: note: in instantiation of function template specialization 'std::stable_sort<__gnu_cxx::__normal_iterator *, std::vector>>, arma::arma_sort_index_helper_ascend>' requested here 85 | std::stable_sort( packet_vec.begin(), packet_vec.end(), comparator ); | ^ /data/gannet2/ripley/R/test-MKL/RcppArmadillo/include/armadillo_bits/op_sort_index_meat.hpp:123:10: note: in instantiation of function template specialization 'arma::arma_sort_index_helper, false>' requested here 123 | return arma_sort_index_helper(out, P, sort_type); | ^ /data/gannet2/ripley/R/test-MKL/RcppArmadillo/include/armadillo_bits/op_sort_index_meat.hpp:147:34: note: in instantiation of function template specialization 'arma::op_sort_index::apply_noalias>' requested here 147 | all_non_nan = op_sort_index::apply_noalias(out2, P, sort_type); | ^ /data/gannet2/ripley/R/test-MKL/RcppArmadillo/include/armadillo_bits/Mat_meat.hpp:5234:12: note: (skipping 6 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) 5234 | op_type::apply(*this, X); | ^ /data/gannet2/ripley/R/test-MKL/RcppArmadillo/include/armadillo_bits/Mat_meat.hpp:4945:12: note: in instantiation of function template specialization 'arma::op_inv_spd_default::apply>' requested here 4945 | op_type::apply(*this, X); | ^ /data/gannet2/ripley/R/test-MKL/RcppArmadillo/include/armadillo_bits/unwrap.hpp:1200:7: note: in instantiation of function template specialization 'arma::Mat::Mat, arma::op_inv_spd_default>' requested here 1200 | : M(A) | ^ /data/gannet2/ripley/R/test-MKL/RcppArmadillo/include/armadillo_bits/unwrap.hpp:1257:7: note: in instantiation of member function 'arma::partial_unwrap_default, arma::op_inv_spd_default>>::partial_unwrap_default' requested here 1257 | : partial_unwrap_redirect< T1, is_Mat_fixed::value>::result(A) | ^ /data/gannet2/ripley/R/test-MKL/RcppArmadillo/include/armadillo_bits/fn_trace.hpp:94:28: note: in instantiation of member function 'arma::partial_unwrap, arma::op_inv_spd_default>>::partial_unwrap' requested here 94 | const partial_unwrap tmp1(X.A); | ^ pdfs.cpp:18:17: note: in instantiation of function template specialization 'arma::trace, arma::op_inv_spd_default>, arma::Mat>' requested here 18 | - trace(arma::inv_sympd(V) * X) | ^ /usr/lib/gcc/x86_64-redhat-linux/12/../../../../include/c++/12/bits/stl_tempbuf.h:99:5: note: 'get_temporary_buffer>' has been explicitly marked deprecated here 99 | _GLIBCXX17_DEPRECATED | ^ /usr/lib/gcc/x86_64-redhat-linux/12/../../../../include/c++/12/x86_64-redhat-linux/bits/c++config.h:2359:34: note: expanded from macro '_GLIBCXX17_DEPRECATED' 2359 | # define _GLIBCXX17_DEPRECATED [[__deprecated__]] | ^ 1 warning generated. /data/gannet/ripley/intel/oneapi/compiler/2024.2//bin/icpx -std=gnu++17 -I"/data/gannet/ripley/R/Intel/include" -DNDEBUG -I'/data/gannet2/ripley/R/test-MKL/Rcpp/include' -I'/data/gannet2/ripley/R/test-MKL/RcppArmadillo/include' -I/usr/local/include -fiopenmp -fpic -O3 -fp-model precise -Wall -c sampleMVN.cpp -o sampleMVN.o /data/gannet/ripley/intel/oneapi/compiler/2024.2//bin/icpx -std=gnu++17 -I"/data/gannet/ripley/R/Intel/include" -DNDEBUG -I'/data/gannet2/ripley/R/test-MKL/Rcpp/include' -I'/data/gannet2/ripley/R/test-MKL/RcppArmadillo/include' -I/usr/local/include -fiopenmp -fpic -O3 -fp-model precise -Wall -c sampleMVT.cpp -o sampleMVT.o /data/gannet/ripley/intel/oneapi/compiler/2024.2//bin/icpx -std=gnu++17 -I"/data/gannet/ripley/R/Intel/include" -DNDEBUG -I'/data/gannet2/ripley/R/test-MKL/Rcpp/include' -I'/data/gannet2/ripley/R/test-MKL/RcppArmadillo/include' -I/usr/local/include -fiopenmp -fpic -O3 -fp-model precise -Wall -c sampleSemisupervisedMVN.cpp -o sampleSemisupervisedMVN.o /data/gannet/ripley/intel/oneapi/compiler/2024.2//bin/icpx -std=gnu++17 -I"/data/gannet/ripley/R/Intel/include" -DNDEBUG -I'/data/gannet2/ripley/R/test-MKL/Rcpp/include' -I'/data/gannet2/ripley/R/test-MKL/RcppArmadillo/include' -I/usr/local/include -fiopenmp -fpic -O3 -fp-model precise -Wall -c sampleSemisupervisedMVT.cpp -o sampleSemisupervisedMVT.o /data/gannet/ripley/intel/oneapi/compiler/2024.2//bin/icpx -std=gnu++17 -I"/data/gannet/ripley/R/Intel/include" -DNDEBUG -I'/data/gannet2/ripley/R/test-MKL/Rcpp/include' -I'/data/gannet2/ripley/R/test-MKL/RcppArmadillo/include' -I/usr/local/include -fiopenmp -fpic -O3 -fp-model precise -Wall -c sampler.cpp -o sampler.o /data/gannet/ripley/intel/oneapi/compiler/2024.2//bin/icpx -std=gnu++17 -I"/data/gannet/ripley/R/Intel/include" -DNDEBUG -I'/data/gannet2/ripley/R/test-MKL/Rcpp/include' -I'/data/gannet2/ripley/R/test-MKL/RcppArmadillo/include' -I/usr/local/include -fiopenmp -fpic -O3 -fp-model precise -Wall -c samplerFactory.cpp -o samplerFactory.o /data/gannet/ripley/intel/oneapi/compiler/2024.2//bin/icpx -std=gnu++17 -I"/data/gannet/ripley/R/Intel/include" -DNDEBUG -I'/data/gannet2/ripley/R/test-MKL/Rcpp/include' -I'/data/gannet2/ripley/R/test-MKL/RcppArmadillo/include' -I/usr/local/include -fiopenmp -fpic -O3 -fp-model precise -Wall -c semisupervisedSampler.cpp -o semisupervisedSampler.o /data/gannet/ripley/intel/oneapi/compiler/2024.2//bin/icpx -std=gnu++17 -I"/data/gannet/ripley/R/Intel/include" -DNDEBUG -I'/data/gannet2/ripley/R/test-MKL/Rcpp/include' -I'/data/gannet2/ripley/R/test-MKL/RcppArmadillo/include' -I/usr/local/include -fiopenmp -fpic -O3 -fp-model precise -Wall -c semisupervisedSamplerFactory.cpp -o semisupervisedSamplerFactory.o /data/gannet/ripley/intel/oneapi/compiler/2024.2//bin/icpx -std=gnu++17 -shared -L/data/gannet/ripley/intel/oneapi/compiler/2024.1/lib -L/usr/local/gcc14/lib64 -L/usr/local/lib64 -o batchmix.so RcppExports.o createSimilarityMat.o genericFunctions.o mvnPredictive.o mvnSampler.o mvtPredictive.o mvtSampler.o pdfs.o sampleMVN.o sampleMVT.o sampleSemisupervisedMVN.o sampleSemisupervisedMVT.o sampler.o samplerFactory.o semisupervisedSampler.o semisupervisedSamplerFactory.o -fiopenmp -L/data/gannet/ripley/intel/oneapi/mkl/2023.2.0/lib/intel64 -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lifport -lifcoremt -limf -lsvml -lm -lipgo -lirc -lpthread -lirc_s -ldl make[2]: Leaving directory '/data/gannet/ripley/R/packages/tests-Intel/batchmix/src' make[2]: Entering directory '/data/gannet/ripley/R/packages/tests-Intel/batchmix/src' make[2]: Leaving directory '/data/gannet/ripley/R/packages/tests-Intel/batchmix/src' installing to /data/gannet/ripley/R/packages/tests-Intel/batchmix.Rcheck/00LOCK-batchmix/00new/batchmix/libs ** 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 ** 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 (batchmix)