Recent Releases of qrcode
qrcode - Release v0.3.0
qrcode 0.3.0
- Add
qr_vcard()to generate QR codes for a vCard. - Add
qr_sepa()to generate QR codes for SEPA payments. - Add
qr_location()to generate QR codes for locations. generate_svg()now escapes the special characters&,',",<,>. Fixes #19 reported by @kaveelim.
- R
Published by github-actions[bot] over 1 year ago
qrcode - Release v0.2.2
- New
coordinates()function returning the coordinates of the dark cells. - Test the QR code with
opencv::ocv_qr_detect(). - Remove the defunct legacy functions.
- R
Published by github-actions[bot] over 2 years ago
qrcode - Version 0.2.1
- Replace the unexported
qr_logo()byadd_logo(). add_logo()returns aqr_codeobject.plot()andgenerate_svg()handle the output ofadd_logo().
- R
Published by ThierryO over 2 years ago
qrcode - Version 0.2.0
- 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
checklistto monitor the quality of the package.
- R
Published by ThierryO over 3 years ago
qrcode - Version 0.1.4
- Re-implemented the main functions to fix bug in the legacy functions.
- Deprecated the legacy functions.
- R
Published by ThierryO over 4 years ago
qrcode - Version 0.1.3
- Added a
NEWS.mdfile 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.
- R
Published by ThierryO over 4 years ago
qrcode - qrcode 0.1.2
- Make functions importable by other packages.
- R
Published by ThierryO over 4 years ago