BIMSBbioinfo / pigx_sars-cov-2

PiGx SARS-CoV-2 wastewater sequencing pipeline
GNU General Public License v3.0
18 stars 3 forks source link

Fix na_if use #162

Closed jonasfreimuth closed 1 year ago

jonasfreimuth commented 1 year ago

See https://dplyr.tidyverse.org/news/index.html#vctrs-1-1-0, section on na_if. We have used na_if incorrectly so far, and got the receipt for it. Now na_if is applied per column, as intended.

Fixes BIMSBbioinfo/pigx_sars-cov-2#161.

make distcheck completed successfully.