Returns the author of a package.
p_author(package = "base")
p_author(pacman)
#> [1] "Tyler Rinker [aut, cre, ctb],\n Dason Kurkiewicz [aut, ctb],\n Keith Hughitt [ctb],\n Albert Wang [ctb],\n Garrick Aden-Buie [ctb],\n Albert Wang [ctb],\n Lukas Burk [ctb]"
p_author()
#> [1] "R Core Team and contributors worldwide"