Was hoping for an almost record old bug fix (older than some R users!), but
apparently the documentation bug is only a decade old (maybe only older than
some precious R users)
https://github.com/wch/r-source/blame/2118f1d0ff70c1ebd06148b6cb7659efe5ff4d99/src/library/base/man/lapply.Rd#L116
(
> Cole Miller
> on Thu, 9 Jul 2020 20:38:10 -0400 writes:
> The documentation of ?lapply includes:
>> lapply and vapply are primitive functions.
> However, both evaluate to FALSE in `is.primitive()`:
> is.primitive(vapply) #FALSE
> is.primitive(lapply) #
The documentation of ?lapply includes:
> lapply and vapply are primitive functions.
However, both evaluate to FALSE in `is.primitive()`:
is.primitive(vapply)
#FALSE
is.primitive(lapply)
#FALSE
It appears that they are not primitives and that the documentation
might be outdated.