Dependencies from GitHub can be managed by including Remotes: [remote::]repo_spec in the DESCRIPTION file. Downloading packages from GitHub Enterprise requires the argument host on install_github, that cannot be defined in the DESCRIPTION file. While I understand that the general approach for packaging and sharing R code is using public repositories, company policies usually forces the developer to use private GitHub Enterprise. Are you considering to add a way for indicating inside the DESCRIPTION file the host to use?
Dependencies from GitHub can be managed by including
Remotes: [remote::]repo_specin theDESCRIPTIONfile. Downloading packages from GitHub Enterprise requires the argumenthostoninstall_github, that cannot be defined in theDESCRIPTIONfile. While I understand that the general approach for packaging and sharing R code is using public repositories, company policies usually forces the developer to use private GitHub Enterprise. Are you considering to add a way for indicating inside theDESCRIPTIONfile thehostto use?