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
Provide functions that can be used to directly compute the number of lines of each file in a git repo, e.g. via
compute_file_length(path=".")
which can then be used to validate the parsing by comparing the computed number of lines per file with the actual number of lines per file in the repository.
validate_parsing_via_file_length(path=".")
In principal formalise what has been done locally for dplyr.
The text was updated successfully, but these errors were encountered:
Provide functions that can be used to directly compute the number of lines of each file in a git repo, e.g. via
which can then be used to validate the parsing by comparing the computed number of lines per file with the actual number of lines per file in the repository.
In principal formalise what has been done locally for dplyr.
The text was updated successfully, but these errors were encountered: