Closed sgibb closed 9 years ago
Thanks for this.
It would be necessary to cherry-pick this PR into the stable/release branch on bioc as well.
The only thing that will be different in devel and release is the new ReproducibleResearch biocView in the latter. Will be trivial to back port to release.
Also I don't really know how the vignettes are built (it seems that the Makefile could only build the RforProteomics vignette and not the RProtViz vignette).
I have copied the source Rmd
back to ./vignettes
(instead of a stub); now it gets build automatically.
When will you release 1.12? Do you want me to wait before pushing R4P 1.7.1 to Bioc?
Everything is ready for releasing MALDIquant 1.12 but I have to do my real job today. I hope I can send it to CRAN tomorrow/the day after tomorrow. If you could wait these two days it would be less work for you, or?
No hurry at all, thanks.
I just released MALDIquant 1.12. You could merge this PR now.
Thanks. I have applied the 5 changes manually, which seemed easier than fixing the conflicts. Closing this PR.
Dear Laurent,
the upcoming MALDIquant release will have some changes to the Mass Spectrometry Imaging functionality.
plotImsSlice
is now deprecated and replaced by a complete rewritten and faster functionplotMsiSlice
(please note the difference IMS vs MSI; I decided to rename the new function because IMS often refers to ionmobility mass spectrometry).This PR is a reminder. I will merge it myself when MALDIquant 1.12 is released on CRAN. It would be necessary to cherry-pick this PR into the stable/release branch on bioc as well. Also I don't really know how the vignettes are built (it seems that the Makefile could only build the
RforProteomics
vignette and not theRProtViz
vignette). That's why this PR just replace the code in the.Rmd
file. Could you explain how you generate the .html document or create the images (png + pdf) and .html file yourself?Best wishes,
Sebastian