Last updated on 2022-05-10 10:49:36 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 8.74 | 91.43 | 100.17 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 8.11 | 68.35 | 76.46 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 120.16 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 120.69 | NOTE | |||
r-devel-windows-x86_64 | 1.0 | 13.00 | 108.00 | 121.00 | NOTE | |
r-patched-linux-x86_64 | 1.0 | 7.22 | 85.44 | 92.66 | NOTE | |
r-release-linux-x86_64 | 1.0 | 8.86 | 86.42 | 95.28 | NOTE | |
r-release-macos-arm64 | 1.0 | 37.00 | NOTE | |||
r-release-macos-x86_64 | 1.0 | 63.00 | NOTE | |||
r-release-windows-x86_64 | 1.0 | 15.00 | 108.00 | 123.00 | NOTE | |
r-oldrel-macos-arm64 | 1.0 | 48.00 | NOTE | |||
r-oldrel-macos-x86_64 | 1.0 | 69.00 | NOTE | |||
r-oldrel-windows-ix86+x86_64 | 1.0 | 19.00 | 109.00 | 128.00 | 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-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64