Last updated on 2025-08-07 01:48:53 CEST.
Package | ERROR | NOTE | OK |
---|---|---|---|
drawer | 13 | ||
spsComps | 13 | ||
spsUtil | 2 | 11 |
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: ERROR: 2, NOTE: 11
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.2 0.02 15.474
Flavor: r-devel-linux-x86_64-debian-clang
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.055 0.009 15.266
Flavor: r-devel-linux-x86_64-debian-gcc