CRAN Package Check Results for Package BSquare

Last updated on 2019-06-06 07:46:40 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1 14.21 75.31 89.52 WARN
r-devel-linux-x86_64-debian-gcc 1.1 11.64 60.33 71.97 NOTE
r-devel-linux-x86_64-fedora-clang 1.1 115.91 WARN
r-devel-linux-x86_64-fedora-gcc 1.1 107.90 NOTE
r-devel-windows-ix86+x86_64 1.1 34.00 145.00 179.00 NOTE
r-patched-linux-x86_64 1.1 13.22 75.05 88.27 NOTE
r-patched-solaris-x86 1.1 172.10 NOTE
r-release-linux-x86_64 1.1 11.27 75.25 86.52 NOTE
r-release-windows-ix86+x86_64 1.1 40.00 142.00 182.00 NOTE
r-release-osx-x86_64 1.1 WARN
r-oldrel-windows-ix86+x86_64 1.1 17.00 9.00 26.00 ERROR
r-oldrel-osx-x86_64 1.1 WARN

Check Details

Version: 1.1
Check: whether package can be installed
Result: WARN
    Found the following significant warnings:
     helpers.c:365:19: warning: absolute value function 'fabsf' given an argument of type 'double' but has parameter of type 'float' which may cause truncation of value [-Wabsolute-value]
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-fedora-clang, r-release-osx-x86_64, r-oldrel-osx-x86_64

Version: 1.1
Check: dependencies in R code
Result: NOTE
    'library' or 'require' calls to packages already attached by Depends:
     'VGAM' 'quadprog' 'quantreg'
     Please remove these calls from your code.
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-osx-x86_64

Version: 1.1
Check: R code for possible problems
Result: NOTE
    dqreg: no visible binding for global variable 'median'
    dqreg: no visible global function definition for 'median'
    log_pdf : q0: no visible global function definition for 'qnorm'
    log_pdf : d0: no visible global function definition for 'dnorm'
    log_pdf : q0: no visible global function definition for 'qt'
    log_pdf : d0: no visible global function definition for 'dt'
    log_pdf : q0: no visible global function definition for 'qweibull'
    log_pdf : d0: no visible global function definition for 'dweibull'
    log_pdf : q0: no visible global function definition for 'qgamma'
    log_pdf : d0: no visible global function definition for 'dgamma'
    make.B: no visible global function definition for 'qnorm'
    make.B: no visible global function definition for 'qweibull'
    make.B: no visible global function definition for 'qgamma'
    qr_plot: no visible global function definition for 'gray'
    qr_plot: no visible binding for global variable 'quantile'
    qr_plot: no visible global function definition for 'polygon'
    qr_plot: no visible global function definition for 'lines'
    qreg: no visible global function definition for 'sd'
    qreg: no visible global function definition for 'lm'
    qreg: no visible global function definition for 'var'
    qreg_spline: no visible global function definition for 'rnorm'
    qreg_spline: no visible global function definition for 'var'
    qreg_spline: no visible binding for global variable 'quantile'
    rootfind: no visible global function definition for 'runif'
    Undefined global functions or variables:
     dgamma dnorm dt dweibull gray lines lm median polygon qgamma qnorm qt
     quantile qweibull rnorm runif sd var
    Consider adding
     importFrom("grDevices", "gray")
     importFrom("graphics", "lines", "polygon")
     importFrom("stats", "dgamma", "dnorm", "dt", "dweibull", "lm",
     "median", "qgamma", "qnorm", "qt", "quantile", "qweibull",
     "rnorm", "runif", "sd", "var")
    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-osx-x86_64

Version: 1.1
Check: line endings in Makefiles
Result: NOTE
    Found the following Makefile(s) without a final LF:
     src/Makevars
    Some 'make' programs ignore lines not ending in LF.
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-osx-x86_64

Version: 1.1
Check: compiled code
Result: NOTE
    File ‘BSquare/libs/BSquare.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: 1.1
Check: whether package can be installed
Result: ERROR
    Installation failed.
Flavor: r-oldrel-windows-ix86+x86_64