CRAN Package Check Results for Package networkR

Last updated on 2025-12-20 03:48:51 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.5 31.92 60.94 92.86 OK
r-devel-linux-x86_64-debian-gcc 0.1.5 19.49 43.56 63.05 ERROR
r-devel-linux-x86_64-fedora-clang 0.1.5 76.00 92.37 168.37 ERROR
r-devel-linux-x86_64-fedora-gcc 0.1.5 58.00 86.68 144.68 ERROR
r-devel-windows-x86_64 0.1.5 39.00 85.00 124.00 OK
r-patched-linux-x86_64 0.1.5 32.41 55.61 88.02 OK
r-release-linux-x86_64 0.1.5 32.49 55.73 88.22 OK
r-release-macos-arm64 0.1.5 OK
r-release-macos-x86_64 0.1.5 20.00 54.00 74.00 OK
r-release-windows-x86_64 0.1.5 40.00 86.00 126.00 OK
r-oldrel-macos-arm64 0.1.5 OK
r-oldrel-macos-x86_64 0.1.5 19.00 62.00 81.00 OK
r-oldrel-windows-x86_64 0.1.5 46.00 108.00 154.00 OK

Check Details

Version: 0.1.5
Check: examples
Result: ERROR Running examples in ‘networkR-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: mksib > ### Title: Generate variables (or lists) of siblings from a file of ids of > ### persons and their father and mother. > ### Aliases: mksib > ### Keywords: manip > > ### ** Examples > > > library( data.table ) Attaching package: ‘data.table’ The following object is masked from ‘package:base’: %notin% > id <- 1:12 > pid <- c(NA, 1, 1, 1, NA, 23, 45, 5, 5, 7, 12, NA) > mid <- c(NA, NA, 2, 2, 12, NA, 46, 6, 6, 6, NA, 12) > indd <- data.table( id, mid, pid ) > indata <- copy( indd ) > indata id mid pid <int> <num> <num> 1: 1 NA NA 2: 2 NA 1 3: 3 2 1 4: 4 2 1 5: 5 12 NA 6: 6 NA 23 7: 7 46 45 8: 8 6 5 9: 9 6 5 10: 10 6 7 11: 11 NA 12 12: 12 12 NA > > str( xx <- mksib( indata ) ) Error in `[.data.table`(setDT(indata), , `:=`(msibs, list(list(id))), : attempt access index 3/3 in VECTOR_ELT Calls: str -> mksib -> [ -> [.data.table Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.1.5
Check: examples
Result: ERROR Running examples in ‘networkR-Ex.R’ failed The error most likely occurred in: > ### Name: mksib > ### Title: Generate variables (or lists) of siblings from a file of ids of > ### persons and their father and mother. > ### Aliases: mksib > ### Keywords: manip > > ### ** Examples > > > library( data.table ) Attaching package: ‘data.table’ The following object is masked from ‘package:base’: %notin% > id <- 1:12 > pid <- c(NA, 1, 1, 1, NA, 23, 45, 5, 5, 7, 12, NA) > mid <- c(NA, NA, 2, 2, 12, NA, 46, 6, 6, 6, NA, 12) > indd <- data.table( id, mid, pid ) > indata <- copy( indd ) > indata id mid pid <int> <num> <num> 1: 1 NA NA 2: 2 NA 1 3: 3 2 1 4: 4 2 1 5: 5 12 NA 6: 6 NA 23 7: 7 46 45 8: 8 6 5 9: 9 6 5 10: 10 6 7 11: 11 NA 12 12: 12 12 NA > > str( xx <- mksib( indata ) ) Error in `[.data.table`(setDT(indata), , `:=`(msibs, list(list(id))), : attempt access index 3/3 in VECTOR_ELT Calls: str -> mksib -> [ -> [.data.table Execution halted Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc