Is there a way to identify when a function was first implemented in #rstats? I'm writing something about how slow the base R deprecation cycle is.
2
2
7
Sure:
a) `svn blame` (or ditto `git` if you use a mirror)
b) Look into actual release tarballs
#rstats
Aug 4, 2022 · 12:50 PM UTC
1
2

