Last updated on 2022-05-24 16:53:07 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.4 | 11.07 | 80.57 | 91.64 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.4 | 9.10 | 62.02 | 71.12 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.4 | 112.25 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.4 | 100.60 | NOTE | |||
r-devel-windows-x86_64 | 1.4 | 22.00 | 112.00 | 134.00 | NOTE | |
r-patched-linux-x86_64 | 1.4 | 10.54 | 78.32 | 88.86 | NOTE | |
r-release-linux-x86_64 | 1.4 | NOTE | ||||
r-release-macos-arm64 | 1.4 | 32.00 | NOTE | |||
r-release-macos-x86_64 | 1.4 | 53.00 | NOTE | |||
r-release-windows-x86_64 | 1.4 | 27.00 | 113.00 | 140.00 | NOTE | |
r-oldrel-macos-arm64 | 1.4 | 37.00 | NOTE | |||
r-oldrel-macos-x86_64 | 1.4 | 68.00 | NOTE | |||
r-oldrel-windows-ix86+x86_64 | 1.4 | 26.00 | 129.00 | 155.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-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, 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-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, 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-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, 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-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