citHeader("To cite the otpr package in publications, please use:")

citEntry(entry="Manual",
         author = c(
         person("Marcus Young")),
         title = "{otpr: An API wrapper for OpenTripPlanner}",
         year = 2020,
         note = "{R package version 0.4.2}",
         url = "https://CRAN.R-project.org/package=otpr",
         textVersion =
          paste("Marcus Young (2020).",
          "otpr: An API wrapper for OpenTripPlanner.", "R package version 0.4.1.", "https://CRAN.R-project.org/package=otpr")
          )

