CRAN Package Check Results for Package mathgraph

Last updated on 2018-06-17 19:49:47 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.9-11 1.37 19.76 21.13 ERROR
r-devel-linux-x86_64-debian-gcc 0.9-11 0.97 15.47 16.44 ERROR
r-devel-linux-x86_64-fedora-clang 0.9-11 25.57 NOTE
r-devel-linux-x86_64-fedora-gcc 0.9-11 23.27 NOTE
r-devel-windows-ix86+x86_64 0.9-11 4.00 28.00 32.00 NOTE
r-patched-linux-x86_64 0.9-11 1.34 18.39 19.73 ERROR
r-patched-solaris-x86 0.9-11 36.20 NOTE
r-release-linux-x86_64 0.9-11 1.57 18.07 19.64 ERROR
r-release-windows-ix86+x86_64 0.9-11 5.00 27.00 32.00 NOTE
r-release-osx-x86_64 0.9-11 NOTE
r-oldrel-windows-ix86+x86_64 0.9-11 3.00 26.00 29.00 NOTE
r-oldrel-osx-x86_64 0.9-11 NOTE

Check Details

Version: 0.9-11
Check: DESCRIPTION meta-information
Result: NOTE
    Malformed Description field: should contain one or more complete sentences.
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-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-x86_64

Version: 0.9-11
Check: S3 generic/method consistency
Result: NOTE
    Found the following apparent S3 methods exported but not registered:
     [.mathgraph [<-.mathgraph adjamat.mathgraph alldirected.default
     alldirected.mathgraph c.mathgraph getpath.adjamat getpath.default
     getpath.incidmat getpath.mathgraph incidmat.mathgraph
     length.mathgraph names.mathgraph names<-.mathgraph plot.mathgraph
     print.mathgraph unique.mathgraph
    See section ‘Registering S3 methods’ 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-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64

Version: 0.9-11
Check: R code for possible problems
Result: NOTE
    plot.mathgraph: no visible global function definition for ‘plot’
    plot.mathgraph: no visible global function definition for ‘box’
    plot.mathgraph: no visible global function definition for ‘segments’
    plot.mathgraph: no visible global function definition for ‘arrows’
    plot.mathgraph: no visible global function definition for ‘text’
    Undefined global functions or variables:
     arrows box plot segments text
    Consider adding
     importFrom("graphics", "arrows", "box", "plot", "segments", "text")
    to your NAMESPACE file.
    
    Found the following assignments to the global environment:
    File ‘mathgraph/R/mathgraph.R’:
     assign(Inames[i], this.val, pos = 1)
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-patched-linux-x86_64, r-release-linux-x86_64

Version: 0.9-11
Check: examples
Result: ERROR
    Running examples in ‘mathgraph-Ex.R’ failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: adjamat
    > ### Title: Adjacency Matrix of a Mathematical Graph
    > ### Aliases: adjamat adjamat.mathgraph is.adjamat
    > ### Keywords: math
    >
    > ### ** Examples
    >
    > adjamat(mathgraph(~ 1:3 * 3:5, dir=TRUE))
    Error in UseMethod("adjamat") :
     no applicable method for 'adjamat' applied to an object of class "mathgraph"
    Calls: adjamat
    Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64

Version: 0.9-11
Check: R code for possible problems
Result: NOTE
    plot.mathgraph: no visible global function definition for ‘plot’
    plot.mathgraph: no visible global function definition for ‘box’
    plot.mathgraph: no visible global function definition for ‘segments’
    plot.mathgraph: no visible global function definition for ‘arrows’
    plot.mathgraph: no visible global function definition for ‘text’
    Undefined global functions or variables:
     arrows box plot segments text
    Consider adding
     importFrom("graphics", "arrows", "box", "plot", "segments", "text")
    to your NAMESPACE file.
Flavors: r-devel-linux-x86_64-fedora-gcc, r-devel-windows-ix86+x86_64, r-patched-solaris-x86, r-release-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-x86_64