ChanYub Park
ChanYub Park
Thank you for your thoughtful suggestion and for taking the time to provide feedback on the sendgridr package. I greatly appreciate your interest and support. Regarding the potential namespace conflicts,...
@mscbuck I have been neglecting this issue for too long. I will fix it as soon as possible. I understand your opinion. I will share it as soon as I...
I'll check install 0.6.0
maybe package source param(`repos`) not work. I'll try to publish cran ASAP.
https://github.com/mrchypark/sendgridr/commit/9ef190656a0b0d20c3ba275ae1655c25f3fb82b9

https://github.com/mrchypark/sendgridr/commit/0af8ca44fc9e69aed5cc84b377a260ac34c18feb
@agronomofiorentini Thank you for issue. keyring package maybe has problem. can you share your system information?
It's weird. https://github.com/r-lib/keyring/blob/v1.3.0/R/backend-file.R#L78 your r session don't use windows default backend which is "windows credential store" use backend_file. can you share `keyring::default_backend()` output? Please check https://r-lib.github.io/keyring/reference/backends.html if you set if...
@agronomofiorentini good. I finally catch up your situation. how to check system dependency for keyring on linux? https://r-lib.github.io/keyring/index.html#linux ``` Debian/Ubuntu: libsecret-1-dev Recent RedHat, Fedora and CentOS systems: libsecret-devel ```