Skip to content

install_github with non-default host broken: "attempt to set an attribute on NULL" #396

@r-cheologist

Description

@r-cheologist

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").

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions