jacobbien / litr-project

Writing R Packages with Literate Programming
https://jacobbien.github.io/litr-project/
Other
37 stars 3 forks source link

litr breaks with latest usethis update #48

Closed jacobbien closed 1 year ago

jacobbien commented 1 year ago

There's an error that occurs after upgrading from usethis 2.1.6 to 2.2.0.

jacobbien commented 1 year ago

A temporary workaround is to go back to the earlier version of usethis:

remotes::install_github("r-lib/usethis@v2.1.6")
jacobbien commented 1 year ago

This issue is closed by 465c3df.