-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unit testing #27
Unit testing #27
Commits on Oct 25, 2022
-
Restyle using styler::tidyverse_style()
Wright committedOct 25, 2022 Configuration menu - View commit details
-
Copy full SHA for de6d40a - Browse repository at this point
Copy the full SHA de6d40aView commit details -
Wright committed
Oct 25, 2022 Configuration menu - View commit details
-
Copy full SHA for b6bf66c - Browse repository at this point
Copy the full SHA b6bf66cView commit details -
Configuration menu - View commit details
-
Copy full SHA for b8bc838 - Browse repository at this point
Copy the full SHA b8bc838View commit details -
Configuration menu - View commit details
-
Copy full SHA for 780d978 - Browse repository at this point
Copy the full SHA 780d978View commit details -
Configuration menu - View commit details
-
Copy full SHA for d90f1fc - Browse repository at this point
Copy the full SHA d90f1fcView commit details
Commits on Oct 26, 2022
-
Made errors and return values more consistent, updated roxygen documentation to remove redundancy. test_field_num is half done and broken, will fix soon
Wright committedOct 26, 2022 Configuration menu - View commit details
-
Copy full SHA for bef93d8 - Browse repository at this point
Copy the full SHA bef93d8View commit details
Commits on Oct 27, 2022
-
Change test_field_num to test_fields_match
Checks for mismatched field names and order now
Wright committedOct 27, 2022 Configuration menu - View commit details
-
Copy full SHA for 4277b30 - Browse repository at this point
Copy the full SHA 4277b30View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d772b2 - Browse repository at this point
Copy the full SHA 8d772b2View commit details -
Wright committed
Oct 27, 2022 Configuration menu - View commit details
-
Copy full SHA for bc9ab0c - Browse repository at this point
Copy the full SHA bc9ab0cView commit details -
Wright committed
Oct 27, 2022 Configuration menu - View commit details
-
Copy full SHA for 35eba95 - Browse repository at this point
Copy the full SHA 35eba95View commit details -
In test_file_name_match, handle case where only one data table
Wright committedOct 27, 2022 Configuration menu - View commit details
-
Copy full SHA for 6646e7d - Browse repository at this point
Copy the full SHA 6646e7dView commit details -
Merge branch 'main' into refactoring
# Conflicts: # NAMESPACE # R/tabular_data_congruence.R # man/test_delimiter.Rd # man/test_dup_data_files.Rd # man/test_dup_meta_entries.Rd # man/test_field_num.Rd # man/test_file_name_match.Rd # man/test_footer.Rd # man/test_header_num.Rd # man/test_metadata_version.Rd # man/test_validate_schema.Rd
Wright committedOct 27, 2022 Configuration menu - View commit details
-
Copy full SHA for 7fab2ab - Browse repository at this point
Copy the full SHA 7fab2abView commit details -
Will run tests on an arbitrary number of data packages as long as they're all in the same folder
Wright committedOct 27, 2022 Configuration menu - View commit details
-
Copy full SHA for 50d570f - Browse repository at this point
Copy the full SHA 50d570fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 148f35d - Browse repository at this point
Copy the full SHA 148f35dView commit details -
Wright committed
Oct 27, 2022 Configuration menu - View commit details
-
Copy full SHA for 9efc4f8 - Browse repository at this point
Copy the full SHA 9efc4f8View commit details
Commits on Oct 31, 2022
-
Add ability to use magrittr pipes
Wright committedOct 31, 2022 Configuration menu - View commit details
-
Copy full SHA for 03c3ed5 - Browse repository at this point
Copy the full SHA 03c3ed5View commit details -
Wright committed
Oct 31, 2022 1Configuration menu - View commit details
-
Copy full SHA for 526d842 - Browse repository at this point
Copy the full SHA 526d842View commit details -
Add comments to testing script
Wright committedOct 31, 2022 Configuration menu - View commit details
-
Copy full SHA for b0e0c11 - Browse repository at this point
Copy the full SHA b0e0c11View commit details
Commits on Nov 4, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b761f0f - Browse repository at this point
Copy the full SHA b761f0fView commit details -
Wright committed
Nov 4, 2022 Configuration menu - View commit details
-
Copy full SHA for a36960e - Browse repository at this point
Copy the full SHA a36960eView commit details -
Add function for converting EML datetime format strings to R-compatib…
…le format strings Will move to a more appropriate package eventually
Wright committedNov 4, 2022 Configuration menu - View commit details
-
Copy full SHA for 5f286e2 - Browse repository at this point
Copy the full SHA 5f286e2View commit details -
Update documentation for convert_datetime_format
Wright committedNov 4, 2022 Configuration menu - View commit details
-
Copy full SHA for 7e2ce10 - Browse repository at this point
Copy the full SHA 7e2ce10View commit details -
Improvements to test_date_range
It still has issues. Doesn't handle year-only columns gracefully.
Wright committedNov 4, 2022 Configuration menu - View commit details
-
Copy full SHA for 8bba851 - Browse repository at this point
Copy the full SHA 8bba851View commit details
Commits on Nov 9, 2022
-
Wright committed
Nov 9, 2022 Configuration menu - View commit details
-
Copy full SHA for f69271b - Browse repository at this point
Copy the full SHA f69271bView commit details -
It now behaves nicely for columns that are year only or year/month only
Wright committedNov 9, 2022 Configuration menu - View commit details
-
Copy full SHA for c47d4fd - Browse repository at this point
Copy the full SHA c47d4fdView commit details -
Update temporary testing script
Wright committedNov 9, 2022 Configuration menu - View commit details
-
Copy full SHA for 2cba090 - Browse repository at this point
Copy the full SHA 2cba090View commit details -
Wright committed
Nov 9, 2022 Configuration menu - View commit details
-
Copy full SHA for 0dc79d0 - Browse repository at this point
Copy the full SHA 0dc79d0View commit details
Commits on Nov 15, 2022
-
Wright committed
Nov 15, 2022 Configuration menu - View commit details
-
Copy full SHA for 8aaa61e - Browse repository at this point
Copy the full SHA 8aaa61eView commit details
Commits on Nov 18, 2022
-
Use cli package to format messages/warnings/errors
Wright committedNov 18, 2022 Configuration menu - View commit details
-
Copy full SHA for a4b68dc - Browse repository at this point
Copy the full SHA a4b68dcView commit details -
Wright committed
Nov 18, 2022 Configuration menu - View commit details
-
Copy full SHA for 942b6bf - Browse repository at this point
Copy the full SHA 942b6bfView commit details -
Wright committed
Nov 18, 2022 Configuration menu - View commit details
-
Copy full SHA for 5231532 - Browse repository at this point
Copy the full SHA 5231532View commit details -
Wright committed
Nov 18, 2022 Configuration menu - View commit details
-
Copy full SHA for 3c42285 - Browse repository at this point
Copy the full SHA 3c42285View commit details -
Wright committed
Nov 18, 2022 Configuration menu - View commit details
-
Copy full SHA for 007ab42 - Browse repository at this point
Copy the full SHA 007ab42View commit details
Commits on Dec 1, 2022
-
Wright committed
Dec 1, 2022 Configuration menu - View commit details
-
Copy full SHA for 2f467f4 - Browse repository at this point
Copy the full SHA 2f467f4View commit details
Commits on Dec 5, 2022
-
Update example files for testing
Wright committedDec 5, 2022 Configuration menu - View commit details
-
Copy full SHA for 592b2fd - Browse repository at this point
Copy the full SHA 592b2fdView commit details -
Wright committed
Dec 5, 2022 Configuration menu - View commit details
-
Copy full SHA for ca2e270 - Browse repository at this point
Copy the full SHA ca2e270View commit details
Commits on Dec 6, 2022
-
Add option to suppress message from load_metadata
Wright committedDec 6, 2022 Configuration menu - View commit details
-
Copy full SHA for 15463ad - Browse repository at this point
Copy the full SHA 15463adView commit details -
Handle case where numeric_version() can't parse version
Wright committedDec 6, 2022 Configuration menu - View commit details
-
Copy full SHA for 6e1a3a6 - Browse repository at this point
Copy the full SHA 6e1a3a6View commit details -
Fix test_header_num and test_delimiter to handle case when some (but …
…not all) tables are missing header/delimiter info
Wright committedDec 6, 2022 Configuration menu - View commit details
-
Copy full SHA for 1b5ae6c - Browse repository at this point
Copy the full SHA 1b5ae6cView commit details
Commits on Dec 7, 2022
-
Minor fix to test_dup_meta_entries, delete test_dup_data_files
Wright committedDec 7, 2022 Configuration menu - View commit details
-
Copy full SHA for 315e456 - Browse repository at this point
Copy the full SHA 315e456View commit details -
Minor fixes to test_file_name_match and test_fields_match
Wright committedDec 7, 2022 Configuration menu - View commit details
-
Copy full SHA for 1e78d6a - Browse repository at this point
Copy the full SHA 1e78d6aView commit details -
Fix test_date_range to identify columns where some but not all dates …
…failed to parse
Wright committedDec 7, 2022 Configuration menu - View commit details
-
Copy full SHA for d8f82ca - Browse repository at this point
Copy the full SHA d8f82caView commit details -
Wright committed
Dec 7, 2022 Configuration menu - View commit details
-
Copy full SHA for 33e69a1 - Browse repository at this point
Copy the full SHA 33e69a1View commit details
Commits on Dec 14, 2022
-
Wright committed
Dec 14, 2022 Configuration menu - View commit details
-
Copy full SHA for 4862a43 - Browse repository at this point
Copy the full SHA 4862a43View commit details -
Fix R CMD check issues, add github actions for test coverage, R CMD c…
…heck, and pkgdown
Wright committedDec 14, 2022 Configuration menu - View commit details
-
Copy full SHA for 0639867 - Browse repository at this point
Copy the full SHA 0639867View commit details -
Try github actions again, on current branch this time
Wright committedDec 14, 2022 Configuration menu - View commit details
-
Copy full SHA for 978c8e1 - Browse repository at this point
Copy the full SHA 978c8e1View commit details -
Wright committed
Dec 14, 2022 Configuration menu - View commit details
-
Copy full SHA for d087844 - Browse repository at this point
Copy the full SHA d087844View commit details -
Attempted bugfix in pkgdown action
Wright committedDec 14, 2022 Configuration menu - View commit details
-
Copy full SHA for 0c47db8 - Browse repository at this point
Copy the full SHA 0c47db8View commit details -
Wright committed
Dec 14, 2022 Configuration menu - View commit details
-
Copy full SHA for caade01 - Browse repository at this point
Copy the full SHA caade01View commit details -
Get rid of non-pkgdown actions, try another pkgdown fix
Wright committedDec 14, 2022 Configuration menu - View commit details
-
Copy full SHA for d426350 - Browse repository at this point
Copy the full SHA d426350View commit details -
Wright committed
Dec 14, 2022 Configuration menu - View commit details
-
Copy full SHA for ffbe9bc - Browse repository at this point
Copy the full SHA ffbe9bcView commit details -
Wright committed
Dec 14, 2022 Configuration menu - View commit details
-
Copy full SHA for 7a39d4f - Browse repository at this point
Copy the full SHA 7a39d4fView commit details -
Wright committed
Dec 14, 2022 Configuration menu - View commit details
-
Copy full SHA for 279da58 - Browse repository at this point
Copy the full SHA 279da58View commit details
Commits on Dec 15, 2022
-
Make search for files ending in "metadata.xml" non-case-sensitive
Wright committedDec 15, 2022 Configuration menu - View commit details
-
Copy full SHA for 2675a9e - Browse repository at this point
Copy the full SHA 2675a9eView commit details -
Add run_congruence_checks to run all checks at once
Wright committedDec 15, 2022 Configuration menu - View commit details
-
Copy full SHA for 988b705 - Browse repository at this point
Copy the full SHA 988b705View commit details -
Wright committed
Dec 15, 2022 Configuration menu - View commit details
-
Copy full SHA for 17a7778 - Browse repository at this point
Copy the full SHA 17a7778View commit details -
Wright committed
Dec 15, 2022 Configuration menu - View commit details
-
Copy full SHA for 59084ee - Browse repository at this point
Copy the full SHA 59084eeView commit details -
Documentation for run_congruence_checks
Wright committedDec 15, 2022 Configuration menu - View commit details
-
Copy full SHA for 5150b43 - Browse repository at this point
Copy the full SHA 5150b43View commit details -
Add tests for run_congruence_check
Wright committedDec 15, 2022 Configuration menu - View commit details
-
Copy full SHA for 0c9f9b5 - Browse repository at this point
Copy the full SHA 0c9f9b5View commit details -
Wright committed
Dec 15, 2022 Configuration menu - View commit details
-
Copy full SHA for 939f406 - Browse repository at this point
Copy the full SHA 939f406View commit details -
Wright committed
Dec 15, 2022 Configuration menu - View commit details
-
Copy full SHA for 7bc112f - Browse repository at this point
Copy the full SHA 7bc112fView commit details -
Merge branch 'main' into unit-testing # Conflicts: # R/tabular_data_congruence.R # man/test_dup_data_files.Rd # man/test_fields_match.Rd
Wright committedDec 15, 2022 Configuration menu - View commit details
-
Copy full SHA for f0e1248 - Browse repository at this point
Copy the full SHA f0e1248View commit details