Last updated on 2024-11-12 00:49:37 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1-5 | 12.88 | 100.73 | 113.61 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.1-5 | 8.56 | 65.16 | 73.72 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.1-5 | 196.69 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.1-5 | 166.46 | ERROR | |||
r-devel-windows-x86_64 | 1.1-5 | 15.00 | 116.00 | 131.00 | NOTE | |
r-patched-linux-x86_64 | 1.1-5 | 18.93 | 94.33 | 113.26 | OK | |
r-release-linux-x86_64 | 1.1-5 | 13.75 | 94.46 | 108.21 | OK | |
r-release-macos-arm64 | 1.1-5 | 49.00 | OK | |||
r-release-macos-x86_64 | 1.1-5 | 97.00 | OK | |||
r-release-windows-x86_64 | 1.1-5 | 14.00 | 115.00 | 129.00 | OK | |
r-oldrel-macos-arm64 | 1.1-5 | 53.00 | OK | |||
r-oldrel-macos-x86_64 | 1.1-5 | 81.00 | OK | |||
r-oldrel-windows-x86_64 | 1.1-5 | 19.00 | 143.00 | 162.00 | OK |
Version: 1.1-5
Check: Rd cross-references
Result: NOTE
Found the following Rd file(s) with Rd \link{} targets missing package
anchors:
plot.linkdat.Rd: plot.pedigree
Please provide package anchors for all Rd \link{} targets not in the
package itself and the base packages.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-windows-x86_64
Version: 1.1-5
Check: examples
Result: ERROR
Running examples in ‘paramlink-Ex.R’ failed
The error most likely occurred in:
> ### Name: examineKinships
> ### Title: Check pedigree for relationship errors
> ### Aliases: examineKinships
>
> ### ** Examples
>
>
> x = cousinsPed(1)
> x = simpleSim(x, 500, alleles=1:2)
Autosomal marker locus.
Unconditional simulating of genotypes for individuals 1, 2, 3, 4, 5, 6, 7 and 8.
Alleles and frequencies:
1 2
0.5 0.5
500 markers simulated.
Number of calls to the likelihood function: 0.
Total time used: 0.013000 seconds.
> examineKinships(x)
Error in cbind(rep.int(i, length(rels)), rels, deparse.level = 0) :
cannot get data pointer of 'NULL' objects
Calls: examineKinships -> rbind -> related.pairs -> rbind -> cbind
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc