Last updated on 2025-12-28 05:50:24 CET.
| Package | ERROR | NOTE | OK |
|---|---|---|---|
| dataMaid | 13 | ||
| dataReporter | 13 | ||
| isdals | 2 | 11 | |
| MethComp | 13 | ||
| networkR | 1 | 12 | |
| socceR | 13 | ||
| SuperRanker | 13 |
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: NOTE: 2, OK: 11
Version: 3.0.1
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Claus Ekstrom <ekstrom@sund.ku.dk>’
No Authors@R field in DESCRIPTION.
Please add one, modifying
Authors@R: c(person(given = c("Claus", "Thorn"),
family = "Ekstrøm",
role = "aut",
email = "ekstrom@sund.ku.dk"),
person(given = "Helle",
family = "Sørensen",
role = "aut",
email = "helle@math.ku.dk"),
person(given = "Claus",
family = "Ekstrom",
role = "cre",
email = "ekstrom@sund.ku.dk"))
as necessary.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Current CRAN status: OK: 13
Current CRAN status: ERROR: 1, OK: 12
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
Flavor: r-devel-windows-x86_64
Current CRAN status: OK: 13
Current CRAN status: OK: 13
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.