-
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 type checkers * move to cli + calls for inline functions * data to helper file * route more calls * route more calls * move tests around * rework overall desirability checks and messages * missed two input checks * Apply suggestions from code review Co-authored-by: Emil Hvitfeldt <[email protected]> * updated snapshots for 29c7d07 * Emil's suggestion with small fix * function name change * use defaults for call in helper functions --------- Co-authored-by: Emil Hvitfeldt <[email protected]>
- Loading branch information
1 parent
e0fbfad
commit c57e0ad
Showing
16 changed files
with
1,354 additions
and
233 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
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 |
---|---|---|
|
@@ -7,3 +7,4 @@ export(d_max) | |
export(d_min) | ||
export(d_overall) | ||
export(d_target) | ||
import(rlang) |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,5 +12,6 @@ | |
"_PACKAGE" | ||
|
||
## usethis namespace: start | ||
#' @import rlang | ||
## usethis namespace: end | ||
NULL |
Oops, something went wrong.