KujawinskiLaboratory / Autotuner

This repo contains the code needed to run the R package Autotuner. Autotuner is used to identify proper parameters during metabolomics data processing.
MIT License
16 stars 8 forks source link

returnPPMplots not working (on windows); suggest Update checkEICFunctions.R #31

Closed tew42 closed 3 years ago

tew42 commented 3 years ago

Nice algorithm!

On Windows R 4.0.3, setting returnPPMplots = TRUE results in an error due to file creation issues. Specifically, the \n needs to be stripped out of the file name string before passing it to grDevices.

crmclean commented 3 years ago

Dear @tew42,

Thank you very much for your contribution to Autotuner. I've accepted your pull request.

All the best, Craig