Last updated on 2025-07-29 06:48:55 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.1 | 9.74 | 87.29 | 97.03 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.0.2 | 5.94 | 63.20 | 69.14 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.0.2 | 160.36 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.2 | 88.52 | OK | |||
r-devel-windows-x86_64 | 1.0.2 | 18.00 | 125.00 | 143.00 | OK | |
r-patched-linux-x86_64 | 1.0.1 | 9.58 | 80.59 | 90.17 | OK | |
r-release-linux-x86_64 | 1.0.1 | 8.23 | 80.35 | 88.58 | OK | |
r-release-macos-arm64 | 1.0.2 | 52.00 | OK | |||
r-release-macos-x86_64 | 1.0.2 | 109.00 | OK | |||
r-release-windows-x86_64 | 1.0.1 | 12.00 | 99.00 | 111.00 | OK | |
r-oldrel-macos-arm64 | 1.0.2 | 48.00 | ERROR | |||
r-oldrel-macos-x86_64 | 1.0.2 | 87.00 | ERROR | |||
r-oldrel-windows-x86_64 | 1.0.1 | 16.00 | 130.00 | 146.00 | OK |
Version: 1.0.2
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
Note: possible error in 'findInterval(c(i - 0.5, ': unused argument (checkSorted = FALSE)
See ‘/Volumes/Builds/packages/big-sur-arm64/results/4.4/PathwaySpace.Rcheck/00install.out’ for details.
Information on the location(s) of code generating the ‘Note’s can be
obtained by re-running with environment variable R_KEEP_PKG_SOURCE set
to ‘yes’.
Flavor: r-oldrel-macos-arm64
Version: 1.0.2
Check: R code for possible problems
Result: NOTE
.find_nn_positions : .find_positions: possible error in
findInterval(c(i - 0.5, i + 0.5), x_sorted, left.open = TRUE,
rightmost.closed = TRUE, checkSorted = FALSE): unused argument
(checkSorted = FALSE)
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64
Version: 1.0.2
Check: examples
Result: ERROR
Running examples in ‘PathwaySpace-Ex.R’ failed
The error most likely occurred in:
> ### Name: circularProjection,PathwaySpace-method
> ### Title: Spatial Projection of Graph-Associated Signals
> ### Aliases: circularProjection,PathwaySpace-method circularProjection
>
> ### ** Examples
>
> # Load a demo igraph
> data('gtoy1', package = 'RGraphSpace')
>
> # Create a new PathwaySpace object
> ps <- buildPathwaySpace(gtoy1, nrc = 100)
Validating arguments...
Validating the 'igraph' object...
Creating a 'PathwaySpace' object...
> # note: adjust 'nrc' to increase image resolution
>
> # Set '1s' as vertex signal
> vertexSignal(ps) <- 1
>
> # Create a 2D-landscape image
> ps <- circularProjection(ps)
Validating arguments...
Using circular projection...
Mapping 'x' and 'y' coordinates...
Running signal convolution...
Error in findInterval(c(i - 0.5, i + 0.5), x_sorted, left.open = TRUE, :
unused argument (checkSorted = FALSE)
Calls: circularProjection ... .find_nn_positions -> lapply -> FUN -> .find_positions
Execution halted
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64
Version: 1.0.2
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
Note: possible error in 'findInterval(c(i - 0.5, ': unused argument (checkSorted = FALSE)
See ‘/Volumes/Builds/packages/big-sur-x86_64/results/4.4/PathwaySpace.Rcheck/00install.out’ for details.
Information on the location(s) of code generating the ‘Note’s can be
obtained by re-running with environment variable R_KEEP_PKG_SOURCE set
to ‘yes’.
Flavor: r-oldrel-macos-x86_64