CRAN Package Check Results for Package objectProperties

Last updated on 2021-06-28 15:51:11 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.6.5 5.59 28.90 34.49 NOTE
r-devel-linux-x86_64-debian-gcc 0.6.5 3.82 22.66 26.48 NOTE
r-devel-linux-x86_64-fedora-clang 0.6.5 49.78 NOTE
r-devel-linux-x86_64-fedora-gcc 0.6.5 42.01 NOTE
r-devel-windows-x86_64 0.6.5 11.00 41.00 52.00 NOTE
r-devel-windows-x86_64-gcc10-UCRT 0.6.5 NOTE
r-patched-linux-x86_64 0.6.5 5.01 28.08 33.09 NOTE
r-patched-solaris-x86 0.6.5 63.50 NOTE
r-release-linux-x86_64 0.6.5 5.27 28.25 33.52 NOTE
r-release-macos-arm64 0.6.5 NOTE
r-release-macos-x86_64 0.6.5 NOTE
r-release-windows-ix86+x86_64 0.6.5 8.00 35.00 43.00 NOTE
r-oldrel-macos-x86_64 0.6.5 NOTE
r-oldrel-windows-ix86+x86_64 0.6.5 9.00 33.00 42.00 NOTE

Check Details

Version: 0.6.5
Check: for hidden files and directories
Result: NOTE
    Found the following hidden files and directories:
     .gitignore
    These were most likely included in error. See section 'Package
    structure' in the 'Writing R Extensions' manual.
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-x86_64, r-devel-windows-x86_64-gcc10-UCRT, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64

Version: 0.6.5
Check: DESCRIPTION meta-information
Result: NOTE
    Malformed Title field: should not end in a period.
    Packages listed in more than one of Depends, Imports, Suggests, Enhances:
     'methods' 'objectSignals'
    A package should be listed in only one of these fields.
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-x86_64, r-devel-windows-x86_64-gcc10-UCRT, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64

Version: 0.6.5
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-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64

Version: 0.6.5
Check: R code for possible problems
Result: NOTE
    Color: no visible global function definition for 'new'
    NegativeInteger: no visible global function definition for 'new'
    NonnegativeInteger: no visible global function definition for 'new'
    NonpositiveInteger: no visible global function definition for 'new'
    PositiveInteger: no visible global function definition for 'new'
    setMultipleEnum: no visible global function definition for 'setClass'
    setMultipleEnum: no visible global function definition for 'prototype'
    setNumericWithRange: no visible global function definition for
     'setClass'
    setNumericWithRange: no visible global function definition for
     'prototype'
    setPropertySet: no visible binding for global variable 'extends'
    setPropertySet: no visible global function definition for 'setRefClass'
    setSingleEnum: no visible global function definition for 'setClass'
    setSingleEnum: no visible global function definition for 'prototype'
    as.list,PropertySet: no visible global function definition for 'as'
    initialize,SingleEnum: no visible global function definition for
     'callNextMethod'
    initialize,SingleEnum: no visible global function definition for 'head'
    Undefined global functions or variables:
     as callNextMethod extends head new prototype setClass setRefClass
    Consider adding
     importFrom("methods", "as", "callNextMethod", "extends", "new",
     "prototype", "setClass", "setRefClass")
     importFrom("utils", "head")
    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-x86_64, r-devel-windows-x86_64-gcc10-UCRT, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64

Version: 0.6.5
Check: Rd line widths
Result: NOTE
    Rd file 'Enum-class.Rd':
     \examples lines wider than 100 characters:
     PointSizeSingleEnum.gen <- setGlyphEnum("PointSize", levels = c("1", "2", "5", "10"), contains = "GlyphEnum")
    
    These lines will be truncated in the PDF manual.
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: 0.6.5
Check: dependencies in R code
Result: NOTE
    Namespace in Imports field not imported from: ‘methods’
     All declared Imports should be used.
    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-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64-gcc10-UCRT, r-patched-solaris-x86, r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-x86_64