CRAN Package Check Results for Package GAMBoost

Last updated on 2020-08-07 01:49:44 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.2-3 8.21 68.27 76.48 NOTE
r-devel-linux-x86_64-debian-gcc 1.2-3 8.12 51.65 59.77 NOTE
r-devel-linux-x86_64-fedora-clang 1.2-3 100.13 NOTE
r-devel-linux-x86_64-fedora-gcc 1.2-3 90.59 NOTE
r-devel-windows-ix86+x86_64 1.2-3 24.00 105.00 129.00 NOTE
r-patched-linux-x86_64 1.2-3 9.13 66.33 75.46 NOTE
r-patched-solaris-x86 1.2-3 135.10 NOTE
r-release-linux-x86_64 1.2-3 9.52 66.43 75.95 NOTE
r-release-macos-x86_64 1.2-3 NOTE
r-release-windows-ix86+x86_64 1.2-3 24.00 129.00 153.00 NOTE
r-oldrel-macos-x86_64 1.2-3 NOTE
r-oldrel-windows-ix86+x86_64 1.2-3 15.00 119.00 134.00 NOTE

Check Details

Version: 1.2-3
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-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64

Version: 1.2-3
Check: top-level files
Result: NOTE
    Non-standard files/directories found at top level:
     'changeLog' 'gnugpl2.txt'
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-release-linux-x86_64

Version: 1.2-3
Check: dependencies in R code
Result: NOTE
    'library' or 'require' calls in package code:
     'parallel' 'snowfall'
     Please use :: or requireNamespace() instead.
     See section 'Suggested packages' in the 'Writing R Extensions' manual.
    Package in Depends field not imported from: 'Matrix'
     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-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64

Version: 1.2-3
Check: foreign function calls
Result: NOTE
    Calls with DUP:
     .C("get_min_score_dev_binary_index", x.linear, as.integer(length(y)),
     as.integer(componentwise.no), as.integer(nrow(x.linear)),
     subset.index, linpen.index, as.double(y), as.double(actual.mu),
     as.double(actual.eta), as.double(D), as.double(weights),
     double(length(y)), as.double(fstruct$penalty.linear[linear.is.penalized]),
     double(componentwise.no), index = integer(1), score = double(componentwise.no),
     dev = double(1), DUP = FALSE)
     .C("calc_dev_binary_index", x.linear, as.integer(length(y)),
     as.integer(componentwise.no), as.integer(nrow(x.linear)),
     subset.index, linpen.index, as.double(y), as.double(actual.mu),
     as.double(actual.eta), as.double(D), as.double(weights),
     double(length(y)), as.double(fstruct$penalty.linear[linear.is.penalized]),
     double(componentwise.no), double(componentwise.no), res = double(componentwise.no),
     DUP = FALSE)
     .C("pre_sum_index", x.linear, as.integer(length(D)), as.integer(componentwise.no),
     as.integer(nrow(x.linear)), subset.index, linpen.index, as.double(D),
     as.double(weights), res = double(componentwise.no), DUP = FALSE)
     .C("get_min_score_dev_gaussian_index", x.linear, as.integer(length(y)),
     as.integer(componentwise.no), as.integer(nrow(x.linear)),
     subset.index, linpen.index, as.double(y), as.double(actual.mu),
     as.double(actual.eta), as.double(D), as.double(weights),
     double(length(y)), as.double(fstruct$penalty.linear[linear.is.penalized]),
     pre.sum, index = integer(1), score = double(componentwise.no),
     dev = double(1), DUP = FALSE)
     .C("get_min_score_dev_general_index", x.linear, as.integer(length(y)),
     as.integer(componentwise.no), as.integer(nrow(x.linear)),
     subset.index, linpen.index, as.double(y), as.double(actual.mu),
     as.double(actual.eta), as.double(D), as.double(weights),
     double(length(y)), as.double(fstruct$penalty.linear[linear.is.penalized]),
     double(componentwise.no), index = integer(1), score = double(componentwise.no),
     beta.delta = double(1), DUP = FALSE)
    DUP is no longer supported and will be ignored.
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-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64

Version: 1.2-3
Check: R code for possible problems
Result: NOTE
    GAMBoost: no visible global function definition for 'binomial'
    GAMBoost: no visible global function definition for 'gaussian'
    GAMBoost: no visible global function definition for 'poisson'
    GAMBoost: no visible binding for global variable 'sd'
    GAMBoost: no visible global function definition for 'Matrix'
    calc.confidence.bands: no visible global function definition for
     'predict'
    cv.GAMBoost: no visible global function definition for 'binomial'
    cv.GAMBoost : eval.fold: no visible global function definition for
     'predict'
    cv.GAMBoost: no visible global function definition for 'mclapply'
    cv.GAMBoost: no visible binding for global variable 'var'
    estimPVal: no visible global function definition for 'mclapply'
    plot.GAMBoost: no visible global function definition for 'lines'
    Undefined global functions or variables:
     Matrix binomial gaussian lines mclapply poisson predict sd var
    Consider adding
     importFrom("graphics", "lines")
     importFrom("stats", "binomial", "gaussian", "poisson", "predict", "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-macos-x86_64, r-release-windows-ix86+x86_64

Version: 1.2-3
Check: compiled code
Result: NOTE
    File ‘GAMBoost/libs/GAMBoost.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.2-3
Check: R code for possible problems
Result: NOTE
    GAMBoost: no visible global function definition for ‘binomial’
    GAMBoost: no visible global function definition for ‘gaussian’
    GAMBoost: no visible global function definition for ‘poisson’
    GAMBoost: no visible binding for global variable ‘sd’
    GAMBoost: no visible global function definition for ‘Matrix’
    calc.confidence.bands: no visible global function definition for
     ‘predict’
    cv.GAMBoost: no visible global function definition for ‘binomial’
    cv.GAMBoost : eval.fold: no visible global function definition for
     ‘predict’
    cv.GAMBoost: no visible global function definition for ‘mclapply’
    cv.GAMBoost: no visible binding for global variable ‘var’
    estimPVal: no visible global function definition for ‘mclapply’
    plot.GAMBoost: no visible global function definition for ‘plot’
    plot.GAMBoost: no visible global function definition for ‘lines’
    Undefined global functions or variables:
     Matrix binomial gaussian lines mclapply plot poisson predict sd var
    Consider adding
     importFrom("graphics", "lines", "plot")
     importFrom("stats", "binomial", "gaussian", "poisson", "predict", "sd",
     "var")
    to your NAMESPACE file.
Flavors: r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64