Last updated on 2018-06-17 19:50:02 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1 | 1.03 | 22.96 | 23.99 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.1 | 0.90 | 18.17 | 19.07 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.1 | 34.60 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.1 | 32.69 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.1 | 5.00 | 37.00 | 42.00 | NOTE | |
r-patched-linux-x86_64 | 0.1 | 0.88 | 21.53 | 22.41 | ERROR | |
r-patched-solaris-x86 | 0.1 | 46.10 | NOTE | |||
r-release-linux-x86_64 | 0.1 | 1.09 | 21.24 | 22.33 | ERROR | |
r-release-windows-ix86+x86_64 | 0.1 | 4.00 | 39.00 | 43.00 | NOTE | |
r-release-osx-x86_64 | 0.1 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.1 | 2.00 | 47.00 | 49.00 | NOTE | |
r-oldrel-osx-x86_64 | 0.1 | NOTE |
Version: 0.1
Check: S3 generic/method consistency
Result: NOTE
Found the following apparent S3 methods exported but not registered:
plot.sla print.sla print.summary.sla sla.default summary.sla
See section ‘Registering S3 methods’ in the ‘Writing R Extensions’
manual.
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: 0.1
Check: R code for possible problems
Result: NOTE
plot.sla: no visible global function definition for ‘title’
plot.sla: no visible global function definition for ‘abline’
print.sla: no visible global function definition for ‘coef’
sla.default: no visible global function definition for ‘lm’
sla.default: no visible global function definition for ‘anova’
Undefined global functions or variables:
abline anova coef lm title
Consider adding
importFrom("graphics", "abline", "title")
importFrom("stats", "anova", "coef", "lm")
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, r-oldrel-osx-x86_64
Version: 0.1
Check: files in ‘vignettes’
Result: NOTE
The following directory looks like a leftover from 'knitr':
‘figure’
Please remove from your package.
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, r-oldrel-osx-x86_64
Version: 0.1
Check: examples
Result: ERROR
Running examples in ‘sla-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: eqint
> ### Title: Equivalent Intercepts Data Frame - eqint
> ### Aliases: eqint
> ### Keywords: datasets
>
> ### ** Examples
>
> data(eqint)
> str(eqint)
'data.frame': 10 obs. of 3 variables:
$ group: Factor w/ 2 levels "one","two": 1 1 1 1 1 2 2 2 2 2
$ x : int 1 2 3 4 5 1 2 3 4 5
$ y : num 4 7 8 11 15 1 1.1 0.9 1.1 0.9
> eqintObj <- sla(eqint)
Error in UseMethod("sla") :
no applicable method for 'sla' applied to an object of class "data.frame"
Calls: sla
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64
Version: 0.1
Check: re-building of vignette outputs
Result: WARN
Error in re-building vignettes:
...
Quitting from lines 601-602 (introduction-to-sla.Rnw)
Error: processing vignette ‘introduction-to-sla.Rnw’ failed with diagnostics:
no applicable method for ‘sla’ applied to an object of class "data.frame"
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64