Last updated on 2025-12-31 06:56:25 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.14.8 | 13.07 | 91.33 | 104.40 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 0.14.8 | 7.13 | 60.86 | 67.99 | NOTE | |
| r-devel-linux-x86_64-fedora-clang | 0.14.8 | 20.00 | 135.08 | 155.08 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.14.8 | 18.00 | 181.78 | 199.78 | OK | |
| r-devel-windows-x86_64 | 0.14.8 | 12.00 | 134.00 | 146.00 | OK | |
| r-patched-linux-x86_64 | 0.14.8 | 12.39 | 94.72 | 107.11 | OK | |
| r-release-linux-x86_64 | 0.14.8 | 10.78 | 93.28 | 104.06 | OK | |
| r-release-macos-arm64 | 0.14.8 | OK | ||||
| r-release-macos-x86_64 | 0.14.8 | 24.00 | 214.00 | 238.00 | OK | |
| r-release-windows-x86_64 | 0.14.8 | 15.00 | 387.00 | 402.00 | ERROR | |
| r-oldrel-macos-arm64 | 0.14.8 | OK | ||||
| r-oldrel-macos-x86_64 | 0.14.8 | 16.00 | 190.00 | 206.00 | OK | |
| r-oldrel-windows-x86_64 | 0.14.8 | 17.00 | 166.00 | 183.00 | OK |
Version: 0.14.8
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Gabriel Becker <gabembecker@gmail.com>’
No Authors@R field in DESCRIPTION.
Please add one, modifying
Authors@R: person(given = "Gabriel",
family = "Becker",
role = c("aut", "cre"),
email = "gabembecker@gmail.com")
as necessary.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 0.14.8
Check: tests
Result: ERROR
Running 'winpath.R' [75s]
Running the tests in 'tests/winpath.R' failed.
Complete output:
> library(switchr)
> ## if(getOption("repos")["CRAN"] == "@CRAN@")
> ## chooseCRANmirror(ind=1L)
> graceful_inet(TRUE)
$on
[1] TRUE
$silent
[1] FALSE
> checkUrlRoundtrip = function(pth) {
+ pth = switchr:::normalizePath2(pth)
+ furl = switchr:::makeFileURL(pth)
+ pth2 = switchr:::fileFromFileURL(furl)
+ if(pth != pth2)
+ stop("Round trip result (", pth2, ") does not match original (", pth, ") when creating file URLs")
+ }
>
> ## regression test to ensure that the roundtrip
> ## between path and file url is working properly
> checkUrlRoundtrip(getwd())
> checkUrlRoundtrip(tempdir())
> if(switchr:::isWindows())
+ checkUrlRoundtrip("\\\\localhost\\c$")
>
> ## regreossion test to ensure that package dependencies
> ## are added to the dontunload list when a package
> ## is specified
> bef = switchrDontUnload()
> af = switchrDontUnload("knitr")
Warning: unable to access index for repository https://bioconductor.statistik.tu-dortmund.de/cran/src/contrib:
cannot open URL 'https://bioconductor.statistik.tu-dortmund.de/cran/src/contrib/PACKAGES'
Error in av[pkg, c("Depends", "Imports")] : subscript out of bounds
Calls: switchrDontUnload -> .dodepsourselves -> .innerdodeps
Execution halted
Flavor: r-release-windows-x86_64