CRAN Package Check Results for Package LICurvature

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

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.1 0.68 19.23 19.91 ERROR
r-devel-linux-x86_64-debian-gcc 0.1.1 0.76 15.10 15.86 ERROR
r-devel-linux-x86_64-fedora-clang 0.1.1 23.41 NOTE
r-devel-linux-x86_64-fedora-gcc 0.1.1 21.66 NOTE
r-devel-windows-ix86+x86_64 0.1.1 4.00 39.00 43.00 NOTE
r-patched-linux-x86_64 0.1.1 0.95 17.73 18.68 ERROR
r-patched-solaris-x86 0.1.1 34.60 NOTE
r-release-linux-x86_64 0.1.1 0.97 17.58 18.55 ERROR
r-release-windows-ix86+x86_64 0.1.1 6.00 30.00 36.00 NOTE
r-release-osx-x86_64 0.1.1 NOTE
r-oldrel-windows-ix86+x86_64 0.1.1 3.00 38.00 41.00 NOTE
r-oldrel-osx-x86_64 0.1.1 NOTE

Check Details

Version: 0.1.1
Check: dependencies in R code
Result: NOTE
    Package in Depends field not imported from: ‘MASS’
     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.1
Check: S3 generic/method consistency
Result: NOTE
    Found the following apparent S3 methods exported but not registered:
     LICurvature.default
    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.1
Check: R code for possible problems
Result: NOTE
    LICurvature.default : f: no visible global function definition for
     ‘dnorm’
    LICurvature.default: no visible global function definition for ‘nlminb’
    LICurvature.default: no visible global function definition for ‘ginv’
    Undefined global functions or variables:
     dnorm ginv nlminb
    Consider adding
     importFrom("stats", "dnorm", "nlminb")
    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.1
Check: examples
Result: ERROR
    Running examples in ‘LICurvature-Ex.R’ failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: LICurvature-package
    > ### Title: Assement on Local Influence in Case-Weight for the Linear
    > ### Regression Models
    > ### Aliases: LICurvature-package
    > ### Keywords: package
    >
    > ### ** Examples
    >
    > data("Bahrami1")
    > gender<-Bahrami1$ GENDER
    > duration <-Bahrami1$ DURATION
    > y<-Bahrami1$ BMI
    > X=cbind(gender,duration )
    > Xstar=cbind(1,X)
    > p=2;
    > n=15;
    > ini=c(0,rep(1,p));
    >
    > LICurvature(ini,X=X,Xstar=Xstar,y=y,n=n,p=p)
    Error in UseMethod("LICurvature") :
     no applicable method for 'LICurvature' applied to an object of class "c('double', 'numeric')"
    Calls: LICurvature
    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