CRAN Package Check Results for Package EloRating

Last updated on 2019-01-26 15:47:29 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.43 2.78 39.38 42.16 NOTE
r-devel-linux-x86_64-debian-gcc 0.43 2.54 30.37 32.91 NOTE
r-devel-linux-x86_64-fedora-clang 0.43 50.23 NOTE
r-devel-linux-x86_64-fedora-gcc 0.43 47.57 NOTE
r-devel-windows-ix86+x86_64 0.43 5.00 66.00 71.00 NOTE
r-patched-linux-x86_64 0.43 3.12 37.08 40.20 NOTE
r-patched-solaris-x86 0.43 70.00 NOTE
r-release-linux-x86_64 0.43 2.41 36.79 39.20 NOTE
r-release-windows-ix86+x86_64 0.43 7.00 62.00 69.00 NOTE
r-release-osx-x86_64 0.43 NOTE
r-oldrel-windows-ix86+x86_64 0.43 5.00 63.00 68.00 NOTE
r-oldrel-osx-x86_64 0.43 NOTE

Check Details

Version: 0.43
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.43
Check: S3 generic/method consistency
Result: NOTE
    Found the following apparent S3 methods exported but not registered:
     print.elo print.seqchecknopres print.sequencecheck scale.elo
     summary.elo
    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.43
Check: R code for possible problems
Result: NOTE
    e.single: no visible global function definition for ‘pnorm’
    elo.seq: no visible global function definition for ‘txtProgressBar’
    elo.seq: no visible global function definition for ‘setTxtProgressBar’
    elo.seq: no visible global function definition for ‘complete.cases’
    elo.seq: no visible global function definition for ‘median’
    eloplot: no visible global function definition for ‘tail’
    eloplot: no visible global function definition for ‘colors’
    eloplot: no visible global function definition for ‘layout’
    eloplot: no visible global function definition for ‘par’
    eloplot: no visible global function definition for ‘plot’
    eloplot: no visible global function definition for ‘axis’
    eloplot: no visible global function definition for ‘mtext’
    eloplot: no visible global function definition for ‘lines’
    eloplot: no visible global function definition for ‘legend’
    eloplot: no visible global function definition for ‘points’
    individuals: no visible global function definition for ‘sd’
    prunk: no visible global function definition for ‘combn’
    prunk: no visible global function definition for ‘na.omit’
    randomelo: no visible global function definition for ‘txtProgressBar’
    randomelo: no visible global function definition for
     ‘setTxtProgressBar’
    randomeloextract: no visible global function definition for ‘rnorm’
    randomeloextract: no visible global function definition for ‘sd’
    randomsequence: no visible global function definition for ‘combn’
    traj.elo: no visible global function definition for ‘na.omit’
    traj.elo: no visible global function definition for ‘lm’
    winprob: no visible global function definition for ‘pnorm’
    Undefined global functions or variables:
     axis colors combn complete.cases layout legend lines lm median mtext
     na.omit par plot pnorm points rnorm sd setTxtProgressBar tail
     txtProgressBar
    Consider adding
     importFrom("grDevices", "colors")
     importFrom("graphics", "axis", "layout", "legend", "lines", "mtext",
     "par", "plot", "points")
     importFrom("stats", "complete.cases", "lm", "median", "na.omit",
     "pnorm", "rnorm", "sd")
     importFrom("utils", "combn", "setTxtProgressBar", "tail",
     "txtProgressBar")
    to your 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-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-x86_64

Version: 0.43
Check: re-building of vignette outputs
Result: NOTE
    Error in re-building vignettes:
     ...
    Loading required package: zoo
    
    Attaching package: ‘zoo’
    
    The following objects are masked from ‘package:base’:
    
     as.Date, as.Date.numeric
    
    Error in texi2dvi(file = file, pdf = TRUE, clean = clean, quiet = quiet, :
     Running 'texi2dvi' on 'tutorial.tex' failed.
    BibTeX errors:
    The top-level auxiliary file: tutorial.aux
    I couldn't open style file agsm.bst
    ---line 3 of file tutorial.aux
     : \bibstyle{agsm
     : }
    I'm skipping whatever remains of this command
    I found no style file---while reading file tutorial.aux
    Calls: buildVignettes -> texi2pdf -> texi2dvi
    Execution halted
Flavor: r-oldrel-osx-x86_64