useDynLib(catdapS, .registration = TRUE, .fixes = "C_")

import(graphics, data.table)
importFrom(grDevices, dev.new, gray)
importFrom(data.table, data.table)
importFrom(RColorBrewer, brewer.pal)
importFrom(huxtable, hux, add_colnames, set_bold, set_right_border,
 set_bottom_border, set_caption, set_caption_pos, set_align, set_position,
 theme_basic, set_width, print_screen)
importFrom(magrittr, "%>%")

export(catdap2S, PrintCatdap1, PrintCatdap2, PrintCatdap3, PlotCatdap1,
 PlotCatdap2, Barplot2WayTable)
