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

bibentry(bibtype = "Manual",
         title = "{itdr}: Integral Transformation Methods for SDR in Regression",
         author = c(person("Tharindu P.", "De Alwis"),
                    person("S. Yaser", "Samadi")),
         year = year,
         note = note,
         url = " https://CRAN.R-project.org/package=itdr")
         textVersion =
         paste0("Tharindu P. De ALwis,",
                "S. Yaser Samadi (",
                year,
                "). itdr: Integral Transformation Methods for SDR in Regression. ",
                note, ".")
