CRAN Package Check Results for Package retimes

Last updated on 2021-01-27 09:49:57 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1-2 3.05 27.74 30.79 NOTE
r-devel-linux-x86_64-debian-gcc 0.1-2 3.01 21.49 24.50 NOTE
r-devel-linux-x86_64-fedora-clang 0.1-2 46.53 NOTE
r-devel-linux-x86_64-fedora-gcc 0.1-2 37.05 NOTE
r-devel-windows-ix86+x86_64 0.1-2 10.00 43.00 53.00 NOTE
r-patched-linux-x86_64 0.1-2 3.67 26.18 29.85 NOTE
r-patched-solaris-x86 0.1-2 57.60 NOTE
r-release-linux-x86_64 0.1-2 3.34 27.59 30.93 NOTE
r-release-macos-x86_64 0.1-2 NOTE
r-release-windows-ix86+x86_64 0.1-2 10.00 41.00 51.00 NOTE
r-oldrel-macos-x86_64 0.1-2 NOTE
r-oldrel-windows-ix86+x86_64 0.1-2 9.00 64.00 73.00 NOTE

Check Details

Version: 0.1-2
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: 0.1-2
Check: whether the namespace can be loaded with stated dependencies
Result: NOTE
    Warning: no function found corresponding to methods exports from 'retimes' for: 'show'
    
    A namespace must be able to be loaded with just the base namespace
    loaded: otherwise if the namespace gets loaded by a saved object, the
    session will be unable to start.
    
    Probably some imports need to be declared in the 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-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-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64

Version: 0.1-2
Check: dependencies in R code
Result: NOTE
    Package in Depends field not imported from: 'methods'
     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: 0.1-2
Check: R code for possible problems
Result: NOTE
    dexgauss: no visible global function definition for 'pnorm'
    loglik: no visible global function definition for 'pnorm'
    mexgauss: no visible global function definition for 'sd'
    rexgauss: no visible global function definition for 'rnorm'
    rexgauss: no visible global function definition for 'rexp'
    timefit: no visible global function definition for 'optim'
    timefit: no visible global function definition for 'sd'
    timefit: no visible global function definition for 'par'
    timefit: no visible global function definition for 'hist'
    timefit: no visible global function definition for 'density'
    timefit: no visible global function definition for 'curve'
    timefit: no visible global function definition for 'new'
    plot,timefit: no visible global function definition for 'density'
    plot,timefit: no visible global function definition for 'par'
    plot,timefit: no visible global function definition for 'curve'
    Undefined global functions or variables:
     curve density hist new optim par pnorm rexp rnorm sd
    Consider adding
     importFrom("graphics", "curve", "hist", "par")
     importFrom("methods", "new")
     importFrom("stats", "density", "optim", "pnorm", "rexp", "rnorm", "sd")
    to your NAMESPACE file (and ensure that your DESCRIPTION Imports field
    contains 'methods').
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: 0.1-2
Check: compiled code
Result: NOTE
    File ‘retimes/libs/retimes.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