Package: citr
Type: Package
Title: 'RStudio' Add-in to Insert Markdown Citations
Description: Functions and an 'RStudio' add-in that search a 'Bib(La)TeX'-file to create and
  insert formatted Markdown citations into the current document.
Version: 0.3.0
Date: 2018-12-18
Authors@R: c(
  person("Frederik", "Aust", email = "frederik.aust@uni-koeln.de", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-4900-788X")),
  person("Yihui", "Xie", role = "ctb"),
  person("Robin", "Lovelace", role = "ctb"),
  person("Garrick", "Aden-Buie", role = "ctb")
  )
URL: https://github.com/crsh/citr
BugReports: https://github.com/crsh/citr/issues
Depends: R (>= 3.0.0)
Imports: RefManageR (>= 0.14.2), bibtex (>= 0.4.2), yaml (>= 2.1.13),
        rstudioapi (>= 0.6), miniUI (>= 0.1.1), shiny (>= 0.13.2),
        shinyjs (>= 1.0), assertthat (>= 0.1), methods (>= 3.0.0), curl
        (>= 1.1), httr (>= 1.3.1)
Suggests: testthat (>= 1.0.2)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: TRUE
RoxygenNote: 6.1.0
NeedsCompilation: no
Packaged: 2018-12-18 19:46:06 UTC; frederikaust
Author: Frederik Aust [aut, cre] (<https://orcid.org/0000-0003-4900-788X>),
  Yihui Xie [ctb],
  Robin Lovelace [ctb],
  Garrick Aden-Buie [ctb]
Maintainer: Frederik Aust <frederik.aust@uni-koeln.de>
Repository: CRAN
Date/Publication: 2018-12-18 20:00:03 UTC
