- Added missing slash to web link; sorry for the confusion
- "Linear2" added to option list (Linear, Matrix) to produce Code 128 extended linear barcodes. This allows more special characters for linear (1D) barcodes
- Changed qrcode::qr_code() from (depricated) qrcode_gen
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
This is a minor update to make sure tests pass on r-devel and fix a broken link.
- local Windows 10 install, R 3.6.1, r-devel
- win-builder (devel and release)
- Ubuntu 16.04 (on travis-ci), R-oldrel, R-release, R-devel
- R-hub
- Windows Server 2008 R2 SP1, R-devel, 32/64 bit
- Ubuntu Linux 16.04 LTS, R-release, GCC
- Fedora Linux, R-devel, clang, gfortran
We have removed the license file from the description file and the package file itself as suggested by Uwe Ligges.
There were no ERRORS or WARNINGS. 1 NOTE regarding change of package maintainer from Robert Colautti to Yihan Wu.
This is our third submission. From our last submission, we made
-
changes to clarify documentation
-
modify command line prompts with menu-like choices
-
added a vignette tutorial to show how to use the package with the RStudio addin and removed similar content from the package README
-
corrected error in current CRAN version of package relating to R-devel changes
This is our second submission. From first submission on September 10, 2018, we made three changes:
-
We have changed the example for create_PDF() to write to tempdir() as suggested by Uwe Liggs.
-
We renamed functions containing label_ to uniqID_ to clarify that the functions generate unique identifiers, in contrast to create_PDF, which generates labels for printing. We found this was already a source of confusions among early testers.
-
We fixed a minor bug in the preview of one of the Addins tabs and we clarified explanations in the vignette and documentation.
additional changes advised by Swetlana Herbrandt
- Removed 'Open-Source R Tools for' in the title
- Replaced T and F with TRUE and FALSE throughout
- Repaced \dontrun{} with if(interactive()){} or \donttest{}
A few changes from Oct 4 were not included in the last upload. Additionally, fixed a minor text errors:
- 'collection' occurred twice in DESCRIPTION
- 'unique' was mis-spelled in documentation of uniqID_maker
Bug fixes and minor features added, as outlined in NEWS.md
- Added the ability to create linear (1D) barcodes using the type='linear' parameter in create_pdf()
- fixed a few minor spelling/grammar changes
Bug fix for linear barcodes and minor changes outlined in NEWS.md (ver. 0.1.3)