I am trying to use usethis package to aid the development of package I am working on. I have created and started work on this package mainly using devtools. But whenever I try to use any function in the usethis package, e.g use_package() or use_github for instance, I always get this same error:
Error in if (any(mismatch <- res != res2)) { :
missing value where TRUE/FALSE needed
I have no idea what to do about this error. I've checked online but couldn't find much help. Any suggestions?