Type: Package
Package: namedropR
Title: Create Visual Citations for Presentations and Posters
Version: 2.4.1
Authors@R: c(
    person(c("Christian", "A."), "Gebhard", , "christian.gebhard@posteo.de", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0002-8792-565X")),
    person("Lukas", "Wallrich", , "l.wallrich@bbk.ac.uk", role = "ctb",
           comment = c(ORCID = "0000-0003-2121-5177")),
    person("Matthew T.", "Warkentin", , "warkentin@lunenfeld.ca", role = "ctb",
           comment = c(ORCID = "0000-0001-8730-3511"))
  )
Description: Provides 'visual citations' containing the metadata of a
    scientific paper and a 'QR' code.  A 'visual citation' is a banner
    containing title, authors, journal and year of a publication.  This
    package can create such banners based on 'BibTeX' and 'BibLaTeX'
    references or call the reference metadata from 'Crossref'-API. The
    banners include a QR code pointing to the 'DOI'.  The resulting HTML
    object or PNG image can be included in a presentation to point the
    audience to good resources for further reading.  Styling is possible
    via predefined designs or via custom 'CSS'.  This package is not
    intended as replacement for proper reference manager packages, but a
    tool to enrich scientific presentation slides and conference posters.
License: MIT + file LICENSE
URL: https://github.com/nucleic-acid/namedropR
BugReports: https://github.com/nucleic-acid/namedropR/issues
Imports: bib2df, dplyr, htmltools, lubridate, qrcode (>= 0.1.4),
        R.utils, readr, stringr, webshot
Suggests: knitr, rcrossref, rmarkdown, testthat (>= 3.0.0), withr
VignetteBuilder: knitr
Config/testthat/edition: 3
Encoding: UTF-8
RoxygenNote: 7.2.1
NeedsCompilation: no
Packaged: 2022-08-28 10:35:27 UTC; christian
Author: Christian A. Gebhard [aut, cre]
    (<https://orcid.org/0000-0002-8792-565X>),
  Lukas Wallrich [ctb] (<https://orcid.org/0000-0003-2121-5177>),
  Matthew T. Warkentin [ctb] (<https://orcid.org/0000-0001-8730-3511>)
Maintainer: Christian A. Gebhard <christian.gebhard@posteo.de>
Repository: CRAN
Date/Publication: 2022-08-28 10:50:02 UTC
Built: R 4.6.0; ; 2025-10-14 03:17:31 UTC; windows
