Last updated on 2021-02-15 09:47:58 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 3.90 | 27.97 | 31.87 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 3.11 | 22.16 | 25.27 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 48.93 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 38.49 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.0 | 8.00 | 47.00 | 55.00 | NOTE | |
r-patched-linux-x86_64 | 1.0 | 4.17 | 27.30 | 31.47 | NOTE | |
r-patched-solaris-x86 | 1.0 | 56.60 | NOTE | |||
r-release-linux-x86_64 | 1.0 | 3.72 | 27.43 | 31.15 | NOTE | |
r-release-macos-x86_64 | 1.0 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.0 | 6.00 | 42.00 | 48.00 | NOTE | |
r-oldrel-macos-x86_64 | 1.0 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.0 | 10.00 | 56.00 | 66.00 | NOTE |
Version: 1.0
Check: whether the namespace can be loaded with stated dependencies
Result: NOTE
Warning: no function found corresponding to methods exports from 'FormalSeries' for: 'initialize', '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-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.0
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.0
Check: R code for possible problems
Result: NOTE
&,fseries-numeric: no visible global function definition for 'new'
*,fseries-fseries: no visible global function definition for 'new'
*,fseries-numeric: no visible global function definition for 'new'
*,numeric-fseries: no visible global function definition for 'new'
+,fseries-fseries: no visible global function definition for 'new'
+,fseries-numeric: no visible global function definition for 'new'
+,numeric-fseries: no visible global function definition for 'new'
-,fseries-ANY: no visible global function definition for 'new'
-,fseries-numeric: no visible global function definition for 'new'
-,numeric-fseries: no visible global function definition for 'new'
/,fseries-numeric: no visible global function definition for 'new'
[<-,fseries-matrix-missing-matrix: no visible global function
definition for 'new'
[<-,fseries-numeric-missing-numeric: no visible global function
definition for 'new'
initialize,fseries: no visible global function definition for
'validObject'
rfseries,numeric-numeric-numeric: no visible global function definition
for 'runif'
rfseries,numeric-numeric-numeric: no visible global function definition
for 'rbinom'
rfseries,numeric-numeric-numeric: no visible global function definition
for 'new'
Undefined global functions or variables:
new rbinom runif validObject
Consider adding
importFrom("methods", "new", "validObject")
importFrom("stats", "rbinom", "runif")
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