You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need tests for the R package set up with testthat
Ones in particular that would be super useful:
Check status of download URLs for raw data files to ensure they still return a 200 status code before attempting to download
Checking number of rows before and after joins to ensure join duplication does not occur
Ensure that coercion of variables in ppp_clean does not lose information (e.g., turning LoanAmount into a double doesn't turn some useful character data into a NA
The text was updated successfully, but these errors were encountered:
We need tests for the R package set up with
testthat
Ones in particular that would be super useful:
ppp_clean
does not lose information (e.g., turningLoanAmount
into a double doesn't turn some useful character data into aNA
The text was updated successfully, but these errors were encountered: