Last updated on 2020-02-15 01:01:29 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.5 | 5.50 | 66.98 | 72.48 | WARN | |
r-devel-linux-x86_64-debian-gcc | 1.0.5 | 4.66 | 50.20 | 54.86 | WARN | |
r-devel-linux-x86_64-fedora-clang | 1.0.5 | 89.30 | WARN | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.5 | 84.01 | WARN | |||
r-devel-windows-ix86+x86_64 | 1.0.5 | 12.00 | 92.00 | 104.00 | OK | |
r-devel-windows-ix86+x86_64-gcc8 | 1.0.5 | 15.00 | 96.00 | 111.00 | OK | |
r-patched-linux-x86_64 | 1.0.5 | 4.44 | 59.31 | 63.75 | WARN | |
r-patched-solaris-x86 | 1.0.5 | 92.30 | WARN | |||
r-release-linux-x86_64 | 1.0.5 | 4.39 | 60.15 | 64.54 | OK | |
r-release-windows-ix86+x86_64 | 1.0.5 | 8.00 | 65.00 | 73.00 | OK | |
r-release-osx-x86_64 | 1.0.5 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.0.5 | 8.00 | 56.00 | 64.00 | ERROR | |
r-oldrel-osx-x86_64 | 1.0.5 | NOTE |
Version: 1.0.5
Check: Rd \usage sections
Result: WARN
Documented arguments not in \usage in documentation object 'fitSummary':
'...'
Functions with \usage entries need to have the appropriate \alias
entries, and all their arguments documented.
The \usage entries must correspond to syntactically valid R code.
See chapter 'Writing R documentation files' 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
Version: 1.0.5
Check: package dependencies
Result: NOTE
Suggests orphaned package: ‘plspm’
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 1.0.5
Check: package dependencies
Result: NOTE
Package suggested but not available for checking: ‘ASGSCA’
Flavors: r-release-osx-x86_64, r-oldrel-osx-x86_64
Version: 1.0.5
Check: examples
Result: ERROR
Running examples in 'matrixpls-Ex.R' failed
The error most likely occurred in:
> ### Name: estimator
> ### Title: Parameter estimation of a model matrix
> ### Aliases: estimator estimator.ols estimator.tsls estimator.plscLoadings
> ### estimator.efaLoadings estimator.cfaLoadings estimator.plsreg
>
> ### ** Examples
>
> # Run the education example from the book
>
> # Sanchez, G. (2013) PLS Path Modeling with R
> # Trowchez Editions. Berkeley, 2013.
> # http://www.gastonsanchez.com/PLS Path Modeling with R.pdf
>
> education <- read.csv("http://www.gastonsanchez.com/education.csv")
Warning in file(file, "rt") :
InternetOpenUrl failed: 'Eine Umleitungsanforderung ändert eine nicht sichere in eine sichere Verbindung.'
Error in file(file, "rt") : cannot open the connection
Calls: read.csv -> read.table -> file
Execution halted
Flavor: r-oldrel-windows-ix86+x86_64