Last updated on 2022-05-09 17:52:45 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.6-0 | 2.72 | 44.49 | 47.21 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.6-0 | 2.75 | 34.09 | 36.84 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.6-0 | 58.12 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.6-0 | 55.61 | NOTE | |||
r-devel-windows-x86_64 | 0.6-0 | 19.00 | 63.00 | 82.00 | NOTE | |
r-patched-linux-x86_64 | 0.6-0 | 3.31 | 42.33 | 45.64 | NOTE | |
r-release-linux-x86_64 | 0.6-0 | 2.77 | 42.47 | 45.24 | NOTE | |
r-release-macos-arm64 | 0.6-0 | 19.00 | NOTE | |||
r-release-macos-x86_64 | 0.6-0 | 32.00 | NOTE | |||
r-release-windows-x86_64 | 0.6-0 | 19.00 | 64.00 | 83.00 | NOTE | |
r-oldrel-macos-arm64 | 0.6-0 | 22.00 | NOTE | |||
r-oldrel-macos-x86_64 | 0.6-0 | 34.00 | NOTE | |||
r-oldrel-windows-ix86+x86_64 | 0.6-0 | 9.00 | 74.00 | 83.00 | NOTE |
Version: 0.6-0
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: 0.6-0
Check: dependencies in R code
Result: NOTE
Package in Depends field not imported from: 'MASS'
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: 0.6-0
Check: R code for possible problems
Result: NOTE
cdens: no visible global function definition for 'head'
dplot: no visible global function definition for 'knots'
dplot: no visible global function definition for 'median'
dplot: no visible global function definition for 'par'
dplot: no visible global function definition for 'plot.stepfun'
dplot: no visible global function definition for 'abline'
edf: no visible global function definition for 'approxfun'
mctest : rdist: no visible global function definition for 'runif'
mctest : S: no visible global function definition for 'optim'
qplot: no visible global function definition for 'abline'
Undefined global functions or variables:
abline approxfun head knots median optim par plot.stepfun runif
Consider adding
importFrom("graphics", "abline", "par")
importFrom("stats", "approxfun", "knots", "median", "optim",
"plot.stepfun", "runif")
importFrom("utils", "head")
to your 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-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: 0.6-0
Check: compiled code
Result: NOTE
File ‘truncgof/libs/truncgof.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