magnusdv / forrel

Forensic pedigree analysis and relatedness inference
GNU General Public License v2.0
10 stars 0 forks source link

Warnings from shownInTriangle #30

Closed thoree closed 4 years ago

thoree commented 4 years ago

The plot below is fine, but I get some warnings, maybe something local to my computer.

library(forrel)
#> Loading required package: pedtools
showInTriangle(k0 = 3/8, k2 = 1/8, label = "3/4 siblings", pos = 1)
#> Warning in par(opar): graphical parameter "cin" cannot be set
#> Warning in par(opar): graphical parameter "cra" cannot be set
#> Warning in par(opar): graphical parameter "csi" cannot be set
#> Warning in par(opar): graphical parameter "cxy" cannot be set
#> Warning in par(opar): graphical parameter "din" cannot be set
#> Warning in par(opar): graphical parameter "page" cannot be set

Created on 2020-01-14 by the reprex package (v0.3.0)

magnusdv commented 4 years ago

Argh, yes, I found this too. Should be fixed now, as of a3b9c71.