Last updated on 2020-08-07 01:49:49 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.4 | 4.77 | 39.75 | 44.52 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 2.4 | 4.14 | 29.80 | 33.94 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 2.4 | 60.09 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 2.4 | 50.50 | NOTE | |||
r-devel-windows-ix86+x86_64 | 2.4 | 13.00 | 52.00 | 65.00 | NOTE | |
r-patched-linux-x86_64 | 2.4 | 4.89 | 38.16 | 43.05 | NOTE | |
r-patched-solaris-x86 | 2.4 | 74.80 | NOTE | |||
r-release-linux-x86_64 | 2.4 | 4.55 | 38.87 | 43.42 | NOTE | |
r-release-macos-x86_64 | 2.4 | NOTE | ||||
r-release-windows-ix86+x86_64 | 2.4 | 14.00 | 73.00 | 87.00 | NOTE | |
r-oldrel-macos-x86_64 | 2.4 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 2.4 | 7.00 | 48.00 | 55.00 | NOTE |
Version: 2.4
Check: top-level files
Result: NOTE
Non-standard file/directory found at top level:
'beta'
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.4
Check: whether the namespace can be loaded with stated dependencies
Result: NOTE
Warning: no function found corresponding to methods exports from 'ipdmeta' for: 'show'
A namespace must be able to be loaded with just the base namespace
loaded: otherwise if the namespace gets loaded by a saved object, the
session will be unable to start.
Probably some imports need to be declared in the 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, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64
Version: 2.4
Check: dependencies in R code
Result: NOTE
Package in Depends field not imported from: 'methods'
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: 2.4
Check: R code for possible problems
Result: NOTE
ipd.meta.power.base.function : power: no visible global function
definition for 'qnorm'
ipd.meta.power.base.function : power: no visible global function
definition for 'pnorm'
ipd.meta.power.base.function: no visible global function definition for
'qnorm'
ipdlme.hetero: no visible global function definition for 'new'
ipdlme.homo: no visible global function definition for 'new'
plot_ipdlme: no visible global function definition for 'par'
plot_ipdlme: no visible global function definition for 'abline'
plot_ipdlme: no visible global function definition for 'axis'
plot_ipdlme: no visible global function definition for 'segments'
confint,ipdlme: no visible global function definition for 'qt'
plot,ipdlme: no visible global function definition for 'par'
plot,ipdlme: no visible global function definition for 'abline'
plot,ipdlme: no visible global function definition for 'axis'
plot,ipdlme: no visible global function definition for 'segments'
summary,ipdlme: no visible global function definition for 'pt'
Undefined global functions or variables:
abline axis new par pnorm pt qnorm qt segments
Consider adding
importFrom("graphics", "abline", "axis", "par", "segments")
importFrom("methods", "new")
importFrom("stats", "pnorm", "pt", "qnorm", "qt")
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