Package: clipp
Type: Package
Title: Calculating Likelihoods by Pedigree Paring
Version: 1.0.0
Authors@R: 
  c(person(given = "James",
           family = "Dowty",
           role = c("aut", "cre"),
           email = "jgdowty@gmail.com"),
    person(given = "Kevin",
           family = "Wong",
           role = c("aut"),
           email = "wongck.kevin@gmail.com"))
Description: A fast and general implementation of the Elston-Stewart algorithm
 that can calculate the likelihoods of large and complex pedigrees. 
 References for the Elston-Stewart algorithm are
 Elston & Stewart (1971) <doi:10.1159/000152448>,
 Lange & Elston (1975) <doi:10.1159/000152714> and
 Cannings et al. (1978) <doi:10.2307/1426718>. 
Depends: R (>= 3.5.0)
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.0
NeedsCompilation: no
Packaged: 2021-05-05 07:17:09 UTC; jdowty
Author: James Dowty [aut, cre],
  Kevin Wong [aut]
Maintainer: James Dowty <jgdowty@gmail.com>
Repository: CRAN
Date/Publication: 2021-05-05 07:30:03 UTC
