Last updated on 2020-01-01 09:50:17 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 2.52 | 23.87 | 26.39 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 2.02 | 18.99 | 21.01 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 32.38 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 32.18 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.0 | 10.00 | 49.00 | 59.00 | NOTE | |
r-devel-windows-ix86+x86_64-gcc8 | 1.0 | 8.00 | 38.00 | 46.00 | NOTE | |
r-patched-linux-x86_64 | 1.0 | 1.86 | 22.12 | 23.98 | NOTE | |
r-patched-solaris-x86 | 1.0 | 45.30 | NOTE | |||
r-release-linux-x86_64 | 1.0 | 1.87 | 22.41 | 24.28 | NOTE | |
r-release-windows-ix86+x86_64 | 1.0 | 5.00 | 47.00 | 52.00 | NOTE | |
r-release-osx-x86_64 | 1.0 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.0 | 3.00 | 29.00 | 32.00 | NOTE | |
r-oldrel-osx-x86_64 | 1.0 | NOTE |
Version: 1.0
Check: DESCRIPTION meta-information
Result: NOTE
Malformed Title field: should not end in a period.
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-gcc8, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-x86_64
Version: 1.0
Check: R code for possible problems
Result: NOTE
Found an obsolete/platform-specific call in the following function:
'Mallows'
Found the platform-specific device:
'x11'
dev.new() is the preferred way to open a new device, in the unlikely
event one is needed.
Mallows: no visible global function definition for 'runif'
Mallows: no visible global function definition for 'x11'
Mallows: no visible global function definition for 'plot'
Mallows: no visible global function definition for 'dev.off'
UpdateLambda: no visible global function definition for 'uniroot'
Undefined global functions or variables:
dev.off plot runif uniroot x11
Consider adding
importFrom("grDevices", "dev.off", "x11")
importFrom("graphics", "plot")
importFrom("stats", "runif", "uniroot")
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-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64
Version: 1.0
Check: R code for possible problems
Result: NOTE
Mallows: no visible global function definition for 'runif'
Mallows: no visible global function definition for 'x11'
Mallows: no visible global function definition for 'plot'
Mallows: no visible global function definition for 'dev.off'
UpdateLambda: no visible global function definition for 'uniroot'
Undefined global functions or variables:
dev.off plot runif uniroot x11
Consider adding
importFrom("grDevices", "dev.off", "x11")
importFrom("graphics", "plot")
importFrom("stats", "runif", "uniroot")
to your NAMESPACE file.
Flavors: r-devel-windows-ix86+x86_64, r-devel-windows-ix86+x86_64-gcc8, r-release-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-x86_64