CRAN Package Check Results for Package FormalSeries

Last updated on 2020-08-07 01:49:44 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0 3.87 25.20 29.07 NOTE
r-devel-linux-x86_64-debian-gcc 1.0 3.30 19.89 23.19 NOTE
r-devel-linux-x86_64-fedora-clang 1.0 43.82 NOTE
r-devel-linux-x86_64-fedora-gcc 1.0 34.47 NOTE
r-devel-windows-ix86+x86_64 1.0 10.00 52.00 62.00 NOTE
r-patched-linux-x86_64 1.0 3.65 24.67 28.32 NOTE
r-patched-solaris-x86 1.0 53.10 NOTE
r-release-linux-x86_64 1.0 4.19 25.03 29.22 NOTE
r-release-macos-x86_64 1.0 NOTE
r-release-windows-ix86+x86_64 1.0 7.00 35.00 42.00 NOTE
r-oldrel-macos-x86_64 1.0 NOTE
r-oldrel-windows-ix86+x86_64 1.0 10.00 56.00 66.00 NOTE

Check Details

Version: 1.0
Check: whether the namespace can be loaded with stated dependencies
Result: NOTE
    Warning: no function found corresponding to methods exports from 'FormalSeries' for: 'initialize', '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: 1.0
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: 1.0
Check: R code for possible problems
Result: NOTE
    &,fseries-numeric: no visible global function definition for 'new'
    *,fseries-fseries: no visible global function definition for 'new'
    *,fseries-numeric: no visible global function definition for 'new'
    *,numeric-fseries: no visible global function definition for 'new'
    +,fseries-fseries: no visible global function definition for 'new'
    +,fseries-numeric: no visible global function definition for 'new'
    +,numeric-fseries: no visible global function definition for 'new'
    -,fseries-ANY: no visible global function definition for 'new'
    -,fseries-numeric: no visible global function definition for 'new'
    -,numeric-fseries: no visible global function definition for 'new'
    /,fseries-numeric: no visible global function definition for 'new'
    [<-,fseries-matrix-missing-matrix: no visible global function
     definition for 'new'
    [<-,fseries-numeric-missing-numeric: no visible global function
     definition for 'new'
    initialize,fseries: no visible global function definition for
     'validObject'
    rfseries,numeric-numeric-numeric: no visible global function definition
     for 'runif'
    rfseries,numeric-numeric-numeric: no visible global function definition
     for 'rbinom'
    rfseries,numeric-numeric-numeric: no visible global function definition
     for 'new'
    Undefined global functions or variables:
     new rbinom runif validObject
    Consider adding
     importFrom("methods", "new", "validObject")
     importFrom("stats", "rbinom", "runif")
    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