snippr icon indicating copy to clipboard operation
snippr copied to clipboard

Error: 'github_pat' is not an exported object from 'namespace:devtools'

Open massarimar opened this issue 2 years ago • 3 comments

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'

massarimar avatar Jan 10 '23 10:01 massarimar

same problem here. Did u find a solution?

FrancescoMonti-source avatar Jan 19 '23 14:01 FrancescoMonti-source

I was unable to find a solution.

massarimar avatar Jan 19 '23 16:01 massarimar

The function was silently removed between devtools 2.4.2 and 2.4.3. So it needs the version 2.4.2 to work

llrs avatar Aug 28 '23 11:08 llrs