CRAN Package Check Results for Package semisupKernelPCA

Last updated on 2018-06-17 19:50:01 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.5 3.66 52.52 56.18 ERROR
r-devel-linux-x86_64-debian-gcc 0.1.5 4.47 43.27 47.74 ERROR
r-devel-linux-x86_64-fedora-clang 0.1.5 66.15 NOTE
r-devel-linux-x86_64-fedora-gcc 0.1.5 63.14 NOTE
r-devel-windows-ix86+x86_64 0.1.5 11.00 61.00 72.00 NOTE
r-patched-linux-x86_64 0.1.5 4.98 43.02 48.00 ERROR
r-patched-solaris-x86 0.1.5 91.30 NOTE
r-release-linux-x86_64 0.1.5 3.35 43.10 46.45 ERROR
r-release-windows-ix86+x86_64 0.1.5 11.00 57.00 68.00 NOTE
r-release-osx-x86_64 0.1.5 NOTE
r-oldrel-windows-ix86+x86_64 0.1.5 6.00 73.00 79.00 NOTE
r-oldrel-osx-x86_64 0.1.5 NOTE

Check Details

Version: 0.1.5
Check: DESCRIPTION meta-information
Result: NOTE
    Malformed Title field: should not end in a period.
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.1.5
Check: dependencies in R code
Result: NOTE
    Packages in Depends field not imported from:
     ‘datautils’ ‘irlba’
     These packages need to be imported from (in the NAMESPACE file)
     for when this namespace is loaded but not attached.
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.1.5
Check: S3 generic/method consistency
Result: NOTE
    Found the following apparent S3 methods exported but not registered:
     add.linkinfo check.linkinfo del.linkinfo length.linkinfo
     transform.linkinfo
    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.1.5
Check: R code for possible problems
Result: NOTE
    computeKernel: no visible binding for global variable ‘sd’
    computeKernel: no visible global function definition for ‘dist’
    computeKernel: no visible global function definition for ‘quantile’
    computeProjectionFromKernel : <anonymous>: no visible global function
     definition for ‘irlba’
    distortions: no visible binding for global variable ‘sd’
    distortions: no visible global function definition for ‘dist’
    Undefined global functions or variables:
     dist irlba quantile sd
    Consider adding
     importFrom("stats", "dist", "quantile", "sd")
    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.1.5
Check: examples
Result: ERROR
    Running examples in ‘semisupKernelPCA-Ex.R’ failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: add
    > ### Title: Generic add method
    > ### Aliases: add
    >
    > ### ** Examples
    >
    > data(iris)
    >
    > krn <- computeKernel(iris[,1:4])
    > lk <- linkinfo(krn)
    > lk <- add(lk, 1, 5, "link")
    Error in UseMethod("add") :
     no applicable method for 'add' applied to an object of class "linkinfo"
    Calls: add
    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