Last updated on 2020-08-07 01:49:49 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 2.68 | 35.47 | 38.15 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 2.22 | 26.27 | 28.49 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 52.45 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 42.88 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.0 | 9.00 | 58.00 | 67.00 | NOTE | |
r-patched-linux-x86_64 | 1.0 | 2.77 | 34.38 | 37.15 | NOTE | |
r-patched-solaris-x86 | 1.0 | 63.70 | NOTE | |||
r-release-linux-x86_64 | 1.0 | 2.71 | 34.50 | 37.21 | NOTE | |
r-release-macos-x86_64 | 1.0 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.0 | 9.00 | 42.00 | 51.00 | NOTE | |
r-oldrel-macos-x86_64 | 1.0 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.0 | 5.00 | 47.00 | 52.00 | NOTE |
Version: 1.0
Check: dependencies in R code
Result: NOTE
'library' or 'require' call to 'maxLik' which was already attached by Depends.
Please remove these calls from your code.
Package in Depends field not imported from: 'maxLik'
These packages need to be imported from (in the NAMESPACE file)
for when this namespace is loaded but not attached.
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: 1.0
Check: R code for possible problems
Result: NOTE
ILik : rbern: no visible global function definition for 'runif'
ILik : q: no visible global function definition for 'dnorm'
ILik : SlambdaG: no visible global function definition for 'rnorm'
ILik : Pi_hat: no visible global function definition for 'rnorm'
ILik : q: no visible global function definition for 'dgamma'
ILik : SlambdaG: no visible global function definition for 'rgamma'
ILik : Pi_hat: no visible global function definition for 'rgamma'
ILik: no visible global function definition for 'maxLik'
ILik: no visible global function definition for 'coef'
ILik: no visible global function definition for 'hessian'
Undefined global functions or variables:
coef dgamma dnorm hessian maxLik rgamma rnorm runif
Consider adding
importFrom("stats", "coef", "dgamma", "dnorm", "rgamma", "rnorm",
"runif")
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-patched-solaris-x86, r-release-linux-x86_64, r-release-macos-x86_64, r-release-windows-ix86+x86_64
Version: 1.0
Check: R code for possible problems
Result: NOTE
ILik : rbern: no visible global function definition for ‘runif’
ILik : q: no visible global function definition for ‘dnorm’
ILik : SlambdaG: no visible global function definition for ‘rnorm’
ILik : Pi_hat: no visible global function definition for ‘rnorm’
ILik : q: no visible global function definition for ‘dgamma’
ILik : SlambdaG: no visible global function definition for ‘rgamma’
ILik : Pi_hat: no visible global function definition for ‘rgamma’
ILik: no visible global function definition for ‘maxLik’
ILik: no visible global function definition for ‘coef’
ILik: no visible global function definition for ‘hessian’
ILik: no visible global function definition for ‘plot’
Undefined global functions or variables:
coef dgamma dnorm hessian maxLik plot rgamma rnorm runif
Consider adding
importFrom("graphics", "plot")
importFrom("stats", "coef", "dgamma", "dnorm", "rgamma", "rnorm",
"runif")
to your NAMESPACE file.
Flavors: r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64