Last updated on 2020-08-07 01:49:58 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1-2 | 3.61 | 24.64 | 28.25 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.1-2 | 2.84 | 19.14 | 21.98 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.1-2 | 42.21 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.1-2 | 32.77 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.1-2 | 14.00 | 45.00 | 59.00 | NOTE | |
r-patched-linux-x86_64 | 0.1-2 | 3.59 | 24.28 | 27.87 | NOTE | |
r-patched-solaris-x86 | 0.1-2 | 54.60 | NOTE | |||
r-release-linux-x86_64 | 0.1-2 | 3.63 | 24.16 | 27.79 | NOTE | |
r-release-macos-x86_64 | 0.1-2 | NOTE | ||||
r-release-windows-ix86+x86_64 | 0.1-2 | 11.00 | 65.00 | 76.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 |
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