-
Notifications
You must be signed in to change notification settings - Fork 24
try to exclude double installation of remote pkgs #388
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
try to exclude double installation of remote pkgs #388
Conversation
@b-rodrigues However, I still cannot build this package here.
I can fix this error by removing the harmony entry and put harmony into propagatedBuildInputs (as you explained in the docs for httr2). Buidling start then on my machine, buit fails with
|
829e74f
to
46bc376
Compare
@b-rodrigues I think you can ignore my last message, let's try to solve this in #390. |
can you rebase on main and force push again? LGTM |
46bc376
to
a2efebe
Compare
done |
thank you! |
Despite my previous PR #385, there is still an issue with double package entires:
leads to
seurat-data
appearing twiceThis is because
seurat-data
is a remote dependency ofseurat-wrappers
https://github.com/satijalab/seurat-wrappers/blob/master/DESCRIPTION but also as a dependency of the dependency packageseurat-disk
https://github.com/mojaveazure/seurat-disk/blob/master/DESCRIPTION (although it's confusing because it's named SeuratData here and listed under suggests).I used a similar approach as previously, but now put it in
fetchgit
. At least int his case, this remove the double entry