-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add ability to select biospecimen template by type (#498)
* Improve check_all Includes: - Gathering the template ids into the data frame before sending to check_all. This removes some of the dependency on check_all for handling config logic. - New functions for gathering the template ids. - Improved tracking of metadataType indices in check_all. - New function for tracking metadataType indices. - NEWS update - Incremented version - Testing * Style update * Update pkgdown.yml * Auto stash before merge of "add-in-vivo-vitro" and "prep-check-all" * Remove browser() from debugging 🤦 * Update gather_template_ids to return NA and check_cols* to handle NAs * Fix check_cols test * Add biospecimen_type features Includes: - New config options - Ability to select biospecimen template by type (or not) - Update to gather_template_ids to accept biospecimen_type - Update to get_template_synIDs to only gather synIDs and unlist the biospecimen templates if nested - Updated docs - Updated tests * Update default config to show example naming for in vitro biospecimens * Update UI biospecimen type name * Update the update portion of UI biospecimen type name * Annotate with biospecimenType so dccmonitor knows which choice was used * Add missing line ending at end of file Co-authored-by: Kelsey Montgomery <[email protected]> * Organize and improve template section of customization docs * Grab templates and pass them on to helpers to get the right template * Fix `get_template_synIDs` and update config to have better/more tests * Rephrase test text * Update lintr to not check curly braces; lintr rules conflict with styler Co-authored-by: Kelsey Montgomery <[email protected]>
- Loading branch information
Showing
12 changed files
with
294 additions
and
45 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,2 +1,2 @@ | ||
linters: with_defaults(object_length_linter = object_length_linter(40), object_usage_linter = NULL, object_name_linter = NULL, commented_code_linter = NULL, cyclocomp_linter = NULL) | ||
linters: with_defaults(object_length_linter = object_length_linter(40), object_usage_linter = NULL, object_name_linter = NULL, commented_code_linter = NULL, cyclocomp_linter = NULL, open_curly_linter = NULL, closed_curly_linter = NULL) | ||
exclusions: list("renv/activate.R") |
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
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.