Hello! When running your example with CO in R, an error occurs in (1b):
"""
params_file <- system.file("validation", "CO_compensated_charParams.csv",
package = "CharAnalysis")
library(CharAnalysis)
out <- CharAnalysis(params_file)
(1) Reading input file...
...done.
(1b) Validating input parameters...
Error in if (pretreatment$yrInterp < 0) { :
missing value, need TRUE/FALSE
"""
The same happens with my data. Help me understand what is the problem.
Hello! When running your example with CO in R, an error occurs in (1b):
"""
params_file <- system.file("validation", "CO_compensated_charParams.csv",
package = "CharAnalysis")
library(CharAnalysis)
out <- CharAnalysis(params_file)
(1) Reading input file...
...done.
(1b) Validating input parameters...
Error in if (pretreatment$yrInterp < 0) { :
missing value, need TRUE/FALSE
"""
The same happens with my data. Help me understand what is the problem.