- Minor syntax changes to comply with changes in {dplyr}
- Solves issue of failing tests in CRAN checks.
- Adds drop_name_crossref() function (thanks to Lukas Wallrich)
- Adds the ability to turn a QR code into a hyperlink (thanks to Matt Warkentin)
- Rebuilds documentation using latest roxygen2 version to adhere to HTML5 standards
- Fixes critical error previously missed by unit tests when working with file paths. This broke the basic functionality on some systems when working outside of projects.
- Removes dependency on the {here} package
- Fixes failing test due to tempdir access problems on win devel.
- Changes git install snippet in README.md to use {remotes} instead of {devtools}
- Adds documentation / vignette for new styling options
- changes lazy data loading to false (no relevant datasets are included)
- tested with R 4.2
namedropR 2.3.0
- Adds option to specify QR code color.
- Adds several options to adjust stylistic elements like font, color, size and weight for title, journal and authors.
- Adjusts predefined styles to allow for custom style editing.
- Fixes inconsistent documentation and presentation in the Readme.
- Fixes style options that resulted in sub-optimal readability of the rendered citations.
- Adds sample render images for the predefined styles in the readme.
- Slight adjustment to the DESCRIPTION title.
- Adds a {pkgdown} website to the repository to make the documentation more accessible.
- Adds a separate vignette for use in Rmarkdown environments.
- Allows users to also specify the width of the visual citation, as larger QR codes compressed the remaining text area.
- Adds two new styles to chose from.
- Styles are now stored in a separate csv. This allows for easier addition of styles.
- Allows user specification of QR code size.
- Removes examples from not-exported functions to fulfill CRAN reviewer comment
- Adds and improves test coverage for additional input situations.
- Minor style adjustments for compact and clean style.
- Implements 'compact' output style. See update vignette for usage.
- Slight adjustment to the 'modern' style (journal titles not capitalized anymore)
- By default curly braces are removed from titles and journal names. This can be prevented by setting clean_strings to FALSE
- Minor fixes to prepare pull request to main
- Style fixes of code in preparation for release
- Major code changes to eliminate dependency on the orphaned {bibtex} package to allow for CRAN submission.
- On the down side the package cannot work with BibEntry objects anymore, so the update might break existing user-code. Due to this the version number was increased as a 'major release'.
- As new function, bulk handling is now available.
- The update furthermore improves overall stability and test coverage.
- Minor adjustments to unit tests to avoid build errors
- Minor adjustments to unit tests to avoid build errors
- Feature complete first version for CRAN submission.
- Improves unit testing.
- Corrects a typo in the example in the README.
- Added a vignette and proper README
- Added a
NEWS.md
file to track changes to the package.