Last updated on 2017-09-26 01:47:52.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 2.84 | 39.65 | 42.49 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 2.98 | 38.31 | 41.29 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 92.87 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 92.50 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.0 | 9.00 | 64.00 | 73.00 | NOTE | |
r-patched-linux-x86_64 | 1.0 | 2.99 | 38.74 | 41.73 | NOTE | |
r-patched-solaris-x86 | 1.0 | 120.80 | NOTE | |||
r-release-linux-x86_64 | 1.0 | 3.06 | 39.61 | 42.68 | NOTE | |
r-release-windows-ix86+x86_64 | 1.0 | 6.00 | 64.00 | 70.00 | NOTE | |
r-release-osx-x86_64 | 1.0 | ERROR | ||||
r-oldrel-windows-ix86+x86_64 | 1.0 | 7.00 | 68.00 | 75.00 | NOTE | |
r-oldrel-osx-x86_64 | 1.0 | NOTE |
Version: 1.0
Check: R code for possible problems
Result: NOTE
dSepAdji: no visible global function definition for ‘as’
dag2cpdagAdj: no visible global function definition for ‘as’
randomDAG: no visible global function definition for ‘rbinom’
structIntervDist: no visible global function definition for ‘as’
Undefined global functions or variables:
as rbinom
Consider adding
importFrom("methods", "as")
importFrom("stats", "rbinom")
to your NAMESPACE file (and ensure that your DESCRIPTION Imports field
contains 'methods').
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-patched-solaris-x86, r-release-linux-x86_64, r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64
Version: 1.0
Check: package dependencies
Result: ERROR
Packages required but not available: ‘pcalg’ ‘RBGL’
See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
manual.
Flavor: r-release-osx-x86_64
Version: 1.0
Check: R code for possible problems
Result: NOTE
randomDAG: no visible global function definition for ‘rbinom’
Undefined global functions or variables:
rbinom
Consider adding
importFrom("stats", "rbinom")
to your NAMESPACE file.
Flavor: r-oldrel-osx-x86_64