Last updated on 2020-01-22 13:49:21 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.13.5 | 11.98 | 692.05 | 704.03 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.13.5 | 10.16 | 428.78 | 438.94 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.13.5 | 599.71 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.13.5 | 734.78 | OK | |||
r-devel-windows-ix86+x86_64 | 0.13.5 | 33.00 | 792.00 | 825.00 | WARN | |
r-devel-windows-ix86+x86_64-gcc8 | 0.13.5 | 27.00 | 899.00 | 926.00 | WARN | |
r-patched-linux-x86_64 | 0.13.5 | 8.34 | 563.44 | 571.78 | OK | |
r-patched-solaris-x86 | 0.13.5 | 126.00 | OK | |||
r-release-linux-x86_64 | 0.13.5 | 10.50 | 556.29 | 566.79 | OK | |
r-release-windows-ix86+x86_64 | 0.13.5 | 32.00 | 910.00 | 942.00 | OK | |
r-release-osx-x86_64 | 0.13.5 | FAIL | ||||
r-oldrel-windows-ix86+x86_64 | 0.13.5 | 46.00 | 824.00 | 870.00 | OK | |
r-oldrel-osx-x86_64 | 0.13.5 | OK |
Version: 0.13.5
Check: tests
Result: ERROR
Running ‘winpath.R’ [1s/423s]
Running the tests in ‘tests/winpath.R’ failed.
Complete output:
> library(switchr)
> if(getOption("repos")["CRAN"] == "@CRAN@")
+ chooseCRANmirror(ind=2)
> 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("\\\\laptop\\My Documents\\")
>
> ## 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://cran.usthb.dz/src/contrib:
cannot open URL 'https://cran.usthb.dz/src/contrib/PACKAGES'
Error in av[pkg, c("Depends", "Imports")] : subscript out of bounds
Calls: switchrDontUnload -> .dodepsourselves -> .innerdodeps
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.13.5
Check: dependencies in R code
Result: NOTE
Warning in value[[3L]](cond) : Unable to populate the BiocDevel object
Warning in value[[3L]](cond) : Unable to populate the BiocDevel object
Flavors: r-devel-windows-ix86+x86_64, r-devel-windows-ix86+x86_64-gcc8
Version: 0.13.5
Check: S3 generic/method consistency
Result: WARN
Warning in value[[3L]](cond) : Unable to populate the BiocDevel object
Warning in value[[3L]](cond) : Unable to populate the BiocDevel object
See section 'Generic functions and methods' in the 'Writing R
Extensions' manual.
Flavors: r-devel-windows-ix86+x86_64, r-devel-windows-ix86+x86_64-gcc8
Version: 0.13.5
Check: foreign function calls
Result: NOTE
Warning in value[[3L]](cond) : Unable to populate the BiocDevel object
Warning in value[[3L]](cond) : Unable to populate the BiocDevel object
See chapter 'System and foreign language interfaces' in the 'Writing R
Extensions' manual.
Flavors: r-devel-windows-ix86+x86_64, r-devel-windows-ix86+x86_64-gcc8
Version: 0.13.5
Check: R code for possible problems
Result: NOTE
Warning in value[[3L]](cond) : Unable to populate the BiocDevel object
Warning in value[[3L]](cond) : Unable to populate the BiocDevel object
Flavors: r-devel-windows-ix86+x86_64, r-devel-windows-ix86+x86_64-gcc8
Version: 0.13.5
Check: for missing documentation entries
Result: WARN
Warning in value[[3L]](cond) : Unable to populate the BiocDevel object
Warning in value[[3L]](cond) : Unable to populate the BiocDevel object
All user-level objects in a package should have documentation entries.
See chapter 'Writing R documentation files' in the 'Writing R
Extensions' manual.
Flavors: r-devel-windows-ix86+x86_64, r-devel-windows-ix86+x86_64-gcc8
Version: 0.13.5
Check: for code/documentation mismatches
Result: WARN
Warning in value[[3L]](cond) : Unable to populate the BiocDevel object
Warning in value[[3L]](cond) : Unable to populate the BiocDevel object
Flavors: r-devel-windows-ix86+x86_64, r-devel-windows-ix86+x86_64-gcc8
Version: 0.13.5
Check: Rd \usage sections
Result: NOTE
Warning in value[[3L]](cond) : Unable to populate the BiocDevel object
Warning in value[[3L]](cond) : Unable to populate the BiocDevel object
The \usage entries for S3 methods should use the \method markup and not
their full name.
See chapter 'Writing R documentation files' in the 'Writing R
Extensions' manual.
Flavors: r-devel-windows-ix86+x86_64, r-devel-windows-ix86+x86_64-gcc8
Version: 0.13.5
Check: examples
Result: ERROR
Running examples in ‘switchr-Ex.R’ failed
The error most likely occurred in:
> ### Name: libManifest
> ### Title: libManifest
> ### Aliases: libManifest libManifest,missing-method libManifest,missing
> ### libManifest,character-method libManifest,character
> ### libManifest,SwitchrCtx-method libManifest,SwitchrCtx
>
> ### ** Examples
>
> man = libManifest()
Execution halted
Flavor: r-release-osx-x86_64
Version: 0.13.5
Check: tests
Result: FAIL
Flavor: r-release-osx-x86_64