diff --git a/R/condensedIdentityX.R b/R/condensedIdentityX.R index 4758831..9cd183c 100644 --- a/R/condensedIdentityX.R +++ b/R/condensedIdentityX.R @@ -17,7 +17,7 @@ #' #' For simplicity the output always contains 9 coefficients, but with NA's in the #' positions of undefined states (depending on the sex combination). The README -#' file on the github home page of ribd has a table illustrating this. +#' file on the GitHub home page of ribd has a table illustrating this. #' #' @inheritParams condensedIdentity #' diff --git a/R/ribd-package.R b/R/ribd-package.R index 7dc2025..61c6690 100644 --- a/R/ribd-package.R +++ b/R/ribd-package.R @@ -3,7 +3,7 @@ #' Recursive algorithms for computing various relatedness coefficients, #' including Jacquard's condensed identity coefficients. The standard algorithms #' are extended to allow inbred founders. Both autosomal and X-linked -#' coeffiecients are computed. +#' coefficients are computed. #' #' @docType package #' @import pedtools diff --git a/inst/WORDLIST b/inst/WORDLIST new file mode 100644 index 0000000..6a978a3 --- /dev/null +++ b/inst/WORDLIST @@ -0,0 +1,13 @@ +autozygous +hemizygous +multiperson +noninbred +nonfounders +nonzero +pedfile +pedtools +IBD +Magnus +Dehli +Vigeland +Karigl diff --git a/man/condensedIdentityX.Rd b/man/condensedIdentityX.Rd index 296824d..ddee6d4 100644 --- a/man/condensedIdentityX.Rd +++ b/man/condensedIdentityX.Rd @@ -47,7 +47,7 @@ autosomal state. For simplicity the output always contains 9 coefficients, but with NA's in the positions of undefined states (depending on the sex combination). The README -file on the github home page of ribd has a table illustrating this. +file on the GitHub home page of ribd has a table illustrating this. } \examples{ diff --git a/man/ribd.Rd b/man/ribd.Rd index 3013330..eb6be01 100644 --- a/man/ribd.Rd +++ b/man/ribd.Rd @@ -8,5 +8,5 @@ Recursive algorithms for computing various relatedness coefficients, including Jacquard's condensed identity coefficients. The standard algorithms are extended to allow inbred founders. Both autosomal and X-linked -coeffiecients are computed. +coefficients are computed. }