-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Now that the core teal packages are released on CRAN. Our stable deployments should start using them. And, all the breaking changes from `dev` can be safely merged on `main`. Since the module packages are still not released, they will be taken from GitHub until they are released. --------- Signed-off-by: Marcin <[email protected]> Signed-off-by: Vedha Viyash <[email protected]> Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: vedhav <[email protected]> Co-authored-by: Marcin <[email protected]> Co-authored-by: edelarua <[email protected]> Co-authored-by: André Veríssimo <[email protected]> Co-authored-by: Vedha Viyash <[email protected]>
- Loading branch information
1 parent
58bbd12
commit 096ae11
Showing
26 changed files
with
3,736 additions
and
4,139 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 was deleted.
Oops, something went wrong.
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 +1,6 @@ | ||
linters: with_defaults(line_length_linter(120)) | ||
linters: linters_with_defaults( | ||
line_length_linter = line_length_linter(120), | ||
cyclocomp_linter = NULL, | ||
object_usage_linter = NULL, | ||
object_name_linter = object_name_linter(c("snake_case", "symbols", "UPPERCASE")) | ||
) |
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.