Last updated on 2020-04-25 01:53:08 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.10.01.02 | 5.34 | 33.74 | 39.08 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.10.01.02 | 4.21 | 26.66 | 30.87 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.10.01.02 | 48.60 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.10.01.02 | 49.04 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.10.01.02 | 16.00 | 48.00 | 64.00 | NOTE | |
r-patched-linux-x86_64 | 0.10.01.02 | 5.17 | 33.54 | 38.71 | NOTE | |
r-patched-osx-x86_64 | 0.10.01.02 | NOTE | ||||
r-patched-solaris-x86 | 0.10.01.02 | 77.70 | NOTE | |||
r-release-linux-x86_64 | 0.10.01.02 | 4.77 | 30.67 | 35.44 | NOTE | |
r-release-windows-ix86+x86_64 | 0.10.01.02 | 12.00 | 43.00 | 55.00 | NOTE | |
r-release-osx-x86_64 | 0.10.01.02 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.10.01.02 | 6.00 | 62.00 | 68.00 | NOTE | |
r-oldrel-osx-x86_64 | 0.10.01.02 | NOTE |
Version: 0.10.01.02
Check: whether the namespace can be loaded with stated dependencies
Result: NOTE
Warning: no function found corresponding to methods exports from 'mondate' 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-osx-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-x86_64
Version: 0.10.01.02
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-osx-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-x86_64
Version: 0.10.01.02
Check: R code for possible problems
Result: NOTE
.date.to.mondate: no visible global function definition for 'new'
as.character.mondate: no visible global function definition for 'slot'
Arith,array-mondate: no visible global function definition for
'callGeneric'
Arith,mondate-array: no visible global function definition for
'callGeneric'
Arith,mondate-mondate: no visible global function definition for
'callGeneric'
Arith,mondate-numeric: no visible global function definition for
'callGeneric'
Arith,numeric-mondate: no visible global function definition for
'callGeneric'
Compare,mondate-ANY: no visible global function definition for
'callGeneric'
Compare,mondate-ANY: no visible global function definition for
'getDataPart'
Summary,mondate: no visible global function definition for
'callGeneric'
[,mondate: no visible global function definition for 'callNextMethod'
[,mondate: no visible global function definition for 'new'
array,mondate: no visible global function definition for
'callNextMethod'
as.numeric,mondate: no visible global function definition for 'slot'
c,mondate: no visible global function definition for 'new'
c,mondate: no visible binding for global variable 'getDataPart'
c,mondate: no visible global function definition for 'getDataPart'
matrix,mondate: no visible global function definition for
'callNextMethod'
mondate,Date: no visible global function definition for 'new'
mondate,POSIXt: no visible global function definition for 'new'
mondate,missing: no visible global function definition for 'new'
mondate,mondate: no visible global function definition for 'new'
mondate,numeric: no visible global function definition for 'new'
Undefined global functions or variables:
callGeneric callNextMethod getDataPart new slot
Consider adding
importFrom("methods", "callGeneric", "callNextMethod", "getDataPart",
"new", "slot")
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-osx-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-x86_64