Skip to contents

qrcode 0.3.0

CRAN release: 2024-09-29

qrcode 0.2.2

CRAN release: 2023-11-11

qrcode 0.2.1

CRAN release: 2022-12-18

qrcode 0.2.0

CRAN release: 2022-11-19

  • Defunct legacy functions.
  • Generate QR codes for calender events with qr_event().
  • Generate QR codes for WiFi network settings with qr_wifi().
  • Add a logo to a QR code with qr_logo().
  • Add DocSearch support to pkgdown website.
  • Use checklist to monitor the quality of the package.

qrcode 0.1.4

CRAN release: 2021-10-13

  • Re-implemented the main functions to fix bug in the legacy functions.
  • Deprecated the legacy functions.

qrcode 0.1.3

CRAN release: 2021-07-02

  • Added a NEWS.md file to track changes to the package.
  • Add generate_svg().
  • Change maintainer.
  • Set-up a pkgdown website.
  • Add a logo.
  • Add GitHub actions to test the packages.
  • Add a few unit tests.
  • Streamline some of the functions and reduce their cyclomatic complexity.

qrcode 0.1.2

  • Make functions importable by other packages.