Last updated on 2020-01-16 12:48:00 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.1 | 48.50 | 64.98 | 113.48 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.1.1 | 37.76 | 50.03 | 87.79 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.1.1 | 141.15 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.1 | 143.77 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.1.1 | 114.00 | 132.00 | 246.00 | OK | |
r-devel-windows-ix86+x86_64-gcc8 | 0.1.1 | 86.00 | 100.00 | 186.00 | OK | |
r-patched-linux-x86_64 | 0.1.1 | 37.36 | 57.73 | 95.09 | NOTE | |
r-patched-solaris-x86 | 0.1.1 | 140.80 | WARN | |||
r-release-linux-x86_64 | 0.1.1 | 40.03 | 57.99 | 98.02 | NOTE | |
r-release-windows-ix86+x86_64 | 0.1.1 | 122.00 | 87.00 | 209.00 | OK | |
r-release-osx-x86_64 | 0.1.1 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 0.1.1 | 88.00 | 134.00 | 222.00 | OK | |
r-oldrel-osx-x86_64 | 0.1.1 | OK |
Version: 0.1.1
Check: use of SHLIB_OPENMP_*FLAGS in Makefiles
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++
src/Makevars.win: SHLIB_OPENMP_CXXFLAGS is included in PKG_CXXFLAGS but not in PKG_LIBS
src/Makevars.win: 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).
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-linux-x86_64, r-release-linux-x86_64
Version: 0.1.1
Check: re-building of vignette outputs
Result: WARN
Error(s) in re-building vignettes:
...
--- re-building ‘CaliCo-introduction.Rmd’ using rmarkdown
Warning in engine$weave(file, quiet = quiet, encoding = enc) :
Pandoc (>= 1.12.3) and/or pandoc-citeproc not available. Falling back to R Markdown v1.
Quitting from lines 365-368 (CaliCo-introduction.Rmd)
Error: processing vignette 'CaliCo-introduction.Rmd' failed with diagnostics:
function 'enterRNGScope' not provided by package 'Rcpp'
--- failed re-building ‘CaliCo-introduction.Rmd’
SUMMARY: processing the following file failed:
‘CaliCo-introduction.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-patched-solaris-x86