nnFilter throws:
Error in if (can_malloc < 0) { : missing value where TRUE/FALSE needed on Windows.
It seems that it fails in the memory check sizeCheck(), where on line 5 (inside sizeCheck()):
ram = as.double(get_ram())/1e+06
becomes NA, since get_ram() fails by returning:
NA B