CRAN Package Check Results for Package drm

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

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.5-8 4.86 30.70 35.56 ERROR
r-devel-linux-x86_64-debian-gcc 0.5-8 3.66 22.93 26.59 ERROR
r-devel-linux-x86_64-fedora-clang 0.5-8 73.46 NOTE
r-devel-linux-x86_64-fedora-gcc 0.5-8 67.46 NOTE
r-devel-windows-ix86+x86_64 0.5-8 9.00 59.00 68.00 NOTE
r-patched-linux-x86_64 0.5-8 4.51 28.27 32.78 ERROR
r-patched-solaris-x86 0.5-8 96.00 NOTE
r-release-linux-x86_64 0.5-8 3.65 28.41 32.06 ERROR
r-release-windows-ix86+x86_64 0.5-8 8.00 56.00 64.00 NOTE
r-release-osx-x86_64 0.5-8 NOTE
r-oldrel-windows-ix86+x86_64 0.5-8 3.00 66.00 69.00 NOTE
r-oldrel-osx-x86_64 0.5-8 NOTE

Check Details

Version: 0.5-8
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.5-8
Check: S3 generic/method consistency
Result: NOTE
    Found the following apparent S3 methods exported but not registered:
     plot.depratio print.depratio print.drm print.summary.drm summary.drm
    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.5-8
Check: R code for possible problems
Result: NOTE
    depratio: warning in match.call(expand = FALSE): partial argument match
     of ‘expand’ to ‘expand.dots’
    drm: warning in match.call(expand = FALSE): partial argument match of
     ‘expand’ to ‘expand.dots’
    depratio: no visible global function definition for ‘terms’
    depratio: no visible global function definition for ‘model.extract’
    depratio : <anonymous>: no visible global function definition for
     ‘quantile’
    drm: no visible binding for global variable ‘binomial’
    drm: no visible global function definition for ‘terms’
    drm: no visible global function definition for ‘model.matrix’
    drm: no visible global function definition for ‘model.extract’
    drm: no visible global function definition for ‘glm.fit’
    drm: no visible global function definition for ‘na.omit’
    drm: no visible global function definition for ‘nlm’
    getass.drm : <anonymous>: no visible global function definition for
     ‘model.matrix’
    getass.drm : <anonymous>: no visible global function definition for
     ‘terms’
    getass.drm : <anonymous>: no visible global function definition for
     ‘model.frame’
    plot.depratio: no visible global function definition for ‘par’
    plot.depratio : <anonymous>: no visible global function definition for
     ‘plot’
    plot.depratio : <anonymous>: no visible global function definition for
     ‘segments’
    plot.depratio : <anonymous>: no visible global function definition for
     ‘title’
    plot.depratio : <anonymous>: no visible global function definition for
     ‘abline’
    plot.depratio : <anonymous>: no visible global function definition for
     ‘axis’
    plot.depratio: no visible global function definition for ‘matplot’
    plot.depratio: no visible global function definition for ‘symbols’
    plot.depratio: no visible global function definition for ‘axis’
    plot.depratio: no visible global function definition for ‘abline’
    Undefined global functions or variables:
     abline axis binomial glm.fit matplot model.extract model.frame
     model.matrix na.omit nlm par plot quantile segments symbols terms
     title
    Consider adding
     importFrom("graphics", "abline", "axis", "matplot", "par", "plot",
     "segments", "symbols", "title")
     importFrom("stats", "binomial", "glm.fit", "model.extract",
     "model.frame", "model.matrix", "na.omit", "nlm", "quantile",
     "terms")
    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.5-8
Check: examples
Result: ERROR
    Running examples in ‘drm-Ex.R’ failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: depratio
    > ### Title: Empirical estimates of the dependence ratios
    > ### Aliases: depratio print.depratio plot.depratio
    > ### Keywords: arith
    >
    > ### ** Examples
    >
    > ## calculate and plot the observed 2nd order dependence ratios
    > ## for the marijuana data:
    > data(marijuana)
    > dr.male <- depratio(y~cluster(id)+Time(age), data=marijuana,
    + subset=sex=="male")
    > dr.male
    $tau
     1,2 2,3 3,4 4,5
    tau11 1.529412 2.064706 2.340000 2.9250000
    tau21 1.720588 1.595455 1.114286 0.2045455
    tau12 4.727273 2.949580 1.575000 0.5484375
    tau22 5.318182 3.545455 3.428571 3.2343750
    
    $freq
     1,2 2,3 3,4 4,5
    freq11 2 6 8 11
    freq21 1 3 4 1
    freq12 4 9 7 3
    freq22 2 7 16 23
    
    $boot
    NULL
    
    $call
    depratio(formula = y ~ cluster(id) + Time(age), data = marijuana,
     subset = sex == "male")
    
    attr(,"class")
    [1] "depratio"
    > plot(dr.male)
    Error in xy.coords(x, y, xlabel, ylabel, log) :
     'x' is a list, but does not have components 'x' and 'y'
    Calls: plot -> plot.default -> xy.coords
    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