.packageName <- "CDNmoney"
.First.lib <- function(library,section){
  # This package is data only, there is no real code. To work with the data
  # the ts and tframe packages may be useful, but are not strickly necesssary.
  #if(!require("ts")) warning("This package requires the ts package.")
  #if(!require("tframe"))  warning("This package requires the tframe package.")
  invisible()
}
