Closed bradenkinard closed 5 years ago
There is a single typo ("\codde" vs "\code") in the man/make_with_beep.Rd file. It throws a warning when installing locally, but the warning is converted to an error when using devtools::install_github(), which causes the installation to fail.
devtools::install_github()
Should be working now.
Thanks, @bradenkinard !
There is a single typo ("\codde" vs "\code") in the man/make_with_beep.Rd file. It throws a warning when installing locally, but the warning is converted to an error when using
devtools::install_github()
, which causes the installation to fail.Should be working now.