Last updated on 2020-08-07 01:50:16 CEST.
Package | NOTE |
---|---|
mondate | 12 |
Current CRAN status:
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-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.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-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.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-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