CRAN Package Check Results for Package dualScale

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.9.1 6.13 68.32 74.45 ERROR
r-devel-linux-x86_64-debian-gcc 0.9.1 4.87 53.07 57.94 ERROR
r-devel-linux-x86_64-fedora-clang 0.9.1 87.87 NOTE
r-devel-linux-x86_64-fedora-gcc 0.9.1 84.72 NOTE
r-devel-windows-ix86+x86_64 0.9.1 13.00 82.00 95.00 NOTE
r-patched-linux-x86_64 0.9.1 5.14 57.10 62.24 ERROR
r-patched-solaris-x86 0.9.1 119.20 NOTE
r-release-linux-x86_64 0.9.1 5.15 57.31 62.46 ERROR
r-release-windows-ix86+x86_64 0.9.1 12.00 74.00 86.00 NOTE
r-release-osx-x86_64 0.9.1 NOTE
r-oldrel-windows-ix86+x86_64 0.9.1 9.00 95.00 104.00 NOTE
r-oldrel-osx-x86_64 0.9.1 NOTE

Check Details

Version: 0.9.1
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.1
Check: S3 generic/method consistency
Result: NOTE
    Found the following apparent S3 methods exported but not registered:
     plot.ds print.ds summary.ds
    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.1
Check: R code for possible problems
Result: NOTE
    dsCHECK: no visible global function definition for ‘na.omit’
    dsFC: no visible global function definition for ‘cor’
    dsMC: no visible global function definition for ‘cor’
    plot.ds: no visible global function definition for ‘plot’
    plot.ds: no visible global function definition for ‘par’
    plot.ds: no visible global function definition for ‘points’
    plot.ds: no visible global function definition for ‘text’
    Undefined global functions or variables:
     cor na.omit par plot points text
    Consider adding
     importFrom("graphics", "par", "plot", "points", "text")
     importFrom("stats", "cor", "na.omit")
    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.9.1
Check: examples
Result: ERROR
    Running examples in ‘dualScale-Ex.R’ failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: dualScale-package
    > ### Title: Dual Scaling for Multiple Choice Data
    > ### Aliases: dualScale-package dualScale
    > ### Keywords: package Forced Classification Dual Scaling
    >
    > ### ** Examples
    >
    > data(singapore)
    > ciuca<-dsFC(singapore,2,6)
    Warning in (f_t/t(sve[, i]) %*% sve[, i])^0.5 * sve[, i] :
     Recycling array of length 1 in array-vector arithmetic is deprecated.
     Use c() or as.vector() instead.
    
    Warning in (f_t/t(sve[, i]) %*% sve[, i])^0.5 * sve[, i] :
     Recycling array of length 1 in array-vector arithmetic is deprecated.
     Use c() or as.vector() instead.
    
    Warning in (f_t/t(sve[, i]) %*% sve[, i])^0.5 * sve[, i] :
     Recycling array of length 1 in array-vector arithmetic is deprecated.
     Use c() or as.vector() instead.
    
    Warning in (f_t/t(sve[, i]) %*% sve[, i])^0.5 * sve[, i] :
     Recycling array of length 1 in array-vector arithmetic is deprecated.
     Use c() or as.vector() instead.
    
    Warning in (f_t/t(sve[, i]) %*% sve[, i])^0.5 * sve[, i] :
     Recycling array of length 1 in array-vector arithmetic is deprecated.
     Use c() or as.vector() instead.
    
    Warning in (f_t/t(sve[, i]) %*% sve[, i])^0.5 * sve[, i] :
     Recycling array of length 1 in array-vector arithmetic is deprecated.
     Use c() or as.vector() instead.
    
    Warning in (f_t/t(sve[, i]) %*% sve[, i])^0.5 * sve[, i] :
     Recycling array of length 1 in array-vector arithmetic is deprecated.
     Use c() or as.vector() instead.
    
    Warning in (f_t/t(sve[, i]) %*% sve[, i])^0.5 * sve[, i] :
     Recycling array of length 1 in array-vector arithmetic is deprecated.
     Use c() or as.vector() instead.
    
    > plot(ciuca)
    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