Last updated on 2026-06-07 13:50:37 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.3.1 | 46.21 | 232.53 | 278.74 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.3.1 | 31.09 | 105.19 | 136.28 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.3.1 | 62.00 | 309.46 | 371.46 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.3.1 | 96.00 | 343.56 | 439.56 | OK | |
| r-devel-windows-x86_64 | 0.3.1 | 54.00 | 229.00 | 283.00 | OK | |
| r-patched-linux-x86_64 | 0.3.1 | 39.29 | 203.28 | 242.57 | OK | |
| r-release-linux-x86_64 | 0.3.1 | 35.94 | 203.67 | 239.61 | OK | |
| r-release-macos-arm64 | 0.3.1 | 9.00 | 41.00 | 50.00 | OK | |
| r-release-macos-x86_64 | 0.3.1 | 27.00 | 219.00 | 246.00 | OK | |
| r-release-windows-x86_64 | 0.3.1 | 50.00 | 223.00 | 273.00 | OK | |
| r-oldrel-macos-arm64 | 0.3.1 | 8.00 | 40.00 | 48.00 | OK | |
| r-oldrel-macos-x86_64 | 0.3.1 | 35.00 | 423.00 | 458.00 | OK | |
| r-oldrel-windows-x86_64 | 0.3.1 | 62.00 | 285.00 | 347.00 | OK |
Version: 0.3.1
Check: examples
Result: ERROR
Running examples in ‘rENA-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: add_nodes
> ### Title: Add nodes to an ENA plot
> ### Aliases: add_nodes
>
> ### ** Examples
>
> # Load test data
> data(RS.data);
>
> # Define codenames for the test
> codenames <- c("Data", "Technical.Constraints", "Performance.Parameters",
+ "Client.and.Consultant.Requests", "Design.Reasoning", "Collaboration");
>
> # Standard ENA accumulation
> accum <- rENA:::ena.accumulate.data.file(
+ RS.data, units.by = c("UserName", "Condition"),
+ conversations.by = c("ActivityNumber", "GroupName"),
+ codes = codenames
+ );
> # Create a standard ENA set
> newset <- ena.make.set(accum);
>
> # Simple plot for a set of points, and their mean
> newplot <- plot(newset) |>
+ add_points(Condition$FirstGame, mean = TRUE, colors = "blue") |>
+ add_network();
>
> # Plot a single unit's point and it's line.weights
> plot(newset) |>
+ add_points(UserName$`steven z`) |>
+ add_network();
Warning in file.create(to[okay]) :
cannot create file 'lib/htmlwidgets-1.6.4/htmlwidgets.js', reason 'No space left on device'
Warning in dir.create(target_dir) :
cannot create dir 'lib/plotly-binding-4.12.0', reason 'No space left on device'
Error in normalizePath(target_dir, "/", TRUE) :
path[1]="lib/plotly-binding-4.12.0": No such file or directory
Calls: <Anonymous> ... lapply -> FUN -> copyDependencyToDir -> normalizePath
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc