pi-at-git

Results 3 comments of pi-at-git

@Swechhya unfortunately, I see no difference. I'd like to doublecheck that I installed the latest dev version correctly. Can you please have a look at the following code: ``` install.packages("devtools")...

I noticed a browser dependency here: in Chromium 97.0.4692.99/Ubuntu (as well a 95.x under Windows 10), it is possible to start with a "-" when you want to enter data...

@zhangjunjiang try the following: ``` Cover = c(base64enc::dataURI(file="C:/Users/JZHA/test3.jpg", mime="image/jpeg", encoding="base64"), base64enc::dataURI(file="C:/Users/JZHA/IMG_0006.JPG", mime="image/jpeg", encoding="base64") ) ``` Typically, I work with SVG images (not jpg); if this doesn't work: check the mime...