Incorrect namespace for `package_version()`
joshwlambert opened this issue · 0 comments
joshwlambert commented
In chapter 21.2 it states that package_version()
is from the {utils} package. As far as I can see, {utils} exports packageVersion()
and package_version()
is part of base. This also directly affects footnote 2 in this chapter.
I'm using R v4.3.2.