year <- sub("-.*", "", meta$Date)
note <- sprintf("R package version %s", meta$Version)

bibentry(bibtype = "Manual",
         title = "{ivivc}: A Data Analysis Tool for In Vitro-In Vivo Correlation (IVIVC)",
         author = c(person("Hsin-ya", "Lee"),
                    person("Yung-jin", "Lee")),
         year = year,
         note = note,
         url = "http://CRAN.R-project.org/package=ivivc")
