This works in DESCRIPTION:
Remotes:
bioc::3.22/Maaslin2
It would be nice to have this added to v5.1.6 - we'd need to make a branch off of that tag and then tag it v5.1.6.1 or something?
I'm not sure how VEuPathDB/Rserve would like to install v5.1.7 which installs mbioUtils. The Rserve image would then have veupathUtils and mbioUtils and I expect a lot of namespace clashes, unless function call is fully-qualified?
@asizemore @d-callan
PS. I'm cleaning up R dependencies. Here is how veupathUtils now installs DESeq2 instead of expecting consumer packages to install it.
https://github.com/VEuPathDB/veupathUtils/blob/b113fd80e1bc93793c1ef9e2aeccb09f3c95fd79/DESCRIPTION#L33-L34
This works in DESCRIPTION:
It would be nice to have this added to
v5.1.6- we'd need to make a branch off of that tag and then tag itv5.1.6.1or something?I'm not sure how VEuPathDB/Rserve would like to install v5.1.7 which installs mbioUtils. The Rserve image would then have veupathUtils and mbioUtils and I expect a lot of namespace clashes, unless function call is fully-qualified?
@asizemore @d-callan
PS. I'm cleaning up R dependencies. Here is how veupathUtils now installs DESeq2 instead of expecting consumer packages to install it.
https://github.com/VEuPathDB/veupathUtils/blob/b113fd80e1bc93793c1ef9e2aeccb09f3c95fd79/DESCRIPTION#L33-L34