Releases: r-lib/whoami
Releases · r-lib/whoami
v1.3.0
v1.2.0
-
gh_username()caches the result, separately for each email address. -
gh_username()uses theGITHUB_USERNAMEenvironment variable, if it
it is set (#6, @maelle) -
On Windows,
gh_fullname()andgh_email_address()try finding the
global git configuration inSys.getenv("USERPROFILE")if it is not
found inSys.getenv("HOME")(#7, @maelle) -
gh_username()also tries theGITHUB_PATenvironment variable
to find a GitHub token, afterGITHUB_TOKEN(#9, @maelle)