#' Inapplicable Discrete Characters Reconstruction
#'
#' An algorithm allowing states reconstruction and tree score calculation for inapplicable discrete characters
#'
#' @name Inapp-package
#'
#' @aliases Inapp
#'
#' @docType package
#'
#' @author Thomas Guillerme <guillert@@tcd.ie>
#'
#' @references
#'
#' Brazeau, M. D., Guillerme, T., and Smith, M. R. 2017. Morphological
#' phylogenetic analysis with inapplicable data. Biorxiv. <https://doi.org/10.1101/209775>
#'
#' @keywords maximum parsimony, inapplicable characters, states reconstruction, tree score
#'
#' @examples
#' \dontrun{
#' runInapp()
#' }
#'
#' @exportPattern "^[[:alpha:]]+"
#' @import ape
#' @importFrom graphics plot legend
#' @importFrom shiny runGitHub runApp
#' @importFrom grDevices dev.off pdf rainbow
#' @importFrom utils write.csv
NULL
