Returns the author of a package.

p_author(package = "base")

Arguments

package

Name of the package you want the author of.

Examples

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"