Last updated on 2022-09-11 12:56:13 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.5.1 | 16.70 | 77.43 | 94.13 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.5.1 | 13.60 | 57.56 | 71.16 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.5.1 | 123.22 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.5.1 | 124.53 | NOTE | |||
r-devel-windows-x86_64 | 0.5.1 | 34.00 | 112.00 | 146.00 | OK | |
r-patched-linux-x86_64 | 0.5.1 | 15.31 | 71.25 | 86.56 | OK | |
r-release-linux-x86_64 | 0.5.1 | 15.85 | 71.12 | 86.97 | OK | |
r-release-macos-arm64 | 0.5.1 | 48.00 | NOTE | |||
r-release-macos-x86_64 | 0.5.1 | 81.00 | NOTE | |||
r-release-windows-x86_64 | 0.5.1 | 32.00 | 110.00 | 142.00 | OK | |
r-oldrel-macos-arm64 | 0.5.1 | 54.00 | NOTE | |||
r-oldrel-macos-x86_64 | 0.5.1 | 83.00 | NOTE | |||
r-oldrel-windows-ix86+x86_64 | 0.5.1 | 32.00 | 97.00 | 129.00 | ERROR |
Version: 0.5.1
Check: dependencies in R code
Result: NOTE
Namespaces in Imports field not imported from:
‘R6’ ‘knitr’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64
Version: 0.5.1
Check: examples
Result: ERROR
Running examples in 'blandr-Ex.R' failed
The error most likely occurred in:
> ### Name: blandr.dataset.fibre
> ### Title: Function to load D'arbela mean velocity of circumferential fibre
> ### shortening dataset from internet
> ### Aliases: blandr.dataset.fibre
>
> ### ** Examples
>
> blandr.dataset.fibre()
Warning in file(con, "r") :
InternetOpenUrl failed: 'Die Serververbindung konnte nicht hergestellt werden.'
Error in file(con, "r") : cannot open the connection
Calls: blandr.dataset.fibre -> readLines -> file
Execution halted
Flavor: r-oldrel-windows-ix86+x86_64