export(.onAttach, 
       Arrows, as.Date1970, asNumericChar, asNumericDF, 
       BoxCox, 
       confint.var, confint.sd, 
       canbeNumeric, camelParse, checkNames, classIndex, 
       compareLengths, compareOverlap, 
       countByYear, countsByYear, 
       createMessage, createX2matchY, 
       dateCols, Date3to1, Dates3to1, 
       dtruncdist, 
       getElement2, grepNonStandardCharacters, 
       index2class, Interp, 
       interpChar, InterpChar, InterpChkArgs, InterpNum, 
       interpPairs, invBoxCox, lines.qqnorm2, 
       logVarCor, 
       match.data.frame, matchName, 
       matchName1, matchQuote, 
       mergeUShouse.senate, mergeVote, 
       missing0, 
       nchar0, Newdata, 
       parseCommas, parseDollars, 
       parseName, 
       plot.qqnorm2, plot.qqnorm2s, 
       pmatch2, pmatchIC, 
       points.qqnorm2, ptruncdist, 
       qqnorm2, qqnorm2s, qqnorm2t, qtruncdist, 
       rasterImageAdj, 
       read.transpose, readCookPVI, readCookPVI., 
       readDates3to1, readNIPA, 
       readUShouse, readUSsenate, readUSstateAbbreviations, 
       recode2, rgrep, rtruncdist, 
       sign, 
       simulate.bic.glm, simulate.glm, 
       strsplit1, subNonStandardCharacters, 
       subNonStandardNames, 
       trimImage, 
       UShouse.senate, USsenateClass, 
       whichAeqB)

#importFrom(base, mean, coefficients)
importFrom("grDevices", "as.raster")
importFrom("graphics", "arrows", "legend", "lines", 
    "par", "plot", "points", "rasterImage", "text", 
    "xyinch")
importFrom("methods", "as", "is")
importFrom("stats", "median", "qqnorm", "runif", "sd", 
    "cov2cor", "model.matrix", "glm.fit", "vcov", 
    "coef", "simulate")
importFrom("utils", "de", "head", "read.csv", "tail")
importFrom("xml2", 'as_list', 'read_xml')
importFrom("mvtnorm", "rmvnorm")
importFrom("BMA", "bic.glm")

import(MASS)
import(TeachingDemos)
import(fda)
import(rvest)
import(jpeg)

#import(DierckxSpline)

S3method(Interp, default)
S3method(interpChar, default)
S3method(interpChar, list)
S3method(interpPairs, call)
S3method(interpPairs, "function")
S3method(interpPairs, list)
S3method(lines, qqnorm2)
S3method(parseCommas, data.frame)
S3method(parseCommas, default)
S3method(plot, qqnorm2)
S3method(plot, qqnorm2s)
S3method(points, qqnorm2)
S3method(confint, var)
S3method(confint, sd)
S3method(simulate, bic.glm)
S3method(simulate, glm)


