R/constants.R

#' Format string for class mismatch error
#' @usage .FMT.CLS.MIS
.FMT.CLS.MIS <- "class mismatch: expected 'exphist', found '%s'"
names(.FMT.CLS.MIS) <- '.FMT.CLS.MIS'

#' Format string for invalid timestampt
#' @usage .FMT.INV.TSP
.FMT.INV.TSP <- "invalid timestamp: %d>=%d"
names(.FMT.INV.TSP) <- '.FMT.INV.TSP'
pcosta74/exphist documentation built on May 15, 2019, 9:58 p.m.