Last updated on 2020-08-07 01:49:55 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags | 
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.2 | 2.24 | 20.46 | 22.70 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 1.2 | 1.72 | 16.24 | 17.96 | NOTE | |
| r-devel-linux-x86_64-fedora-clang | 1.2 | 36.17 | NOTE | |||
| r-devel-linux-x86_64-fedora-gcc | 1.2 | 27.02 | NOTE | |||
| r-devel-windows-ix86+x86_64 | 1.2 | 9.00 | 40.00 | 49.00 | NOTE | |
| r-patched-linux-x86_64 | 1.2 | 2.09 | 20.19 | 22.28 | NOTE | |
| r-patched-solaris-x86 | 1.2 | 43.10 | NOTE | |||
| r-release-linux-x86_64 | 1.2 | 2.23 | 20.39 | 22.62 | NOTE | |
| r-release-macos-x86_64 | 1.2 | NOTE | ||||
| r-release-windows-ix86+x86_64 | 1.2 | 8.00 | 47.00 | 55.00 | NOTE | |
| r-oldrel-macos-x86_64 | 1.2 | NOTE | ||||
| r-oldrel-windows-ix86+x86_64 | 1.2 | 7.00 | 56.00 | 63.00 | NOTE | 
Version: 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: 1.2
Check: R code for possible problems
Result: NOTE
    pdist: no visible global function definition for 'dist'
    pdist: no visible global function definition for 'new'
    Undefined global functions or variables:
      dist new
    Consider adding
      importFrom("methods", "new")
      importFrom("stats", "dist")
    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: 1.2
Check: compiled code
Result: NOTE
    File ‘pdist/libs/pdist.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