You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For another R package to depend on delphi.epidata, it needs two things:
delphi.epidata in the DESCRIPTION (Imports/Suggests/etc)
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.