#' Shiny Interface for the CTT Package
#'
#' A Shiny interface developed in close coordination with the CTT package, 
#' providing a GUI that guides the user through CTT analyses.
#'
#'
#' @docType package
#'
#' @author John T. Willse \email{jtwillse@uncg.edu}
#'
#' @name CTTinShiny
#' @import CTT
#' @import shiny
#' @importFrom foreign read.spss
#' @importFrom utils read.csv write.csv write.table
NULL