I made the required changes to address issues #226 and #225. To deal with the issue of failing tests caused by the changes and outdated test data in .rda format, I added a make_test_data for those affected tests. ( This might be a hacky way to do it, I just converted the data in .rda format to a tribble and then saved it as .rds).
I made the required changes to address issues #226 and #225. To deal with the issue of failing tests caused by the changes and outdated test data in .rda format, I added a make_test_data for those affected tests. ( This might be a hacky way to do it, I just converted the data in .rda format to a tribble and then saved it as .rds).