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

citEntry(
  entry = "Misc",
  title = "{remoter}: Remote {R}: Control a Remote {R} Session from a Local One",
  author = personList(as.person("Drew Schmidt"),
                      as.person("Wei-Chen Chen")),
  year = year,
  note = note,
  url = "https://cran.r-project.org/package=remoter",
  textVersion = NULL
)

citEntry(
  entry = "Manual",
  title = "Guide to the {remoter} Package",
  author = personList(as.person("Drew Schmidt")),
  year = "2016",
  note = "{R} Vignette",
  url = "https://cran.r-project.org/package=remoter",
  textVersion = NULL
)

citEntry(
  entry = "Manual",
  title = "Using {remoter} with Remote Machines",
  author = personList(as.person("Drew Schmidt")),
  year = "2016",
  note = "{R} Vignette",
  url = "https://cran.r-project.org/package=remoter",
  textVersion = NULL
)
