Package: GauPro Check: tests New result: ERROR Running ‘testthat.R’ [124s/125s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(GauPro) > > test_check("GauPro") [ FAIL 1 | WARN 0 | SKIP 0 | PASS 3049 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test_kernel_model_and_kernels.R:1333:3'): Wide range Z ──────────── mean(abs((e1$Z - e1$pred(e1$X))/e1$Z)) is not strictly less than 0.1. Difference: 0.154 [ FAIL 1 | WARN 0 | SKIP 0 | PASS 3049 ] Error: Test failures Execution halted Package: goldfish Check: use of SHLIB_OPENMP_*FLAGS in Makefiles New result: NOTE src/Makevars: SHLIB_OPENMP_CXXFLAGS is included in PKG_CXXFLAGS but not in PKG_LIBS src/Makevars: SHLIB_OPENMP_CFLAGS is included in PKG_LIBS but linking is by C++ Use of these macros is discussed in sect 1.2.1.1 of ‘Writing R Extensions’. The macros for different languages may differ so the matching macro must be used in PKG_CXXFLAGS (etc) and match that used in PKG_LIBS (except for Fortran: see the manual).