* installing *source* package ‘secrdesign’ ...
** this is package ‘secrdesign’ version ‘2.10.1’
** package ‘secrdesign’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘clang version 23.1.0’
make[1]: Entering directory '/data/localhost/ripley/R/packages/tests-clang/secrdesign/src'
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I'/data/localhost/ripley/R/test-clang/BH/include' -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -I'/data/localhost/ripley/R/test-clang/RcppArmadillo/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -D_LIBCPP_KEEP_TRANSITIVE_INCLUDES_LLVM23 -c RcppExports.cpp -o RcppExports.o
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I'/data/localhost/ripley/R/test-clang/BH/include' -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -I'/data/localhost/ripley/R/test-clang/RcppArmadillo/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -D_LIBCPP_KEEP_TRANSITIVE_INCLUDES_LLVM23 -c secrdesignarma.cpp -o secrdesignarma.o
In file included from RcppExports.cpp:4:
In file included from /data/localhost/ripley/R/test-clang/RcppArmadillo/include/RcppArmadillo.h:29:
In file included from /data/localhost/ripley/R/test-clang/RcppArmadillo/include/RcppArmadillo/interface/RcppArmadilloForward.h:51:
In file included from /data/localhost/ripley/R/test-clang/RcppArmadillo/include/armadillo:436:
/data/localhost/ripley/R/test-clang/RcppArmadillo/include/armadillo_bits/debug.hpp:198:1: warning: unused function template 'arma_stop_runtime_error' [-Wunused-template]
198 | arma_stop_runtime_error(const T1& x)
| ^~~~~~~~~~~~~~~~~~~~~~~
/data/localhost/ripley/R/test-clang/RcppArmadillo/include/armadillo_bits/debug.hpp:241:1: warning: unused function template 'arma_print' [-Wunused-template]
241 | arma_print(const T1& x, const T2& y)
| ^~~~~~~~~~
/data/localhost/ripley/R/test-clang/RcppArmadillo/include/armadillo_bits/debug.hpp:253:1: warning: unused function template 'arma_print' [-Wunused-template]
253 | arma_print(const T1& x, const T2& y, const T3& z)
| ^~~~~~~~~~
/data/localhost/ripley/R/test-clang/RcppArmadillo/include/armadillo_bits/debug.hpp:335:1: warning: unused function template 'arma_plain_warn' [-Wunused-template]
335 | arma_plain_warn(const T1& arg1)
| ^~~~~~~~~~~~~~~
/data/localhost/ripley/R/test-clang/RcppArmadillo/include/armadillo_bits/debug.hpp:346:1: warning: unused function template 'arma_plain_warn' [-Wunused-template]
346 | arma_plain_warn(const T1& arg1, const T2& arg2)
| ^~~~~~~~~~~~~~~
/data/localhost/ripley/R/test-clang/RcppArmadillo/include/armadillo_bits/debug.hpp:357:1: warning: unused function template 'arma_plain_warn' [-Wunused-template]
357 | arma_plain_warn(const T1& arg1, const T2& arg2, const T3& arg3)
| ^~~~~~~~~~~~~~~
/data/localhost/ripley/R/test-clang/RcppArmadillo/include/armadillo_bits/debug.hpp:368:1: warning: unused function template 'arma_plain_warn' [-Wunused-template]
368 | arma_plain_warn(const T1& arg1, const T2& arg2, const T3& arg3, const T4& arg4)
| ^~~~~~~~~~~~~~~
/data/localhost/ripley/R/test-clang/RcppArmadillo/include/armadillo_bits/debug.hpp:545:1: warning: unused function template 'arma_incompat_size_string' [-Wunused-template]
545 | arma_incompat_size_string(const subview_cube<eT>& Q, const Mat<eT>& A, const char* x)
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from secrdesignarma.cpp:8:
In file included from ./secrdesign.h:8:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/math/distributions.hpp:15:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/math/distributions/arcsine.hpp:38:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/math/constants/constants.hpp:18:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/math/tools/convert_from_string.hpp:23:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast.hpp:33:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast/try_lexical_convert.hpp:31:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast/detail/converter_lexical.hpp:47:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/container/container_fwd.hpp:65:
/data/localhost/ripley/R/test-clang/BH/include/boost/container/detail/std_fwd.hpp:29:1: warning: unused attribute '__exclude_from_explicit_instantiation__' in '#pragma clang attribute push' region [-Wpragma-clang-attribute]
29 | BOOST_MOVE_STD_NS_BEG
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/std_ns_begin.hpp:21:34: note: expanded from macro 'BOOST_MOVE_STD_NS_BEG'
21 | #define BOOST_MOVE_STD_NS_BEG _LIBCPP_BEGIN_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:74:39: note: expanded from macro '_LIBCPP_BEGIN_NAMESPACE_STD'
74 | # define _LIBCPP_BEGIN_NAMESPACE_STD _LIBCPP_BEGIN_UNVERSIONED_NAMESPACE_STD inline namespace _LIBCPP_ABI_NAMESPACE {
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:70:40: note: expanded from macro '_LIBCPP_BEGIN_UNVERSIONED_NAMESPACE_STD'
70 | _LIBCPP_PUSH_EXTENSION_DIAGNOSTICS _LIBCPP_END_EXPLICIT_ABI_ANNOTATIONS namespace _LIBCPP_NAMESPACE_VISIBILITY std {
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:51:3: note: expanded from macro '_LIBCPP_END_EXPLICIT_ABI_ANNOTATIONS'
51 | _Pragma(_LIBCPP_TOSTRING(clang attribute _LibcxxExplicitABIAnnotations.push( \
| ^
<scratch space>:390:69: note: expanded from here
390 | clang attribute _LibcxxExplicitABIAnnotations.push( __attribute__((__exclude_from_explicit_instantiation__, __visibility__("hidden"), __abi_tag__("nqe230100"))), apply_to = function)
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/container/detail/std_fwd.hpp:61:1: note: '#pragma clang attribute push' regions ends here
61 | BOOST_MOVE_STD_NS_END
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/std_ns_begin.hpp:22:34: note: expanded from macro 'BOOST_MOVE_STD_NS_END'
22 | #define BOOST_MOVE_STD_NS_END _LIBCPP_END_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:75:39: note: expanded from macro '_LIBCPP_END_NAMESPACE_STD'
75 | # define _LIBCPP_END_NAMESPACE_STD } _LIBCPP_END_UNVERSIONED_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:72:51: note: expanded from macro '_LIBCPP_END_UNVERSIONED_NAMESPACE_STD'
72 | # define _LIBCPP_END_UNVERSIONED_NAMESPACE_STD } _LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS _LIBCPP_POP_EXTENSION_DIAGNOSTICS
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:57:48: note: expanded from macro '_LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS'
57 | #define _LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS _Pragma("clang attribute _LibcxxExplicitABIAnnotations.pop")
| ^
<scratch space>:392:8: note: expanded from here
392 | clang attribute _LibcxxExplicitABIAnnotations.pop
| ^
In file included from secrdesignarma.cpp:8:
In file included from ./secrdesign.h:8:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/math/distributions.hpp:15:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/math/distributions/arcsine.hpp:38:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/math/constants/constants.hpp:18:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/math/tools/convert_from_string.hpp:23:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast.hpp:33:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast/try_lexical_convert.hpp:31:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast/detail/converter_lexical.hpp:47:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/container/container_fwd.hpp:65:
/data/localhost/ripley/R/test-clang/BH/include/boost/container/detail/std_fwd.hpp:29:1: warning: unused attribute '__visibility__' in '#pragma clang attribute push' region [-Wpragma-clang-attribute]
29 | BOOST_MOVE_STD_NS_BEG
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/std_ns_begin.hpp:21:34: note: expanded from macro 'BOOST_MOVE_STD_NS_BEG'
21 | #define BOOST_MOVE_STD_NS_BEG _LIBCPP_BEGIN_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:74:39: note: expanded from macro '_LIBCPP_BEGIN_NAMESPACE_STD'
74 | # define _LIBCPP_BEGIN_NAMESPACE_STD _LIBCPP_BEGIN_UNVERSIONED_NAMESPACE_STD inline namespace _LIBCPP_ABI_NAMESPACE {
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:70:40: note: expanded from macro '_LIBCPP_BEGIN_UNVERSIONED_NAMESPACE_STD'
70 | _LIBCPP_PUSH_EXTENSION_DIAGNOSTICS _LIBCPP_END_EXPLICIT_ABI_ANNOTATIONS namespace _LIBCPP_NAMESPACE_VISIBILITY std {
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:51:3: note: expanded from macro '_LIBCPP_END_EXPLICIT_ABI_ANNOTATIONS'
51 | _Pragma(_LIBCPP_TOSTRING(clang attribute _LibcxxExplicitABIAnnotations.push( \
| ^
<scratch space>:390:110: note: expanded from here
390 | clang attribute _LibcxxExplicitABIAnnotations.push( __attribute__((__exclude_from_explicit_instantiation__, __visibility__("hidden"), __abi_tag__("nqe230100"))), apply_to = function)
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/container/detail/std_fwd.hpp:61:1: note: '#pragma clang attribute push' regions ends here
61 | BOOST_MOVE_STD_NS_END
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/std_ns_begin.hpp:22:34: note: expanded from macro 'BOOST_MOVE_STD_NS_END'
22 | #define BOOST_MOVE_STD_NS_END _LIBCPP_END_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:75:39: note: expanded from macro '_LIBCPP_END_NAMESPACE_STD'
75 | # define _LIBCPP_END_NAMESPACE_STD } _LIBCPP_END_UNVERSIONED_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:72:51: note: expanded from macro '_LIBCPP_END_UNVERSIONED_NAMESPACE_STD'
72 | # define _LIBCPP_END_UNVERSIONED_NAMESPACE_STD } _LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS _LIBCPP_POP_EXTENSION_DIAGNOSTICS
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:57:48: note: expanded from macro '_LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS'
57 | #define _LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS _Pragma("clang attribute _LibcxxExplicitABIAnnotations.pop")
| ^
<scratch space>:392:8: note: expanded from here
392 | clang attribute _LibcxxExplicitABIAnnotations.pop
| ^
In file included from secrdesignarma.cpp:8:
In file included from ./secrdesign.h:8:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/math/distributions.hpp:15:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/math/distributions/arcsine.hpp:38:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/math/constants/constants.hpp:18:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/math/tools/convert_from_string.hpp:23:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast.hpp:33:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast/try_lexical_convert.hpp:31:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/lexical_cast/detail/converter_lexical.hpp:47:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/container/container_fwd.hpp:65:
/data/localhost/ripley/R/test-clang/BH/include/boost/container/detail/std_fwd.hpp:29:1: warning: unused attribute '__abi_tag__' in '#pragma clang attribute push' region [-Wpragma-clang-attribute]
29 | BOOST_MOVE_STD_NS_BEG
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/std_ns_begin.hpp:21:34: note: expanded from macro 'BOOST_MOVE_STD_NS_BEG'
21 | #define BOOST_MOVE_STD_NS_BEG _LIBCPP_BEGIN_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:74:39: note: expanded from macro '_LIBCPP_BEGIN_NAMESPACE_STD'
74 | # define _LIBCPP_BEGIN_NAMESPACE_STD _LIBCPP_BEGIN_UNVERSIONED_NAMESPACE_STD inline namespace _LIBCPP_ABI_NAMESPACE {
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:70:40: note: expanded from macro '_LIBCPP_BEGIN_UNVERSIONED_NAMESPACE_STD'
70 | _LIBCPP_PUSH_EXTENSION_DIAGNOSTICS _LIBCPP_END_EXPLICIT_ABI_ANNOTATIONS namespace _LIBCPP_NAMESPACE_VISIBILITY std {
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:51:3: note: expanded from macro '_LIBCPP_END_EXPLICIT_ABI_ANNOTATIONS'
51 | _Pragma(_LIBCPP_TOSTRING(clang attribute _LibcxxExplicitABIAnnotations.push( \
| ^
<scratch space>:390:136: note: expanded from here
390 | clang attribute _LibcxxExplicitABIAnnotations.push( __attribute__((__exclude_from_explicit_instantiation__, __visibility__("hidden"), __abi_tag__("nqe230100"))), apply_to = function)
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/container/detail/std_fwd.hpp:61:1: note: '#pragma clang attribute push' regions ends here
61 | BOOST_MOVE_STD_NS_END
| ^
/data/localhost/ripley/R/test-clang/BH/include/boost/move/detail/std_ns_begin.hpp:22:34: note: expanded from macro 'BOOST_MOVE_STD_NS_END'
22 | #define BOOST_MOVE_STD_NS_END _LIBCPP_END_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:75:39: note: expanded from macro '_LIBCPP_END_NAMESPACE_STD'
75 | # define _LIBCPP_END_NAMESPACE_STD } _LIBCPP_END_UNVERSIONED_NAMESPACE_STD
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:72:51: note: expanded from macro '_LIBCPP_END_UNVERSIONED_NAMESPACE_STD'
72 | # define _LIBCPP_END_UNVERSIONED_NAMESPACE_STD } _LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS _LIBCPP_POP_EXTENSION_DIAGNOSTICS
| ^
/usr/local/clang23/bin/../include/c++/v1/__configuration/namespace.h:57:48: note: expanded from macro '_LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS'
57 | #define _LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS _Pragma("clang attribute _LibcxxExplicitABIAnnotations.pop")
| ^
<scratch space>:392:8: note: expanded from here
392 | clang attribute _LibcxxExplicitABIAnnotations.pop
| ^
8 warnings generated.
In file included from secrdesignarma.cpp:8:
In file included from ./secrdesign.h:8:
In file included from /data/localhost/ripley/R/test-clang/BH/include/boost/math/distributions.hpp:28:
/data/localhost/ripley/R/test-clang/BH/include/boost/math/distributions/hyperexponential.hpp:60:6: warning: unused function template 'normalize' [-Wunused-template]
60 | void normalize(std::vector<T>& v)
| ^~~~~~~~~
/data/localhost/ripley/R/test-clang/BH/include/boost/math/distributions/hyperexponential.hpp:78:6: warning: unused function template 'check_probabilities' [-Wunused-template]
78 | bool check_probabilities(char const* function, std::vector<RealT> const& probabilities, RealT* presult, PolicyT const& pol)
| ^~~~~~~~~~~~~~~~~~~
/data/localhost/ripley/R/test-clang/BH/include/boost/math/distributions/hyperexponential.hpp:115:6: warning: unused function template 'check_rates' [-Wunused-template]
115 | bool check_rates(char const* function, std::vector<RealT> const& rates, RealT* presult, PolicyT const& pol)
| ^~~~~~~~~~~
/data/localhost/ripley/R/test-clang/BH/include/boost/math/distributions/hyperexponential.hpp:134:6: warning: unused function template 'check_dist' [-Wunused-template]
134 | bool check_dist(char const* function, std::vector<RealT> const& probabilities, std::vector<RealT> const& rates, RealT* presult, PolicyT const& pol)
| ^~~~~~~~~~
/data/localhost/ripley/R/test-clang/BH/include/boost/math/distributions/hyperexponential.hpp:151:6: warning: unused function template 'check_x' [-Wunused-template]
151 | bool check_x(char const* function, RealT x, RealT* presult, PolicyT const& pol)
| ^~~~~~~
/data/localhost/ripley/R/test-clang/BH/include/boost/math/distributions/hyperexponential.hpp:162:6: warning: unused function template 'check_probability' [-Wunused-template]
162 | bool check_probability(char const* function, RealT p, RealT* presult, PolicyT const& pol)
| ^~~~~~~~~~~~~~~~~
/data/localhost/ripley/R/test-clang/BH/include/boost/math/distributions/hyperexponential.hpp:173:7: warning: unused function template 'quantile_impl' [-Wunused-template]
173 | RealT quantile_impl(hyperexponential_distribution<RealT, PolicyT> const& dist, RealT const& p, bool comp)
| ^~~~~~~~~~~~~
In file included from secrdesignarma.cpp:8:
In file included from ./secrdesign.h:12:
In file included from /data/localhost/ripley/R/test-clang/RcppArmadillo/include/RcppArmadillo.h:29:
In file included from /data/localhost/ripley/R/test-clang/RcppArmadillo/include/RcppArmadillo/interface/RcppArmadilloForward.h:51:
In file included from /data/localhost/ripley/R/test-clang/RcppArmadillo/include/armadillo:436:
/data/localhost/ripley/R/test-clang/RcppArmadillo/include/armadillo_bits/debug.hpp:198:1: warning: unused function template 'arma_stop_runtime_error' [-Wunused-template]
198 | arma_stop_runtime_error(const T1& x)
| ^~~~~~~~~~~~~~~~~~~~~~~
/data/localhost/ripley/R/test-clang/RcppArmadillo/include/armadillo_bits/debug.hpp:241:1: warning: unused function template 'arma_print' [-Wunused-template]
241 | arma_print(const T1& x, const T2& y)
| ^~~~~~~~~~
/data/localhost/ripley/R/test-clang/RcppArmadillo/include/armadillo_bits/debug.hpp:253:1: warning: unused function template 'arma_print' [-Wunused-template]
253 | arma_print(const T1& x, const T2& y, const T3& z)
| ^~~~~~~~~~
/data/localhost/ripley/R/test-clang/RcppArmadillo/include/armadillo_bits/debug.hpp:335:1: warning: unused function template 'arma_plain_warn' [-Wunused-template]
335 | arma_plain_warn(const T1& arg1)
| ^~~~~~~~~~~~~~~
/data/localhost/ripley/R/test-clang/RcppArmadillo/include/armadillo_bits/debug.hpp:346:1: warning: unused function template 'arma_plain_warn' [-Wunused-template]
346 | arma_plain_warn(const T1& arg1, const T2& arg2)
| ^~~~~~~~~~~~~~~
/data/localhost/ripley/R/test-clang/RcppArmadillo/include/armadillo_bits/debug.hpp:357:1: warning: unused function template 'arma_plain_warn' [-Wunused-template]
357 | arma_plain_warn(const T1& arg1, const T2& arg2, const T3& arg3)
| ^~~~~~~~~~~~~~~
/data/localhost/ripley/R/test-clang/RcppArmadillo/include/armadillo_bits/debug.hpp:368:1: warning: unused function template 'arma_plain_warn' [-Wunused-template]
368 | arma_plain_warn(const T1& arg1, const T2& arg2, const T3& arg3, const T4& arg4)
| ^~~~~~~~~~~~~~~
/data/localhost/ripley/R/test-clang/RcppArmadillo/include/armadillo_bits/debug.hpp:545:1: warning: unused function template 'arma_incompat_size_string' [-Wunused-template]
545 | arma_incompat_size_string(const subview_cube<eT>& Q, const Mat<eT>& A, const char* x)
| ^~~~~~~~~~~~~~~~~~~~~~~~~
18 warnings generated.
/usr/local/clang23/bin/clang++ -std=gnu++20 -shared -L/usr/local/clang/lib64 -L/usr/local/clang23/lib -L/usr/local/clang23/lib/x86_64-unknown-linux-gnu -L/usr/local/lib64 -o secrdesign.so RcppExports.o secrdesignarma.o -L/data/localhost/ripley/R/R-clang/lib -lRlapack -L/data/localhost/ripley/R/R-clang/lib -lRblas -lflang_rt.runtime -lm
make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-clang/secrdesign/src'
make[1]: Entering directory '/data/localhost/ripley/R/packages/tests-clang/secrdesign/src'
make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-clang/secrdesign/src'
installing to /data/localhost/ripley/R/packages/tests-clang/secrdesign.Rcheck/00LOCK-secrdesign/00new/secrdesign/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
*** copying figures
** building package indices
** 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 (secrdesign)