Consider the following:
requireNamespace("remotes")
remotes::install_github(
repo = 'loosolab/MARMoSET', host = 'github.molgen.mpg.de/api/v3')
This fails with the error:
Error: Failed to install 'MARMoSET' from GitHub:
attempt to set an attribute on NULL
This happens both with the current cran version and after invoking remotes::install_github("r-lib/remotes").