From 8c37365f9051023bdb82d61b09545308c3e3dfa4 Mon Sep 17 00:00:00 2001 From: Philip Delff Date: Tue, 15 Nov 2022 20:02:18 -0500 Subject: [PATCH] todo --- devel/todo.org | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/devel/todo.org b/devel/todo.org index dbfeac16..ef7ea0a2 100644 --- a/devel/todo.org +++ b/devel/todo.org @@ -292,6 +292,10 @@ Do the same as mergeCheck, flagsAssign etc The information is sufficient when taking into account the linesep arguement. If length(lines) and linesep is given, a warning must be issued. Once done, NMgetSection must be updated as well. +*** NMisNumeric +**** TODO [#A] NA_character is not recognized as numeric +NMisNumeric(c(NA)) is FALSE +NMisNumeric(NA_real_) is TRUE *** NMscanInput **** DONE Test with multiple filters on the same column like IGNORE(ID=2) IGNORE(ID=3)