Last updated on 2025-02-17 09:49:53 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.7.0 | 13.79 | 29.26 | 43.05 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.7.0 | 9.16 | 23.10 | 32.26 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.7.0 | 150.83 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.7.0 | 130.91 | ERROR | |||
r-devel-macos-arm64 | 0.7.0 | 26.00 | OK | |||
r-devel-macos-x86_64 | 0.7.0 | 39.00 | OK | |||
r-devel-windows-x86_64 | 0.7.0 | 16.00 | 66.00 | 82.00 | OK | |
r-patched-linux-x86_64 | 0.7.0 | 12.43 | 27.70 | 40.13 | NOTE | |
r-release-linux-x86_64 | 0.7.0 | 14.18 | 27.59 | 41.77 | NOTE | |
r-release-macos-arm64 | 0.7.0 | 25.00 | OK | |||
r-release-macos-x86_64 | 0.7.0 | 41.00 | OK | |||
r-release-windows-x86_64 | 0.7.0 | 18.00 | 69.00 | 87.00 | OK | |
r-oldrel-macos-arm64 | 0.7.0 | 32.00 | OK | |||
r-oldrel-macos-x86_64 | 0.7.0 | 55.00 | OK | |||
r-oldrel-windows-x86_64 | 0.7.0 | 22.00 | 74.00 | 96.00 | OK |
Version: 0.7.0
Check: R code for possible problems
Result: NOTE
Found the following assignments to the global environment:
File ‘rim/R/engine.R’:
assign(varname, output.data, envir = knitr::knit_global())
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-patched-linux-x86_64, r-release-linux-x86_64
Version: 0.7.0
Check: examples
Result: ERROR
Running examples in ‘rim-Ex.R’ failed
The error most likely occurred in:
> ### Name: rim-package
> ### Title: rim
> ### Aliases: rim rim-package maxima.start maxima.stop maxima.get
> ### maxima.load maxima.apropos maxima.version maxima.isInstalled iprint
> ### print.maxima maxima.eval
>
> ### ** Examples
>
> if(maxima.isInstalled()) maxima.start(restart = TRUE)
> if(maxima.isInstalled()) {
+ maxima.start(restart = TRUE)
+ maxima.stop()
+ }
> if(maxima.isInstalled()) maxima.get("2+2;")
> if(maxima.isInstalled()) maxima.load("abs_integrate")
Error in self$get(paste0("load(\"", module, "\")$")) :
TEXT;>>file_search1: <<TEXT;
-- an error. To debug this try: debugmode(true);
Calls: maxima.load -> <Anonymous> -> <Anonymous>
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc