Package: namedropR
Type: Package
Title: Create Visual Citations for Presentation Slides
Version: 2.2.3
Authors@R: c(
    person(given = c("Christian", "A."),
           family = "Gebhard",
           role = c("aut", "cre"),
           email = "christian.gebhard@posteo.de",
           comment = c(ORCID = "0000-0002-8792-565X"))
    )
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
    and includes 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.
License: MIT + file LICENSE
Imports: htmltools, qrcode, here, lubridate, webshot, bib2df, dplyr,
        readr
Encoding: UTF-8
BugReports: https://github.com/nucleic-acid/namedropR/issues
URL: https://github.com/nucleic-acid/namedropR
RoxygenNote: 7.1.2
Suggests: testthat (>= 3.0.0), knitr, rmarkdown
Config/testthat/edition: 3
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2022-02-13 21:12:39 UTC; christian
Author: Christian A. Gebhard [aut, cre]
    (<https://orcid.org/0000-0002-8792-565X>)
Maintainer: Christian A. Gebhard <christian.gebhard@posteo.de>
Repository: CRAN
Date/Publication: 2022-02-13 21:20:02 UTC
Built: R 4.0.5; ; 2022-04-15 05:20:02 UTC; windows
