Using README.md instruction: install_github("ekothe/nzbabynames")
I got the following error in R Console:
E checking DESCRIPTION meta-information Malformed Authors@R field: <text>:14:12: unexpected symbol 13: role = "ctb" 14: email
^
I forked the repo and by adding a comma to line 16 of DESCRIPTION able to successfully install. Thank you.