Last updated on 2017-09-26 01:47:46.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1.1 | 4.73 | 54.42 | 59.15 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.1.1 | 4.54 | 53.68 | 58.21 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.1.1 | 126.18 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.1.1 | 125.23 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.1.1 | 14.00 | 85.00 | 99.00 | NOTE | |
r-patched-linux-x86_64 | 1.1.1 | 5.00 | 55.30 | 60.30 | NOTE | |
r-patched-solaris-x86 | 1.1.1 | 178.00 | NOTE | |||
r-release-linux-x86_64 | 1.1.1 | 4.60 | 54.44 | 59.04 | NOTE | |
r-release-windows-ix86+x86_64 | 1.1.1 | 13.00 | 100.00 | 113.00 | NOTE | |
r-release-osx-x86_64 | 1.1.1 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.1.1 | 14.00 | 88.00 | 102.00 | NOTE | |
r-oldrel-osx-x86_64 | 1.1.1 | WARN |
Version: 1.1.1
Check: R code for possible problems
Result: NOTE
cook.outliers: no visible global function definition for ‘lm’
cook.outliers: no visible global function definition for
‘cooks.distance’
nonparRI: no visible global function definition for ‘quantile’
plot.interval: no visible global function definition for ‘par’
plot.interval: no visible global function definition for ‘plot.new’
plot.interval: no visible global function definition for ‘plot.window’
plot.interval: no visible global function definition for ‘segments’
plot.interval: no visible global function definition for ‘axis’
plot.interval: no visible global function definition for ‘title’
plot.interval: no visible global function definition for ‘legend’
plot.interval: no visible global function definition for ‘box’
plot.interval: no visible global function definition for ‘text’
robust: no visible global function definition for ‘qt’
singleRefLimit: no visible global function definition for ‘qnorm’
singleRefLimit: no visible global function definition for
‘shapiro.test’
singleRefLimit: no visible global function definition for ‘ks.test’
Undefined global functions or variables:
axis box cooks.distance ks.test legend lm par plot.new plot.window
qnorm qt quantile segments shapiro.test text title
Consider adding
importFrom("graphics", "axis", "box", "legend", "par", "plot.new",
"plot.window", "segments", "text", "title")
importFrom("stats", "cooks.distance", "ks.test", "lm", "qnorm", "qt",
"quantile", "shapiro.test")
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-ix86+x86_64, 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
Version: 1.1.1
Check: dependencies in R code
Result: NOTE
Invalid MIT-MAGIC-COOKIE-1 key
Flavor: r-oldrel-osx-x86_64
Version: 1.1.1
Check: S3 generic/method consistency
Result: WARN
Invalid MIT-MAGIC-COOKIE-1 key
See section ‘Generic functions and methods’ in the ‘Writing R
Extensions’ manual.
Flavor: r-oldrel-osx-x86_64
Version: 1.1.1
Check: replacement functions
Result: WARN
Invalid MIT-MAGIC-COOKIE-1 key
The argument of a replacement function which corresponds to the right
hand side must be named ‘value’.
Flavor: r-oldrel-osx-x86_64
Version: 1.1.1
Check: foreign function calls
Result: NOTE
Invalid MIT-MAGIC-COOKIE-1 key
See chapter ‘System and foreign language interfaces’ in the ‘Writing R
Extensions’ manual.
Flavor: r-oldrel-osx-x86_64
Version: 1.1.1
Check: R code for possible problems
Result: NOTE
Invalid MIT-MAGIC-COOKIE-1 keycook.outliers: no visible global function definition for ‘lm’
cook.outliers: no visible global function definition for
‘cooks.distance’
nonparRI: no visible global function definition for ‘quantile’
plot.interval: no visible global function definition for ‘par’
plot.interval: no visible global function definition for ‘plot.new’
plot.interval: no visible global function definition for ‘plot.window’
plot.interval: no visible global function definition for ‘segments’
plot.interval: no visible global function definition for ‘axis’
plot.interval: no visible global function definition for ‘title’
plot.interval: no visible global function definition for ‘legend’
plot.interval: no visible global function definition for ‘box’
plot.interval: no visible global function definition for ‘text’
robust: no visible global function definition for ‘qt’
singleRefLimit: no visible global function definition for ‘qnorm’
singleRefLimit: no visible global function definition for
‘shapiro.test’
singleRefLimit: no visible global function definition for ‘ks.test’
Undefined global functions or variables:
axis box cooks.distance ks.test legend lm par plot.new plot.window
qnorm qt quantile segments shapiro.test text title
Consider adding
importFrom("graphics", "axis", "box", "legend", "par", "plot.new",
"plot.window", "segments", "text", "title")
importFrom("stats", "cooks.distance", "ks.test", "lm", "qnorm", "qt",
"quantile", "shapiro.test")
to your NAMESPACE file.
Flavor: r-oldrel-osx-x86_64
Version: 1.1.1
Check: for missing documentation entries
Result: WARN
Invalid MIT-MAGIC-COOKIE-1 key
All user-level objects in a package should have documentation entries.
See chapter ‘Writing R documentation files’ in the ‘Writing R
Extensions’ manual.
Flavor: r-oldrel-osx-x86_64
Version: 1.1.1
Check: for code/documentation mismatches
Result: WARN
Invalid MIT-MAGIC-COOKIE-1 key
Invalid MIT-MAGIC-COOKIE-1 key
Invalid MIT-MAGIC-COOKIE-1 key
Flavor: r-oldrel-osx-x86_64
Version: 1.1.1
Check: Rd \usage sections
Result: NOTE
Invalid MIT-MAGIC-COOKIE-1 key
The \usage entries for S3 methods should use the \method markup and not
their full name.
See chapter ‘Writing R documentation files’ in the ‘Writing R
Extensions’ manual.
Flavor: r-oldrel-osx-x86_64