p_author doesn't read Authors@R
Dasonk opened this issue · 1 comments
Dasonk commented
Right now p_author
doesn't return any results if the Author field in DESCRIPTION is left blank because only Authors@R is filled out.
This actually breaks our tests since in commit 67b88b4 our Authors field was removed so the reason our test for p_author
fails is due to our package.
I should note that we aren't actually running our tests on travis which is causing the build to pass even though the tests fail at the moment.
Dasonk commented
Nevermind... this was only an issue when working on pacman and using load_all (I think). Using the installed version of pacman things work out fine since the Author field does show up. I'm closing this for now since it does pass tests in a non-bleeding-edge-development-environment.