* installing *source* package ‘imuf’ ...
** this is package ‘imuf’ version ‘0.6.0’
** package ‘imuf’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘g++ (GCC) 16.1.1 20260515 (Red Hat 16.1.1-2)’
make[1]: Entering directory '/data/localhost/ripley/R/packages/tests-devel/imuf/src'
g++ -std=gnu++20 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I'/data/localhost/ripley/R/test-dev/RcppEigen/include' -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -c RcppExports.cpp -o RcppExports.o
g++ -std=gnu++20 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I'/data/localhost/ripley/R/test-dev/RcppEigen/include' -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -c imuf.cpp -o imuf.o
In file included from /data/localhost/ripley/R/test-dev/RcppEigen/include/Eigen/Core:341,
from /data/localhost/ripley/R/test-dev/RcppEigen/include/Eigen/Dense:1,
from /data/localhost/ripley/R/test-dev/RcppEigen/include/RcppEigenForward.h:28,
from /data/localhost/ripley/R/test-dev/RcppEigen/include/RcppEigen.h:25,
from imuf.cpp:2:
/data/localhost/ripley/R/test-dev/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h: In function ‘static void Eigen::internal::trmv_selector<Mode, 1>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Transpose<const Eigen::Block<const Eigen::Block<Eigen::Matrix<double, 3, 2, 0, 3, 2>, -1, -1, false>, -1, -1, false> >; Rhs = Eigen::Transpose<const Eigen::CwiseBinaryOp<Eigen::internal::scalar_product_op<double, double>, const Eigen::CwiseNullaryOp<Eigen::internal::scalar_constant_op<double>, const Eigen::Matrix<double, 1, -1, 1, 1, 3> >, const Eigen::Transpose<const Eigen::Block<const Eigen::Block<const Eigen::Block<Eigen::Matrix<double, 3, 2, 0, 3, 2>, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >; Dest = Eigen::Transpose<Eigen::Block<Eigen::Block<Eigen::Matrix<double, -1, -1, 1, -1, -1>, 1, -1, true>, 1, -1, false> >; int Mode = 6]’:
/data/localhost/ripley/R/test-dev/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:332:12: warning: ‘result’ may be used uninitialized [-Wmaybe-uninitialized]
327 | internal::triangular_matrix_vector_product
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
328 | <Index,Mode,
| ~~~~~~~~~~~~
329 | LhsScalar, LhsBlasTraits::NeedToConjugate,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
330 | RhsScalar, RhsBlasTraits::NeedToConjugate,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
331 | RowMajor>
| ~~~~~~~~~
332 | ::run(actualLhs.rows(),actualLhs.cols(),
| ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
333 | actualLhs.data(),actualLhs.outerStride(),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
334 | actualRhsPtr,1,
| ~~~~~~~~~~~~~~~
335 | dest.data(),dest.innerStride(),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
336 | actualAlpha);
| ~~~~~~~~~~~~
/data/localhost/ripley/R/test-dev/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:105:24: note: by argument 5 of type ‘const double*’ to ‘static void Eigen::internal::triangular_matrix_vector_product<Index, Mode, LhsScalar, ConjLhs, RhsScalar, ConjRhs, 1, Version>::run(Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, const ResScalar&) [with Index = long int; int Mode = 6; LhsScalar = double; bool ConjLhs = false; RhsScalar = double; bool ConjRhs = false; int Version = 0]’ declared here
105 | EIGEN_DONT_INLINE void triangular_matrix_vector_product<Index,Mode,LhsScalar,ConjLhs,RhsScalar,ConjRhs,RowMajor,Version>
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /data/localhost/ripley/R/test-dev/RcppEigen/include/Eigen/src/Core/util/ConfigureVectorization.h:346,
from /data/localhost/ripley/R/test-dev/RcppEigen/include/Eigen/Core:22:
In function ‘__m128d _mm_loadu_pd(const double*)’,
inlined from ‘Packet Eigen::internal::ploadu(const typename unpacket_traits<T>::type*) [with Packet = __vector(2) double]’ at /data/localhost/ripley/R/test-dev/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:746:22,
inlined from ‘Packet Eigen::internal::ploadt(const typename unpacket_traits<T>::type*) [with Packet = __vector(2) double; int Alignment = 0]’ at /data/localhost/ripley/R/test-dev/RcppEigen/include/Eigen/src/Core/GenericPacketMath.h:969:26,
inlined from ‘PacketType Eigen::internal::mapbase_evaluator<Derived, PlainObjectType>::packet(Eigen::Index, Eigen::Index) const [with int LoadMode = 0; PacketType = __vector(2) double; Derived = Eigen::Block<const Eigen::Matrix<double, 3, 3>, 3, 1, true>; PlainObjectType = Eigen::Matrix<double, 3, 1>]’ at /data/localhost/ripley/R/test-dev/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:937:50,
inlined from ‘void Eigen::internal::generic_dense_assignment_kernel<DstEvaluatorTypeT, SrcEvaluatorTypeT, Functor, Version>::assignPacket(Eigen::Index, Eigen::Index) [with int StoreMode = 0; int LoadMode = 0; PacketType = __vector(2) double; DstEvaluatorTypeT = Eigen::internal::evaluator<Eigen::Matrix<double, 3, 1> >; SrcEvaluatorTypeT = Eigen::internal::evaluator<Eigen::Block<const Eigen::Matrix<double, 3, 3>, 3, 1, true> >; Functor = Eigen::internal::assign_op<double, double>; int Version = 0]’ at /data/localhost/ripley/R/test-dev/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:675:116,
inlined from ‘void Eigen::internal::generic_dense_assignment_kernel<DstEvaluatorTypeT, SrcEvaluatorTypeT, Functor, Version>::assignPacketByOuterInner(Eigen::Index, Eigen::Index) [with int StoreMode = 0; int LoadMode = 0; PacketType = __vector(2) double; DstEvaluatorTypeT = Eigen::internal::evaluator<Eigen::Matrix<double, 3, 1> >; SrcEvaluatorTypeT = Eigen::internal::evaluator<Eigen::Block<const Eigen::Matrix<double, 3, 3>, 3, 1, true> >; Functor = Eigen::internal::assign_op<double, double>; int Version = 0]’ at /data/localhost/ripley/R/test-dev/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:689:48,
inlined from ‘static void Eigen::internal::copy_using_evaluator_innervec_CompleteUnrolling<Kernel, Index, Stop>::run(Kernel&) [with Kernel = Eigen::internal::generic_dense_assignment_kernel<Eigen::internal::evaluator<Eigen::Matrix<double, 3, 1> >, Eigen::internal::evaluator<Eigen::Block<const Eigen::Matrix<double, 3, 3>, 3, 1, true> >, Eigen::internal::assign_op<double, double>, 0>; int Index = 0; int Stop = 2]’ at /data/localhost/ripley/R/test-dev/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:279:85,
inlined from ‘static void Eigen::internal::dense_assignment_loop<Kernel, 3, 2>::run(Kernel&) [with Kernel = Eigen::internal::generic_dense_assignment_kernel<Eigen::internal::evaluator<Eigen::Matrix<double, 3, 1> >, Eigen::internal::evaluator<Eigen::Block<const Eigen::Matrix<double, 3, 3>, 3, 1, true> >, Eigen::internal::assign_op<double, double>, 0>]’ at /data/localhost/ripley/R/test-dev/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:455:81,
inlined from ‘void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Matrix<double, 3, 1>; SrcXprType = Eigen::Block<const Eigen::Matrix<double, 3, 3>, 3, 1, true>; Functor = assign_op<double, double>]’ at /data/localhost/ripley/R/test-dev/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:785:37,
inlined from ‘static void Eigen::internal::Assignment<DstXprType, SrcXprType, Functor, Eigen::internal::Dense2Dense, Weak>::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Matrix<double, 3, 1>; SrcXprType = Eigen::Block<const Eigen::Matrix<double, 3, 3>, 3, 1, true>; Functor = Eigen::internal::assign_op<double, double>; Weak = void]’ at /data/localhost/ripley/R/test-dev/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31,
inlined from ‘void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix<double, 3, 1>; Src = Eigen::Block<const Eigen::Matrix<double, 3, 3>, 3, 1, true>; Func = assign_op<double, double>]’ at /data/localhost/ripley/R/test-dev/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49,
inlined from ‘Derived& Eigen::PlainObjectBase<Derived>::_set_noalias(const Eigen::DenseBase<OtherDerived>&) [with OtherDerived = Eigen::Block<const Eigen::Matrix<double, 3, 3>, 3, 1, true>; Derived = Eigen::Matrix<double, 3, 1>]’ at /data/localhost/ripley/R/test-dev/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41,
inlined from ‘Eigen::PlainObjectBase<Derived>::PlainObjectBase(const Eigen::DenseBase<OtherDerived>&) [with OtherDerived = Eigen::Block<const Eigen::Matrix<double, 3, 3>, 3, 1, true>; Derived = Eigen::Matrix<double, 3, 1>]’ at /data/localhost/ripley/R/test-dev/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19,
inlined from ‘Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase<OtherDerived>&) [with OtherDerived = Eigen::Block<const Eigen::Matrix<double, 3, 3>, 3, 1, true>; _Scalar = double; int _Rows = 3; int _Cols = 1; int _Options = 0; int _MaxRows = 3; int _MaxCols = 1]’ at /data/localhost/ripley/R/test-dev/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29,
inlined from ‘Derived& Eigen::QuaternionBase<Derived>::setFromTwoVectors(const Eigen::MatrixBase<OtherDerived>&, const Eigen::MatrixBase<OtherDerived>&) [with Derived1 = Eigen::Matrix<double, -1, 1>; Derived2 = Eigen::Matrix<double, -1, 1>; Derived = Eigen::Quaternion<double>]’ at /data/localhost/ripley/R/test-dev/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:658:13,
inlined from ‘static Eigen::Quaternion<_Scalar, _Options> Eigen::Quaternion<Scalar, Options>::FromTwoVectors(const Eigen::MatrixBase<OtherDerived>&, const Eigen::MatrixBase<OtherDerived>&) [with Derived1 = Eigen::Matrix<double, -1, 1>; Derived2 = Eigen::Matrix<double, -1, 1>; _Scalar = double; int _Options = 0]’ at /data/localhost/ripley/R/test-dev/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:708:27,
inlined from ‘Rcpp::NumericVector compUpdate(Rcpp::NumericVector, Rcpp::NumericVector, double, Rcpp::NumericVector, double)’ at imuf.cpp:94:75:
/usr/lib/gcc/x86_64-redhat-linux/16/include/emmintrin.h:135:24: warning: ‘*(__m128d_u*)((char*)&svd + offsetof(Eigen::JacobiSVD<Eigen::Matrix<double, 2, 3, 0, 2, 3>, 2>,Eigen::JacobiSVD<Eigen::Matrix<double, 2, 3, 0, 2, 3>, 2>::<unnamed>.Eigen::SVDBase<Eigen::JacobiSVD<Eigen::Matrix<double, 2, 3, 0, 2, 3>, 2> >::m_matrixV.Eigen::Matrix<double, 3, 3, 0, 3, 3>::<unnamed>.Eigen::PlainObjectBase<Eigen::Matrix<double, 3, 3, 0, 3, 3> >::m_storage.Eigen::DenseStorage<double, 9, 3, 3, 0>::m_data.Eigen::internal::plain_array<double, 9, 0, 0>::array[6]))’ may be used uninitialized [-Wmaybe-uninitialized]
135 | return *(__m128d_u *)__P;
| ^~~
In file included from /data/localhost/ripley/R/test-dev/RcppEigen/include/Eigen/Geometry:42,
from /data/localhost/ripley/R/test-dev/RcppEigen/include/Eigen/Dense:6:
/data/localhost/ripley/R/test-dev/RcppEigen/include/Eigen/src/Geometry/Quaternion.h: In function ‘Rcpp::NumericVector compUpdate(Rcpp::NumericVector, Rcpp::NumericVector, double, Rcpp::NumericVector, double)’:
/data/localhost/ripley/R/test-dev/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:657:36: note: ‘svd’ declared here
657 | JacobiSVD<Matrix<Scalar,2,3> > svd(m, ComputeFullV);
| ^~~
In file included from /data/localhost/ripley/R/test-dev/RcppEigen/include/Eigen/Core:277:
In member function ‘Eigen::internal::mapbase_evaluator<Derived, PlainObjectType>::CoeffReturnType Eigen::internal::mapbase_evaluator<Derived, PlainObjectType>::coeff(Eigen::Index, Eigen::Index) const [with Derived = Eigen::Block<const Eigen::Matrix<double, 3, 3>, 3, 1, true>; PlainObjectType = Eigen::Matrix<double, 3, 1>]’,
inlined from ‘void Eigen::internal::generic_dense_assignment_kernel<DstEvaluatorTypeT, SrcEvaluatorTypeT, Functor, Version>::assignCoeff(Eigen::Index, Eigen::Index) [with DstEvaluatorTypeT = Eigen::internal::evaluator<Eigen::Matrix<double, 3, 1> >; SrcEvaluatorTypeT = Eigen::internal::evaluator<Eigen::Block<const Eigen::Matrix<double, 3, 3>, 3, 1, true> >; Functor = Eigen::internal::assign_op<double, double>; int Version = 0]’ at /data/localhost/ripley/R/test-dev/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:654:63,
inlined from ‘void Eigen::internal::generic_dense_assignment_kernel<DstEvaluatorTypeT, SrcEvaluatorTypeT, Functor, Version>::assignCoeffByOuterInner(Eigen::Index, Eigen::Index) [with DstEvaluatorTypeT = Eigen::internal::evaluator<Eigen::Matrix<double, 3, 1> >; SrcEvaluatorTypeT = Eigen::internal::evaluator<Eigen::Block<const Eigen::Matrix<double, 3, 3>, 3, 1, true> >; Functor = Eigen::internal::assign_op<double, double>; int Version = 0]’ at /data/localhost/ripley/R/test-dev/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:668:16,
inlined from ‘static void Eigen::internal::copy_using_evaluator_DefaultTraversal_CompleteUnrolling<Kernel, Index, Stop>::run(Kernel&) [with Kernel = Eigen::internal::generic_dense_assignment_kernel<Eigen::internal::evaluator<Eigen::Matrix<double, 3, 1> >, Eigen::internal::evaluator<Eigen::Block<const Eigen::Matrix<double, 3, 3>, 3, 1, true> >, Eigen::internal::assign_op<double, double>, 0>; int Index = 2; int Stop = 3]’ at /data/localhost/ripley/R/test-dev/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:211:35,
inlined from ‘static void Eigen::internal::dense_assignment_loop<Kernel, 3, 2>::run(Kernel&) [with Kernel = Eigen::internal::generic_dense_assignment_kernel<Eigen::internal::evaluator<Eigen::Matrix<double, 3, 1> >, Eigen::internal::evaluator<Eigen::Block<const Eigen::Matrix<double, 3, 3>, 3, 1, true> >, Eigen::internal::assign_op<double, double>, 0>]’ at /data/localhost/ripley/R/test-dev/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:456:92,
inlined from ‘void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Matrix<double, 3, 1>; SrcXprType = Eigen::Block<const Eigen::Matrix<double, 3, 3>, 3, 1, true>; Functor = assign_op<double, double>]’ at /data/localhost/ripley/R/test-dev/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:785:37,
inlined from ‘static void Eigen::internal::Assignment<DstXprType, SrcXprType, Functor, Eigen::internal::Dense2Dense, Weak>::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Matrix<double, 3, 1>; SrcXprType = Eigen::Block<const Eigen::Matrix<double, 3, 3>, 3, 1, true>; Functor = Eigen::internal::assign_op<double, double>; Weak = void]’ at /data/localhost/ripley/R/test-dev/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31,
inlined from ‘void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix<double, 3, 1>; Src = Eigen::Block<const Eigen::Matrix<double, 3, 3>, 3, 1, true>; Func = assign_op<double, double>]’ at /data/localhost/ripley/R/test-dev/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49,
inlined from ‘Derived& Eigen::PlainObjectBase<Derived>::_set_noalias(const Eigen::DenseBase<OtherDerived>&) [with OtherDerived = Eigen::Block<const Eigen::Matrix<double, 3, 3>, 3, 1, true>; Derived = Eigen::Matrix<double, 3, 1>]’ at /data/localhost/ripley/R/test-dev/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41,
inlined from ‘Eigen::PlainObjectBase<Derived>::PlainObjectBase(const Eigen::DenseBase<OtherDerived>&) [with OtherDerived = Eigen::Block<const Eigen::Matrix<double, 3, 3>, 3, 1, true>; Derived = Eigen::Matrix<double, 3, 1>]’ at /data/localhost/ripley/R/test-dev/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19,
inlined from ‘Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase<OtherDerived>&) [with OtherDerived = Eigen::Block<const Eigen::Matrix<double, 3, 3>, 3, 1, true>; _Scalar = double; int _Rows = 3; int _Cols = 1; int _Options = 0; int _MaxRows = 3; int _MaxCols = 1]’ at /data/localhost/ripley/R/test-dev/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29,
inlined from ‘Derived& Eigen::QuaternionBase<Derived>::setFromTwoVectors(const Eigen::MatrixBase<OtherDerived>&, const Eigen::MatrixBase<OtherDerived>&) [with Derived1 = Eigen::Matrix<double, -1, 1>; Derived2 = Eigen::Matrix<double, -1, 1>; Derived = Eigen::Quaternion<double>]’ at /data/localhost/ripley/R/test-dev/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:658:13,
inlined from ‘static Eigen::Quaternion<_Scalar, _Options> Eigen::Quaternion<Scalar, Options>::FromTwoVectors(const Eigen::MatrixBase<OtherDerived>&, const Eigen::MatrixBase<OtherDerived>&) [with Derived1 = Eigen::Matrix<double, -1, 1>; Derived2 = Eigen::Matrix<double, -1, 1>; _Scalar = double; int _Options = 0]’ at /data/localhost/ripley/R/test-dev/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:708:27,
inlined from ‘Rcpp::NumericVector compUpdate(Rcpp::NumericVector, Rcpp::NumericVector, double, Rcpp::NumericVector, double)’ at imuf.cpp:94:75:
/data/localhost/ripley/R/test-dev/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:911:56: warning: ‘svd.Eigen::JacobiSVD<Eigen::Matrix<double, 2, 3, 0, 2, 3>, 2>::<unnamed>.Eigen::SVDBase<Eigen::JacobiSVD<Eigen::Matrix<double, 2, 3, 0, 2, 3>, 2> >::m_matrixV.Eigen::Matrix<double, 3, 3, 0, 3, 3>::<unnamed>.Eigen::PlainObjectBase<Eigen::Matrix<double, 3, 3, 0, 3, 3> >::m_storage.Eigen::DenseStorage<double, 9, 3, 3, 0>::m_data.Eigen::internal::plain_array<double, 9, 0, 0>::array[8]’ may be used uninitialized [-Wmaybe-uninitialized]
911 | return m_data[col * colStride() + row * rowStride()];
| ^
/data/localhost/ripley/R/test-dev/RcppEigen/include/Eigen/src/Geometry/Quaternion.h: In function ‘Rcpp::NumericVector compUpdate(Rcpp::NumericVector, Rcpp::NumericVector, double, Rcpp::NumericVector, double)’:
/data/localhost/ripley/R/test-dev/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:657:36: note: ‘svd’ declared here
657 | JacobiSVD<Matrix<Scalar,2,3> > svd(m, ComputeFullV);
| ^~~
g++ -std=gnu++20 -shared -L/usr/local/lib64 -o imuf.so RcppExports.o imuf.o
make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-devel/imuf/src'
make[1]: Entering directory '/data/localhost/ripley/R/packages/tests-devel/imuf/src'
make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-devel/imuf/src'
installing to /data/localhost/ripley/R/packages/tests-devel/imuf.Rcheck/00LOCK-imuf/00new/imuf/libs
** R
** data
*** moving datasets to lazyload DB
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
*** 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 (imuf)