Changes in Version 0.99.0 (2020-07-15)
    + Package prepared for submission to Bioconductor
        + Updated to coding practices
        + No Biocheck Errors
        + Updated imports and examples
Changes in Version 0.99.1 (2020-08-06)
    + Responded to comments from Bioconductor reviewer
        + DESCRIPTION
            + Moved `tibble` and `shiny` to imports
        + Vignettes
            + Made installation section
            + Added table of contents
            + Updated vignette text to agree with code
            + Included sessionInfo()
        + R code
            for accesing a website.
            + Reduced number of lines >80
            + Reduced number of indents not multiples of 4 spaces
Changes in Version 0.99.2 (2020-09-02)
    + R code
        + Changed high stringency to include Enhanced and Supported removing
        Approved
Changes in Version 1.0.0 (2020-10-28)
    + Officially added to Bioconductor
Changes in Version 1.0.1 (2020-11-20)
    + testthat() HPA_data_downloader.R failed due to spelling change
        + HPA changed "unfavourable" to "unfavorable"
        + The testthat() has been changed to reflect their change
        + More updates soon after all reviews from F1000 are in
Changes in Version 1.0.2 (2021-25-20)
    + Changed section of code crashing due to dplyr update.
Changes in Version 1.0.3 (2021-02-03)
    + Changed read.table() in HPA_data_downloader.R to data.table's fread()
