Skip to content

v0.1.7

Latest
Compare
Choose a tag to compare
@ColauttiLab ColauttiLab released this 29 Mar 20:30
· 22 commits to master since this release
7dadf77

baRcodeR 0.1.7 - added code 128 extended

  • linear2 added to option list (Linear, Matrix) to produce Code 128 extended linear barcodes. This allows for alternative linear barcode layout, and also includes more special characters
  • Changed qrcode::qr_code() from (depricated) qrcode_gen

baRcodeR 0.1.6 - new parameters

At the request of a COVID-2019 research group, we have added an option to allow non-encoded text to appear with linear & 2D barcodes:

  • alt_text -- adds human-readable text that is NOT encoded in the digital barcode
  • denote -- characters used to denote non-encoded text

baRcodeR 0.1.5 R CMD check results

This was a minor update to make sure tests pass on r-devel and fix a broken link.