Closed shubharaghav closed 3 years ago
I am not sure what you did, but the function is install.packages()
and the package is called "keyring", with lowercase.
That commit is not in the CRAN version of the package, which you are trying to use.
Sorry for the typos, I just typed some pseudo code in a hurry.
packageVersion("keyring") [1] ‘1.1.0’
Hi,
I am getting the below error after installing Keyring package and calling the library
This may be due this recent change : https://github.com/r-lib/keyring/commit/099006a5360bd490c2a1158f35301add51063f68#diff-9c46cb4f3228981231f7387462e0aeb8
Please suggest how I can resolve this. Thank You!