Last updated on 2022-04-28 05:51:06 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.3.7 | 1.96 | 37.75 | 39.71 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.3.7 | 1.58 | 29.21 | 30.79 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.3.7 | 48.99 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.3.7 | 47.61 | ERROR | |||
r-devel-windows-x86_64 | 0.3.7 | 20.00 | 60.00 | 80.00 | OK | |
r-patched-linux-x86_64 | 0.3.7 | 2.84 | 36.51 | 39.35 | OK | |
r-release-linux-x86_64 | 0.3.7 | 2.23 | 36.18 | 38.41 | OK | |
r-release-macos-arm64 | 0.3.7 | 20.00 | NOTE | |||
r-release-macos-x86_64 | 0.3.7 | 32.00 | NOTE | |||
r-release-windows-x86_64 | 0.3.7 | 23.00 | 64.00 | 87.00 | OK | |
r-oldrel-macos-arm64 | 0.3.7 | 23.00 | NOTE | |||
r-oldrel-macos-x86_64 | 0.3.7 | 29.00 | NOTE | |||
r-oldrel-windows-ix86+x86_64 | 0.3.7 | 4.00 | 34.00 | 38.00 | OK |
Version: 0.3.7
Check: dependencies in R code
Result: NOTE
Namespace in Imports field not imported from: ‘dplyr’
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.3.7
Check: examples
Result: ERROR
Running examples in ‘rccmisc-Ex.R’ failed
The error most likely occurred in:
> ### Name: is.scalar_in
> ### Title: Test if scalar is in intervall
> ### Aliases: is.scalar_in is.scalar_in01
>
> ### ** Examples
>
> is.scalar_in01(.5) # TRUE
[1] TRUE
> is.scalar_in01(5) # FALSE
[1] FALSE
> is.scalar_in01(seq(0,1,.1)) # FALSE
Error in is_numeric(x) && length(x) == 1 :
'length = 11' in coercion to 'logical(1)'
Calls: is.scalar_in01
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc