CRAN Package Check Results for Package MAMSE

Last updated on 2021-05-27 12:54:16 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2-1 3.01 25.17 28.18 ERROR
r-devel-linux-x86_64-debian-gcc 0.2-1 2.32 19.62 21.94 ERROR
r-devel-linux-x86_64-fedora-clang 0.2-1 44.65 ERROR
r-devel-linux-x86_64-fedora-gcc 0.2-1 34.12 ERROR
r-devel-windows-x86_64 0.2-1 5.00 40.00 45.00 OK
r-devel-windows-x86_64-gcc10-UCRT 0.2-1 OK
r-patched-linux-x86_64 0.2-1 2.76 26.25 29.01 OK
r-patched-solaris-x86 0.2-1 56.10 OK
r-release-linux-x86_64 0.2-1 2.83 26.27 29.10 OK
r-release-windows-ix86+x86_64 0.2-1 7.00 36.00 43.00 OK
r-oldrel-macos-x86_64 0.2-1 OK
r-oldrel-windows-ix86+x86_64 0.2-1 7.00 46.00 53.00 OK

Check Details

Version: 0.2-1
Check: examples
Result: ERROR
    Running examples in 'MAMSE-Ex.R' failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: MAMSE-package
    > ### Title: Minimum Averaged Mean Squared Error (MAMSE) Weights.
    > ### Aliases: MAMSE-package
    > ### Keywords: package multivariate nonparametric survival univar
    >
    > ### ** Examples
    >
    > set.seed(2009)
    >
    > # MAMSE weights for univariate data
    > x=list(rnorm(25),rnorm(250,.1),rnorm(100,-.1))
    > wx=MAMSE(x)
    >
    > # Weighted Likelihood estimate for the mean (Normal model)
    > sum(wx*sapply(x,mean))
    [1] 0.01458792
    >
    > #MAMSE weights for copulas
    > rho=c(.25,.3,.15,.2)
    > r=2*sin(rho*pi/600)
    > y=list(0,0,0,0)
    > for(i in 1:4){
    + sig=matrix(c(1,r,r,1),2,2)
    + y[[i]]=matrix(rnorm(150),nc=2)
    + }
    Error in matrix(c(1, r, r, 1), 2, 2) :
     data length differs from size of matrix: [10 != 2 x 2]
    Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

Version: 0.2-1
Check: compiled code
Result: NOTE
    File ‘MAMSE/libs/MAMSE.so’:
     Found no calls to: ‘R_registerRoutines’, ‘R_useDynamicSymbols’
    
    It is good practice to register native routines and to disable symbol
    search.
    
    See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 0.2-1
Check: examples
Result: ERROR
    Running examples in ‘MAMSE-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: MAMSE-package
    > ### Title: Minimum Averaged Mean Squared Error (MAMSE) Weights.
    > ### Aliases: MAMSE-package
    > ### Keywords: package multivariate nonparametric survival univar
    >
    > ### ** Examples
    >
    > set.seed(2009)
    >
    > # MAMSE weights for univariate data
    > x=list(rnorm(25),rnorm(250,.1),rnorm(100,-.1))
    > wx=MAMSE(x)
    >
    > # Weighted Likelihood estimate for the mean (Normal model)
    > sum(wx*sapply(x,mean))
    [1] 0.01458792
    >
    > #MAMSE weights for copulas
    > rho=c(.25,.3,.15,.2)
    > r=2*sin(rho*pi/600)
    > y=list(0,0,0,0)
    > for(i in 1:4){
    + sig=matrix(c(1,r,r,1),2,2)
    + y[[i]]=matrix(rnorm(150),nc=2)
    + }
    Error in matrix(c(1, r, r, 1), 2, 2) :
     data length differs from size of matrix: [10 != 2 x 2]
    Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc