Last updated on 2017-07-21 07:46:24.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 2.0.5 | 5.27 | 59.02 | 64.29 | WARN | |
| r-devel-linux-x86_64-debian-gcc | 2.0.5 | 5.18 | 60.92 | 66.11 | WARN | |
| r-devel-linux-x86_64-fedora-clang | 2.0.5 | 129.25 | WARN | |||
| r-devel-linux-x86_64-fedora-gcc | 2.0.5 | 120.98 | WARN | |||
| r-devel-windows-ix86+x86_64 | 2.0.5 | 26.00 | 159.00 | 185.00 | WARN | |
| r-patched-linux-x86_64 | 2.0.5 | 4.86 | 62.42 | 67.28 | WARN | |
| r-patched-solaris-x86 | 2.0.5 | 3.20 | ERROR | |||
| r-release-linux-x86_64 | 2.0.5 | 4.92 | 60.17 | 65.09 | WARN | |
| r-release-windows-ix86+x86_64 | 2.0.5 | 21.00 | 168.00 | 189.00 | WARN | |
| r-release-osx-x86_64 | 2.0.5 | WARN | ||||
| r-oldrel-windows-ix86+x86_64 | 2.0.5 | 26.00 | 156.00 | 182.00 | WARN | |
| r-oldrel-osx-x86_64 | 2.0.5 | NOTE |
Version: 2.0.5
Check: R code for possible problems
Result: NOTE
correlate: no visible global function definition for ‘complete.cases’
correlate: no visible global function definition for ‘qnorm’
correlate: no visible global function definition for ‘pnorm’
show,mRMRe.Data: no visible global function definition for ‘str’
show,mRMRe.Filter: no visible global function definition for ‘str’
show,mRMRe.Network: no visible global function definition for ‘str’
Undefined global functions or variables:
complete.cases pnorm qnorm str
Consider adding
importFrom("stats", "complete.cases", "pnorm", "qnorm")
importFrom("utils", "str")
to your NAMESPACE file.
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-devel-windows-ix86+x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-x86_64
Version: 2.0.5
Check: compilation flags in Makevars
Result: WARN
Non-portable flags in variable 'PKG_CPPFLAGS':
-g
Non-portable flags in variable 'PKG_CFLAGS':
-g
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-devel-windows-ix86+x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64
Version: 2.0.5
Check: compiled code
Result: NOTE
File ‘mRMRe/libs/mRMRe.so’:
Found no calls to: ‘R_registerRoutines’, ‘R_useDynamicSymbols’
It is good practice to register native routines and to disable symbol
search.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ 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: 2.0.5
Check: package dependencies
Result: ERROR
Package required but not available: ‘igraph’
See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
manual.
Flavor: r-patched-solaris-x86
Version: 2.0.5
Check: re-building of vignette outputs
Result: NOTE
Error in re-building vignettes:
...
The following objects are masked from ‘package:stats’:
decompose, spectrum
The following object is masked from ‘package:base’:
union
Error in texi2dvi(file = file, pdf = TRUE, clean = clean, quiet = quiet, :
Running 'texi2dvi' on 'mRMRe.tex' failed.
LaTeX errors:
! LaTeX Error: File `authblk.sty' not found.
Type X to quit or <RETURN> to proceed,
or enter new name. (Default extension: sty)
! Emergency stop.
<read *>
l.11 ^^M
! ==> Fatal error occurred, no output PDF file produced!
Calls: buildVignettes -> texi2pdf -> texi2dvi
Execution halted
Flavor: r-release-osx-x86_64