• using R version 2.14.2 RC (2012-02-23 r58468)
  • using platform: i686-pc-linux-gnu (32-bit)
  • using session charset: UTF-8
  • checking for file ‘rrcovNA/DESCRIPTION’ ... OK
  • this is package ‘rrcovNA’ version ‘0.4-02’
  • checking package dependencies ... OK
  • checking if this is a source package ... OK
  • checking if there is a namespace ... NOTE
    As from R 2.14.0 all packages need a namespace.
    One will be generated on installation, but it is better to handcraft a
    NAMESPACE file: R CMD build will produce a suitable starting point.
  • checking for executable files ... OK
  • checking whether package ‘rrcovNA’ can be installed ... WARNING
    Found the following significant warnings:
    Warning: Type mismatch in argument 'xbar' at (1); passed REAL(4) to REAL(8)
    Warning: Rank mismatch in argument 'mu' at (1) (rank-1 and scalar)
    Warning: Type mismatch in argument 'sdv' at (1); passed REAL(4) to REAL(8)
    Warning: Type mismatch in argument 'sdv' at (1); passed REAL(8) to REAL(4)
    See ‘/home/hornik/tmp/R.check/r-patched/Work/PKGS/rrcovNA.Rcheck/00install.out’ for details.
  • checking installed package size ... OK
  • checking package directory ... OK
  • checking for portable file names ... OK
  • checking for sufficient/correct file permissions ... OK
  • checking DESCRIPTION meta-information ... OK
  • checking top-level files ... OK
  • checking index information ... OK
  • checking package subdirectories ... OK
  • checking R files for non-ASCII characters ... OK
  • checking R files for syntax errors ... OK
  • checking whether the package can be loaded ... OK
  • checking whether the package can be loaded with stated dependencies ... OK
  • checking whether the package can be unloaded cleanly ... OK
  • checking for unstated dependencies in R code ... OK
  • checking S3 generic/method consistency ... OK
  • checking replacement functions ... OK
  • checking foreign function calls ... OK
  • checking R code for possible problems ... NOTE
    File ‘rrcovNA/R/zzz.R’:
    .First.lib calls:
    cat(paste(title, " (version ", ver, ")\n", sep = ""))

    Package startup functions should use ‘packageStartupMessage’ to
    generate messages.
    See section ‘Good practice’ in ?.onAttach.

    .covNAMcd: warning in determinant(mcd, log = TRUE): partial argument
    match of 'log' to 'logarithm'
    .covNAMcd: warning in determinant(ans$cov, log = TRUE): partial
    argument match of 'log' to 'logarithm'
  • checking Rd files ... OK
  • checking Rd metadata ... OK
  • checking Rd cross-references ... OK
  • checking for missing documentation entries ... OK
  • checking for code/documentation mismatches ... OK
  • checking Rd \usage sections ... OK
  • checking Rd contents ... OK
  • checking for unstated dependencies in examples ... OK
  • checking contents of ‘data’ directory ... OK
  • checking data for non-ASCII characters ... OK
  • checking data for ASCII and uncompressed saves ... OK
  • checking line endings in C/C++/Fortran sources/headers ... OK
  • checking line endings in Makefiles ... OK
  • checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK
  • checking compiled code ... OK
  • checking examples ... WARNING
    Found the following significant warnings:

    Warning: sd(<data.frame>) is deprecated.
    Warning: sd(<data.frame>) is deprecated.
    Warning: sd(<matrix>) is deprecated.
    Warning: sd(<data.frame>) is deprecated.
    Warning: sd(<data.frame>) is deprecated.
    Warning: sd(<data.frame>) is deprecated.
    Warning: sd(<matrix>) is deprecated.
    Warning: sd(<data.frame>) is deprecated.
    Deprecated functions may be defunct as soon as of the next release of
    R.
    See ?Deprecated.
  • checking for unstated dependencies in tests ... OK
  • checking tests ... OK
    Running ‘tseqimp.R’
    Comparing ‘tseqimp.Rout’ to ‘tseqimp.Rout.save’ ...4c4
    < Scalable Robust Estimators with High Breakdown Point (version 1.3-01)
    ---
    > Scalable Robust Estimators with High Breakdown Point (version 1.3-00)
    7,9d6
    < Warning messages:
    < 1: replacing previous import 'plot' when loading 'rrcov'
    < 2: replacing previous import 'summary' when loading 'rrcov'
  • checking PDF version of manual ... OK
    WARNING: There were 2 warnings, see
    ‘/home/hornik/tmp/R.check/r-patched/Work/PKGS/rrcovNA.Rcheck/00check.log’
    for details