ctsit / rcc.billing

Automated, data-driven service billing implemented on REDCap Custodian
https://ctsit.github.io/rcc.billing/
Apache License 2.0
0 stars 3 forks source link

Add fiscal contact details to get_billable_candidates #238

Closed saipavan10-git closed 1 month ago

saipavan10-git commented 1 month ago

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).

pbchase commented 1 month ago

You said this was hacky, but I love it. I wanted to convert dataframes to tribble code for at least 2 years. I didn't know there was a tool to do it.