• using R version 4.2.0 (2022-04-22)
  • using platform: x86_64-apple-darwin17.0 (64-bit)
  • using session charset: UTF-8
  • checking for file ‘robustgam/DESCRIPTION’ ... OK
  • checking extension type ... Package
  • this is package ‘robustgam’ version ‘0.1.7’
  • checking package namespace information ... OK
  • checking package dependencies ... OK
  • checking if this is a source package ... OK
  • checking if there is a namespace ... OK
  • checking for executable files ... OK
  • checking for hidden files and directories ... OK
  • checking for portable file names ... OK
  • checking for sufficient/correct file permissions ... OK
  • checking whether package ‘robustgam’ can be installed ... [19s/19s] OK
  • checking installed package size ... OK
  • checking package directory ... OK
  • checking DESCRIPTION meta-information ... OK
  • checking top-level files ... OK
  • checking for left-over files ... OK
  • checking index information ... OK
  • checking package subdirectories ... OK
  • checking R files for non-ASCII characters ... OK
  • checking R files for syntax errors ... OK
  • checking whether the package can be loaded ... OK
  • checking whether the package can be loaded with stated dependencies ... OK
  • checking whether the package can be unloaded cleanly ... OK
  • checking whether the namespace can be loaded with stated dependencies ... OK
  • checking whether the namespace can be unloaded cleanly ... OK
  • checking loading without being on the library search path ... OK
  • checking dependencies in R code ... NOTE
    Packages in Depends field not imported from:
      ‘Rcpp’ ‘RcppArmadillo’ ‘mgcv’ ‘robustbase’
      These packages need to be imported from (in the NAMESPACE file)
      for when this namespace is loaded but not attached.
  • checking S3 generic/method consistency ... OK
  • checking replacement functions ... OK
  • checking foreign function calls ... OK
  • checking R code for possible problems ... [4s/4s] NOTE
    GIC: no visible global function definition for ‘integrate’
    QM.poisson: no visible global function definition for ‘ppois’
    QM.poisson: no visible global function definition for ‘dpois’
    expect.poisson: no visible global function definition for ‘dpois’
    expect.poisson: no visible global function definition for ‘ppois’
    pred.robustgam: no visible global function definition for
      ‘Predict.matrix’
    robust.sigma: no visible global function definition for ‘median’
    robustgam: no visible global function definition for ‘s’
    robustgam: no visible global function definition for
      ‘smooth.construct.tp.smooth.spec’
    robustgam: no visible global function definition for
      ‘smooth.construct.cr.smooth.spec’
    robustgam: no visible global function definition for
      ‘smooth.construct.ps.smooth.spec’
    robustgam : w.fun: no visible global function definition for ‘covMcd’
    robustgam.GIC.optim: no visible global function definition for ‘optim’
    robustgam.crossval : w.fun: no visible global function definition for
      ‘covMcd’
    robustgam.crossval: no visible global function definition for
      ‘integrate’
    smooth.construct.tr.smooth.spec: no visible global function definition
      for ‘quantile’
    w.binomial: no visible global function definition for ‘pbinom’
    w.poisson: no visible global function definition for ‘ppois’
    Undefined global functions or variables:
      Predict.matrix covMcd dpois integrate median optim pbinom ppois
      quantile s smooth.construct.cr.smooth.spec
      smooth.construct.ps.smooth.spec smooth.construct.tp.smooth.spec
    Consider adding
      importFrom("stats", "dpois", "integrate", "median", "optim", "pbinom",
                 "ppois", "quantile")
    to your NAMESPACE file.
  • checking Rd files ... [0s/0s] OK
  • checking Rd metadata ... OK
  • checking Rd cross-references ... OK
  • checking for missing documentation entries ... OK
  • checking for code/documentation mismatches ... OK
  • checking Rd \usage sections ... OK
  • checking Rd contents ... OK
  • checking for unstated dependencies in examples ... OK
  • checking line endings in C/C++/Fortran sources/headers ... OK
  • checking line endings in Makefiles ... OK
  • checking compilation flags in Makevars ... OK
  • checking for GNU extensions in Makefiles ... OK
  • checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK
  • checking use of PKG_*FLAGS in Makefiles ... OK
  • checking compiled code ... OK
  • checking examples ... [2s/2s] OK
  • checking PDF version of manual ... OK
  • DONE
    Status: 2 NOTEs
  • using check arguments '--no-clean-on-error '