Last updated on 2018-05-14 01:46:47 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.4.2 | 1.96 | 59.40 | 61.36 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.4.2 | 1.54 | 49.91 | 51.45 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.4.2 | 81.19 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.4.2 | 77.53 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.4.2 | 4.00 | 162.00 | 166.00 | OK | |
r-patched-linux-x86_64 | 0.4.2 | 1.55 | 63.97 | 65.52 | OK | |
r-patched-solaris-x86 | 0.4.2 | 119.10 | NOTE | |||
r-release-linux-x86_64 | 0.4.2 | 1.64 | 64.47 | 66.11 | OK | |
r-release-windows-ix86+x86_64 | 0.4.2 | 4.00 | 162.00 | 166.00 | OK | |
r-release-osx-x86_64 | 0.4.2 | ERROR | ||||
r-oldrel-windows-ix86+x86_64 | 0.4.2 | 6.00 | 107.00 | 113.00 | OK | |
r-oldrel-osx-x86_64 | 0.4.2 | NOTE |
Version: 0.4.2
Check: dependencies in R code
Result: NOTE
Namespaces in Imports field not imported from:
‘colourpicker’ ‘shinyBS’ ‘shinycssloaders’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-solaris-x86, r-release-osx-x86_64, r-oldrel-osx-x86_64
Version: 0.4.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [20s/47s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(memery)
Loading required package: showtext
Loading required package: sysfonts
Loading required package: showtextdb
>
> test_check("memery")
OMP: Error #15: Initializing libomp.dylib, but found libomp.dylib already initialized.
OMP: Hint: This means that multiple copies of the OpenMP runtime have been linked into the program. That is dangerous, since it can degrade performance or cause incorrect results. The best thing to do is to ensure that only a single OpenMP runtime is linked into the process, e.g. by avoiding static linking of the OpenMP runtime in any library. As an unsafe, unsupported, undocumented workaround you can set the environment variable KMP_DUPLICATE_LIB_OK=TRUE to allow the program to continue to execute, but that may cause crashes or silently produce incorrect results. For more information, please see http://www.intel.com/software/products/support/.
Flavor: r-release-osx-x86_64