Skip to content

Can't depend on delphi.epidata in other packages #31

@dajmcdon

Description

@dajmcdon

For another R package to depend on delphi.epidata, it needs two things:

  1. delphi.epidata in the DESCRIPTION (Imports/Suggests/etc)
  2. A Remotes: field in the DESCRIPTION pointing to cmu-delphi/delphi-epidata-r@dev (the repo name and the branch).

However, because the repo name differs from the package name, the installation routine will fail. This is an issue in the {remotes} package that performs the installation: r-lib/remotes#676.

Locally, one can first install delphi.epidata manually to avoid this, but any CI on Github will fail.

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