I am trying to install R package from my companies private Github repository using devtools. I am using the below example however keep getting error JSON: EXPECTED value GOT EOF.
I tried setting options(download.file.method= "libcurl") but still getting the same error.
install_github('{username}/{privateRpackage}', host='{companyGitHubEnterpriseURL}/api/v3/')