.packageName <- "GeneTS"
.First.lib <- function(libname, pkgname)
{
    packageStartupMessage(
        "\n",
        "  The '", pkgname, "' package is deprecated in Bioconductor 2.1 and will\n",
        "  not be part of Bioconductor >= 2.2, sorry!\n",
        "  For any question, please contact the maintainer of the package (you can\n",
        "  get this with 'packageDescription(\"", pkgname, "\")'), or ask on the\n",
        "  bioconductor mailing list (http://bioconductor.org/docs/mailList.html).\n"
    )
}

