Last updated on 2024-12-03 07:52:29 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.3.5 | 5.37 | 36.30 | 41.67 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.3.5 | 3.59 | 28.33 | 31.92 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.3.5 | 64.22 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.3.5 | 62.08 | OK | |||
r-devel-windows-x86_64 | 0.3.5 | 7.00 | 60.00 | 67.00 | OK | |
r-patched-linux-x86_64 | 0.3.5 | 5.67 | 35.31 | 40.98 | OK | |
r-release-linux-x86_64 | 0.3.5 | 5.61 | 35.81 | 41.42 | OK | |
r-release-macos-arm64 | 0.3.5 | 71.00 | OK | |||
r-release-macos-x86_64 | 0.3.5 | 111.00 | OK | |||
r-release-windows-x86_64 | 0.3.5 | 10.00 | 76.00 | 86.00 | ERROR | |
r-oldrel-macos-arm64 | 0.3.5 | 162.00 | OK | |||
r-oldrel-macos-x86_64 | 0.3.5 | 166.00 | OK | |||
r-oldrel-windows-x86_64 | 0.3.5 | 10.00 | 65.00 | 75.00 | OK |
Version: 0.3.5
Check: examples
Result: ERROR
Running examples in 'packagefinder-Ex.R' failed
The error occurred in:
R version 4.4.2 (2024-10-31 ucrt) -- "Pile of Leaves"
Copyright (C) 2024 The R Foundation for Statistical Computing
Platform: x86_64-w64-mingw32/x64
R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.
Natural language support but running in an English locale
R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.
Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.
> pkgname <- "packagefinder"
> source(file.path(R.home("share"), "R", "examples-header.R"))
> options(warn = 1)
> options(pager = "console")
> library('packagefinder')
Loading required package: tools
You are working with
packagefinder version 0.3.5
Error: package or namespace load failed for 'packagefinder':
.onAttach failed in attachNamespace() for 'packagefinder', details:
call: pf$Package
error: object of type 'closure' is not subsettable
Execution halted
Flavor: r-release-windows-x86_64