Peter and I have decided to use base R instead of Tidymodels for the tidy and augment functions. There were some issues with extracting attributes from Tidymodels 😞
Documenting some clarification from Tiff/TA:
One file for all the R tests is fine. Some efficiencies since we don't have to import packages over and over again. This is what we decided on vs using one file per test function.
Need 2-3 tests per function and then roughly 3-5 edge cases per test. This is a little different than the Python version where we had 1 test function per actual function.
Peter and I have decided to use base R instead of Tidymodels for the tidy and augment functions. There were some issues with extracting attributes from Tidymodels 😞
Documenting some clarification from Tiff/TA: