use_data_raw() creates template usethis::use_data("{name}") but use_data() expects unquoted names.
And it probably should set overwrite = TRUE
I also encountered this error. Good to know it is already reported
@batpigandme I think this could be fixed during tidydevday next monday
Most helpful comment
And it probably should set
overwrite = TRUE