CRAN Package Check Results for Maintainer ‘Julia Manso <gephiforr at gmail.com>’

Last updated on 2025-10-17 06:50:26 CEST.

Package ERROR OK
GephiForR 1 12

Package GephiForR

Current CRAN status: ERROR: 1, OK: 12

Version: 0.1.0
Check: examples
Result: ERROR Running examples in 'GephiForR-Ex.R' failed The error most likely occurred in: > ### Name: rotate_layout > ### Title: Rotate layout positions by a custom angle > ### Aliases: rotate_layout > > ### ** Examples > > > # Create a random graph > library(igraph) Attaching package: 'igraph' The following objects are masked from 'package:stats': decompose, spectrum The following object is masked from 'package:base': union > g <- erdos.renyi.game(100, 0.05) > > # Initializing position vector and plotting > position <- as.matrix(data.frame(X = c(1, 2, 3), Y = c(4, 5, 6))) > plot(g, layout = position) Error in `plot()`: ! The layout has 3 rows, but the graph has 100 vertices. ℹ It is recommended to store the layout as x and y vertex attributes and not as a matrix graph attribute. Backtrace: ▆ 1. ├─base::plot(g, layout = position) 2. └─igraph::plot.igraph(g, layout = position) 3. └─cli::cli_abort(...) 4. └─rlang::abort(...) Execution halted Flavor: r-devel-windows-x86_64

mirror server hosted at Truenetwork, Russian Federation.