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
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.
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.