-
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Start obsm/ varm * InMemory + tests * Add valdation * Start roundtrip * Start validation * Style * Get tests running * Remove some TODOs * obsp/ varp * Don't add row/ col names in validation (still needs tests) * tests obsp, varp validation * Consolidate layer validation with aligned mapping validation * Shorten lines * Fix repeated trackstatus item * add a helpful error message when duplicate trackstatus are found * add docs, change trackstatus from wip to done * try line length fix * Manually 😭 fix linting issues * Bump build * import testthat? --------- Co-authored-by: Robrecht Cannoodt <[email protected]>
- Loading branch information
Showing
12 changed files
with
596 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
linters: linters_with_defaults( | ||
line_length_linter = line_length_linter(120L), | ||
object_name_linter = object_name_linter(styles = c("snake_case", "symbols", "CamelCase")) | ||
object_name_linter = object_name_linter(styles = c("snake_case", "symbols", "CamelCase", "SNAKE_CASE")) | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.