The bsTooltip does not work when you use an apostrophe.
This works:
bsTooltip(id = "rifq100W", title = "10 feet is the minimum riffle width and is the Countys recommended starting value.", trigger = "hover")
This does not work:
bsTooltip(id = "rifq100W", title = "10 feet is the minimum riffle width and is the County's recommended starting value.", trigger = "hover")