-
-
Notifications
You must be signed in to change notification settings - Fork 18
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
Error with write_compendium_description()
#50
Comments
I am seeing the same issue with my own repo (https://github.com/jperkel/covidlit), thank you. |
Thanks both. This is a known issue and will be fixed next week. You can downgrade |
@karthik Which version of |
1.51 or below should work. I'm hoping to carve out time to resolve the bug this week and usethis will no longer be a problem. |
same for me. Tried downgrading usethis to 1.5.0, but same problem then. |
@nxskok Are you on R 4.0? If so there is another small piece that's part of the fix. I truly am striving to get this fixed asap. |
What I did
(tried on R 3.6.3 and R 4.0.0)
DESCRIPTION
fileWhat happened
No
DESCRIPTION
file generatedWhat you expected to happen
A
DESCRIPTION
file ;-)Some breadcrumbs that might help (hopefully)
I tried to track down where in the
write_compendium_description()
function the error occurs. It seems to be here:holepunch/R/write_compendium_description.R
Line 85 in 32479f8
Apparently, the function
desc::description
expects a character vector as input and complains about it.desc
is indeed not a vector:The
desc
object looks like this (Depends:
is missing)I hope you can help me :-)
Thanks,
Sebastian
The text was updated successfully, but these errors were encountered: