Bioconductor / AnnotationForge

Tools for building SQLite-based annotation data packages
https://bioconductor.org/packages/AnnotationForge
4 stars 9 forks source link

is.atomic(NULL) is FALSE now #58

Open antalk2 opened 3 weeks ago

antalk2 commented 3 weeks ago

In .isSingleStringOrNull

https://github.com/Bioconductor/AnnotationForge/blob/007e1ad51972462742b99868cc68e5cad598a5e2/R/makeOrgPackageFromNCBI.R#L811

the test is probably meant to check if x is NULL.

https://stat.ethz.ch/pipermail/r-devel/2023-September/082892.html [Rd] is.atomic(NULL) will become FALSE Martin Maechler Mon Sep 25 17:14:58 CEST 2023

Patch to change this instance: is-atomic-NULL.patch.txt

(There may be other instances)