Last updated on 2020-08-07 01:50:04 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1 | 4.32 | 27.01 | 31.33 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.1 | 3.77 | 21.04 | 24.81 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.1 | 46.80 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.1 | 38.35 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.1 | 14.00 | 38.00 | 52.00 | NOTE | |
r-patched-linux-x86_64 | 0.1 | 4.27 | 26.78 | 31.05 | NOTE | |
r-patched-solaris-x86 | 0.1 | 59.90 | NOTE | |||
r-release-linux-x86_64 | 0.1 | 4.53 | 26.62 | 31.15 | NOTE | |
r-release-macos-x86_64 | 0.1 | NOTE | ||||
r-release-windows-ix86+x86_64 | 0.1 | 9.00 | 50.00 | 59.00 | NOTE | |
r-oldrel-macos-x86_64 | 0.1 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.1 | 7.00 | 48.00 | 55.00 | NOTE |
Version: 0.1
Check: R code for possible problems
Result: NOTE
DrawMargin: no visible global function definition for 'qnorm'
DrawProbability: no visible global function definition for 'pnorm'
Factor: no visible global function definition for 'new'
Gaussian: no visible global function definition for 'new'
LikelihoodFactor: no visible global function definition for 'new'
Parameters: no visible global function definition for 'new'
Player: no visible global function definition for 'new'
PriorFactor: no visible global function definition for 'new'
SumFactor: no visible global function definition for 'new'
TruncateFactor: no visible global function definition for 'new'
Variable: no visible global function definition for 'new'
Vdraw: no visible global function definition for 'dnorm'
Vdraw: no visible global function definition for 'pnorm'
Vwin: no visible global function definition for 'dnorm'
Vwin: no visible global function definition for 'pnorm'
Wdraw: no visible global function definition for 'dnorm'
Wdraw: no visible global function definition for 'pnorm'
Undefined global functions or variables:
dnorm new pnorm qnorm
Consider adding
importFrom("methods", "new")
importFrom("stats", "dnorm", "pnorm", "qnorm")
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-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64
Version: 0.1
Check: dependencies in R code
Result: NOTE
Namespace in Imports field not imported from: ‘methods’
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-macos-x86_64, r-oldrel-macos-x86_64