Type: Package Package: pedprobr Title: Probability Computations on Pedigrees Version: 1.1.0 Authors@R: person("Magnus Dehli", "Vigeland", , "m.d.vigeland@medisin.uio.no", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-9134-4962")) Description: An implementation of the Elston-Stewart algorithm for calculating pedigree likelihoods given genetic marker data (Elston and Stewart (1971) ). The standard algorithm is extended to allow inbred founders. 'pedprobr' is part of the 'pedsuite', a collection of packages for pedigree analysis in R. In particular, 'pedprobr' depends on 'pedtools' for pedigree manipulations and 'pedmut' for mutation modelling. For more information, see 'Pedigree Analysis in R' (Vigeland, 2021, ISBN:9780128244302). License: GPL (>= 2) URL: https://github.com/magnusdv/pedprobr BugReports: https://github.com/magnusdv/pedprobr/issues Depends: pedtools (>= 2.11.0), R (>= 4.2.0) Imports: pedmut (>= 0.9.0) Suggests: testthat Encoding: UTF-8 Language: en-GB Roxygen: list(markdown = TRUE) SystemRequirements: MERLIN (https://csg.sph.umich.edu/abecasis/merlin/) for calculations involving multiple linked markers. Config/roxygen2/version: 8.0.0 Repository: https://magnusdv.r-universe.dev Date/Publication: 2026-06-22 13:17:57 UTC RemoteUrl: https://github.com/magnusdv/pedprobr RemoteRef: HEAD RemoteSha: 3de93683547bba5493755a427c0273447381c86d NeedsCompilation: no Packaged: 2026-06-22 14:07:05 UTC; root Author: Magnus Dehli Vigeland [aut, cre] (ORCID: ) Maintainer: Magnus Dehli Vigeland