Last updated on 2025-08-04 01:50:07 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2.2 | 4.14 | 28.41 | 32.55 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.2.2 | 2.80 | 22.46 | 25.26 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.2.2 | 49.55 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.2.2 | 50.00 | NOTE | |||
r-devel-windows-x86_64 | 0.2.2 | 6.00 | 49.00 | 55.00 | NOTE | |
r-patched-linux-x86_64 | 0.2.2 | 3.93 | 25.79 | 29.72 | NOTE | |
r-release-linux-x86_64 | 0.2.2 | 4.20 | 25.51 | 29.71 | NOTE | |
r-release-macos-arm64 | 0.2.2 | 25.00 | NOTE | |||
r-release-macos-x86_64 | 0.2.2 | 36.00 | NOTE | |||
r-release-windows-x86_64 | 0.2.2 | 6.00 | 49.00 | 55.00 | NOTE | |
r-oldrel-macos-arm64 | 0.2.2 | 20.00 | NOTE | |||
r-oldrel-macos-x86_64 | 0.2.2 | 28.00 | NOTE | |||
r-oldrel-windows-x86_64 | 0.2.2 | 8.00 | 56.00 | 64.00 | NOTE |
Version: 0.2.2
Check: Rd files
Result: NOTE
checkRd: (-1) spsOption.Rd:29: Lost braces; missing escapes or markup?
29 | Some functions in {spsUtil}, {spsComps} and {systempPipeShiny} will behave
| ^
checkRd: (-1) spsOption.Rd:29: Lost braces; missing escapes or markup?
29 | Some functions in {spsUtil}, {spsComps} and {systempPipeShiny} will behave
| ^
checkRd: (-1) spsOption.Rd:29: Lost braces; missing escapes or markup?
29 | Some functions in {spsUtil}, {spsComps} and {systempPipeShiny} will behave
| ^
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-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Version: 0.2.2
Check: examples
Result: ERROR
Running examples in ‘spsUtil-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: timeout
> ### Title: Run expressions with a timeout limit
> ### Aliases: timeout
>
> ### ** Examples
>
> # The `try` command in following examples are here to make sure the
> # R CMD check will pass on package check. In a real case, you do not
> # need it.
>
> # default
> try(timeout({Sys.sleep(0.1)}, time_out = 0.01))
> # timeout is evaluating expressions the same level as you call it
> timeout({abc <- 123})
> # so you should get `abc` even outside the function call
> abc
[1] 123
> # custom timeout callback
> timeout({Sys.sleep(0.1)}, time_out = 0.01, on_timeout = {print("It takes too long")})
Error in setTimeLimit() : reached elapsed time limit
Calls: timeout -> setTimeLimit
Execution halted
Examples with CPU (user + system) or elapsed time > 5s
user system elapsed
checkUrl 0.05 0.021 15.285
Flavor: r-devel-linux-x86_64-debian-gcc