Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

malformed authors field #26

Open
ckperry opened this issue Mar 11, 2022 · 1 comment
Open

malformed authors field #26

ckperry opened this issue Mar 11, 2022 · 1 comment

Comments

@ckperry
Copy link

ckperry commented Mar 11, 2022

Attempting to install via devtools::install_github("bryanwhiting/generalconference") yielded the following error:

checking DESCRIPTION meta-information Malformed Authors@R field: <text>:4:66: unexpected '<' 3: comment = c(URL = "<https://www.bryanwhiting.com>")), 4: person("Gospel Analysis", role = c("fnd"), comment = c(URL = <

@bryanwhiting
Copy link
Owner

Oh interesting. Did you find a solution? I'm sure I messed something small up. This was my first R package.

I don't have time to play around with this at the moment, but you can clone the repo and do a
devtools::document()
devtools::install()
locally after you fix the Description file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants