Last updated on 2023-03-22 09:54:19 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.1.3 | 8.33 | 59.75 | 68.08 | OK | |
r-devel-linux-x86_64-debian-gcc | 2.1.3 | 5.36 | 46.09 | 51.45 | OK | |
r-devel-linux-x86_64-fedora-clang | 2.1.3 | 90.44 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 2.1.3 | 78.98 | NOTE | |||
r-patched-linux-x86_64 | 2.1.3 | 7.97 | 60.16 | 68.13 | OK | |
r-release-linux-x86_64 | 2.1.3 | 5.16 | 61.22 | 66.38 | OK | |
r-release-macos-arm64 | 2.1.3 | 31.00 | NOTE | |||
r-release-macos-x86_64 | 2.1.3 | 48.00 | NOTE | |||
r-release-windows-x86_64 | 2.1.3 | 41.00 | 98.00 | 139.00 | FAIL | |
r-oldrel-macos-arm64 | 2.1.3 | 26.00 | NOTE | |||
r-oldrel-macos-x86_64 | 2.1.3 | 42.00 | NOTE | |||
r-oldrel-windows-ix86+x86_64 | 2.1.3 | 15.00 | 89.00 | 104.00 | OK |
Version: 2.1.3
Check: dependencies in R code
Result: NOTE
Namespace in Imports field not imported from: ‘methods’
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: 2.1.3
Check: examples
Result: FAIL
Check process probably crashed or hung up for 20 minutes ... killed
Most likely this happened in the example checks (?),
if not, ignore the following last lines of example output:
> #############################################################################
> # CLEANUP
> Sys.setenv(HOME = old_home, PROJECTS_FOLDER_PATH = old_ppath)
>
>
>
> cleanEx()
> nameEx("projects_author")
> ### * projects_author
>
> flush(stderr()); flush(stdout())
>
> ### Name: projects_author
> ### Title: 'projects_author' vector
> ### Aliases: projects_author projects_author-class match.projects_author
> ### match,projects_author,ANY-method match,ANY,projects_author-method
> ### match,projects_author,projects_author-method %in%.projects_author
> ### %in%,projects_author-method
>
> ### ** Examples
>
> #############################################################################
> # SETUP
> old_home <- Sys.getenv("HOME")
> old_ppath <- Sys.getenv("PROJECTS_FOLDER_PATH")
> temp_dir <- tempfile("dir")
> dir.create(temp_dir)
> Sys.unsetenv("PROJECTS_FOLDER_PATH")
> Sys.setenv(HOME = temp_dir)
> setup_projects(path = temp_dir)
======== End of example output (where/before crash/hang up occured ?) ========
Flavor: r-release-windows-x86_64