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

bibentry(bibtype = "Manual",
         title = paste("Information about FuzzyAHP package for R (ver.", version,")", sep=""),
         author = c(person("Jan", "Caha")),
         year = year,
         note = note,
         url = "http://github.com/JanCaha/FuzzyAHP/"
  )
