snippr
snippr copied to clipboard
Error: 'github_pat' is not an exported object from 'namespace:devtools'
After installing snippr
in R 4.2.1 and executing
library(snippr)
snippets_install_github("dgrtwo/snippets")
I receive this error:
Error: 'github_pat' is not an exported object from 'namespace:devtools'
same problem here. Did u find a solution?
I was unable to find a solution.
The function was silently removed between devtools 2.4.2 and 2.4.3. So it needs the version 2.4.2 to work