Hello,
I do not have much experience in R, but with the fantastic SPIRO Assays manual, I have managed to install everything and get it working. I am using Windows 10 with RStudio 2024.04.2 Build 764 and R 4.3.3.
However, I frequently get a problem while trying to run the first R script (cleanup_germination_data.R): The script quits immediately without presenting a dialog to choose a file with the message:
Fehler in eval(ei, envir) : No germination data found in that directory
As I do not want to downgrade my R installation, I am currently using the workaround to issue a file.choose() in the R console before starting the SPIRO Analysis scripts. Probably one could add this to the Troubleshooting tables?!
Hello, I do not have much experience in R, but with the fantastic SPIRO Assays manual, I have managed to install everything and get it working. I am using Windows 10 with RStudio 2024.04.2 Build 764 and R 4.3.3. However, I frequently get a problem while trying to run the first R script (cleanup_germination_data.R): The script quits immediately without presenting a dialog to choose a file with the message:
Fehler in eval(ei, envir) : No germination data found in that directory
I found that this is a known issue for the
choose.dir()
command: https://github.com/rstudio/rstudio/issues/13078As I do not want to downgrade my R installation, I am currently using the workaround to issue a
file.choose()
in the R console before starting the SPIRO Analysis scripts. Probably one could add this to the Troubleshooting tables?!Best, Klaus