ThierryO / qrcode

QRcode Generator for R
https://Thierryo.github.io/qrcode
GNU General Public License v3.0
42 stars 7 forks source link

Could not find function "qr_logo" #15

Closed markscherz closed 1 year ago

markscherz commented 1 year ago

Calls to function qr_logo return the error 'could not find function "qr_logo"', even though ?qr_logo returns the documentation for the function. Possibly may be related to a slightly outdated R version (4.1.3), but worth checking out.

ThierryO commented 1 year ago

I forgot export the function. I'm working on a new version of the package. See #13 if you want to try it out.

Fixed in #13