Last updated on 2024-11-05 03:49:42 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1-5 | 15.88 | 100.29 | 116.17 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.1-5 | 10.51 | 66.32 | 76.83 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.1-5 | 186.45 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.1-5 | 166.04 | ERROR | |||
r-devel-windows-x86_64 | 1.1-5 | 15.00 | 117.00 | 132.00 | NOTE | |
r-patched-linux-x86_64 | 1.1-5 | 18.01 | 94.76 | 112.77 | OK | |
r-release-linux-x86_64 | 1.1-5 | 13.30 | 92.74 | 106.04 | 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 | 16.00 | 123.00 | 139.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 | 20.00 | 144.00 | 164.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.018000 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