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.4 | 10.46 | 64.26 | 74.72 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.4 | 8.57 | 49.18 | 57.75 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.4 | 99.02 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.4 | 87.11 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.4 | 31.00 | 109.00 | 140.00 | NOTE | |
r-patched-linux-x86_64 | 1.4 | 8.89 | 62.41 | 71.30 | NOTE | |
r-patched-solaris-x86 | 1.4 | 131.60 | NOTE | |||
r-release-linux-x86_64 | 1.4 | 10.36 | 62.56 | 72.92 | NOTE | |
r-release-macos-x86_64 | 1.4 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.4 | 30.00 | 137.00 | 167.00 | NOTE | |
r-oldrel-macos-x86_64 | 1.4 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.4 | 18.00 | 119.00 | 137.00 | NOTE |
Version: 1.4
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.4
Check: dependencies in R code
Result: NOTE
Package in Depends field not imported from: 'reshape'
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.4
Check: R code for possible problems
Result: NOTE
blup: no visible global function definition for 'model.matrix'
blup: no visible global function definition for 'model.frame'
blup: no visible global function definition for 'read.table'
calcG: no visible global function definition for 'as'
gblup: no visible global function definition for 'model.matrix'
gblup: no visible global function definition for 'model.frame'
Undefined global functions or variables:
as model.frame model.matrix read.table
Consider adding
importFrom("methods", "as")
importFrom("stats", "model.frame", "model.matrix")
importFrom("utils", "read.table")
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.4
Check: for non-standard things in the check directory
Result: NOTE
Found the following files/directories:
'A.txt' 'Ainv.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-patched-solaris-x86, r-release-linux-x86_64
Version: 1.4
Check: compiled code
Result: NOTE
File ‘pedigree/libs/pedigree.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