Closed rietho closed 2 years ago
I am not sure what causes this issue. I tested locally and the tests were running fine.
It appears that some how in https://github.com/rietho/IPO/blob/master/inst/unitTests/test_optimizeXcmsSet.R#L50 the following lines do still read in .mzData
files when running on Bioconductor:
mtbls2files <- list.files(paste(find.package("mtbls2"), "/mzML", sep=""),
full.names=TRUE)
Bioconductor is not building packages from this github repo. The Build report mentions:
git_last_commit_date: 2022-04-26 11:34:28 -0400 (Tue, 26 Apr 2022)
which is still without our fix.
Instead there is a BioC git at git@git.bioconductor.org:packages/IPO , see https://contributions.bioconductor.org/git-version-control.html and especially the FAQ section.
Yours, Steffen
IPO is now building without error in the devel version of Bioconductor: http://bioconductor.org/checkResults/devel/bioc-LATEST/IPO/ (the one warning is the deprecation warning)
The next steps are (per comment here)
RELEASE_3_15
branchBuilds are now running fine. I emailed to ask for un-deprecation.
IPO is now undeprecated. So this issue is good to close.
In #69 @sneumann helped to move examples from mzData to mzML after xcms dropped mzData support. However, checks in Bioconductor are still failing with:
Something is still going wrong in the fixed test cases.