-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
commit 3506101 Author: Francisco Bischoff <[email protected]> Date: Thu Aug 18 17:17:38 2022 +0100 allfixed commit 4700800 Author: Francisco Bischoff <[email protected]> Date: Thu Aug 18 14:02:50 2022 +0100 siteok commit 843e1e1 Author: Francisco Bischoff <[email protected]> Date: Thu Aug 18 12:32:37 2022 +0100 recoding commit 8b9fb0c Author: Francisco Bischoff <[email protected]> Date: Mon Aug 8 09:56:24 2022 +0100 checklist
- Loading branch information
1 parent
a1f2937
commit 24c9ff2
Showing
225 changed files
with
6,156 additions
and
30,065 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
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,10 +1,43 @@ | ||
linters: with_defaults(T_and_F_symbol_linter, assignment_linter, closed_curly_linter(FALSE), commas_linter, | ||
commented_code_linter, cyclocomp_linter(50), object_name_linter(styles = "snake_case"), object_length_linter(30), | ||
equals_na_linter, function_left_parentheses_linter, infix_spaces_linter, | ||
line_length_linter = NULL, no_tab_linter, object_usage_linter, open_curly_linter(FALSE), paren_brace_linter, | ||
absolute_path_linter(lax = FALSE), nonportable_path_linter(lax = FALSE), pipe_continuation_linter, | ||
semicolon_terminator_linter(semicolon = "trailing"), seq_linter, single_quotes_linter, | ||
spaces_inside_linter, spaces_left_parentheses_linter, trailing_blank_lines_linter, | ||
trailing_whitespace_linter, undesirable_function_linter, undesirable_operator_linter, | ||
unneeded_concatenation_linter | ||
) | ||
linters: linters_with_defaults( | ||
absolute_path_linter(lax = TRUE), | ||
any_duplicated_linter(), | ||
any_is_na_linter(), | ||
backport_linter(), | ||
class_equals_linter(), | ||
commented_code_linter = NULL, | ||
condition_message_linter(), | ||
consecutive_stopifnot_linter(), | ||
cyclocomp_linter(50), | ||
duplicate_argument_linter(), | ||
fixed_regex_linter(), | ||
ifelse_censor_linter(), | ||
inner_combine_linter(), | ||
line_length_linter(150), | ||
literal_coercion_linter(), | ||
missing_argument_linter(), | ||
missing_package_linter(), | ||
namespace_linter(), | ||
nested_ifelse_linter(), | ||
nonportable_path_linter(lax = TRUE), | ||
numeric_leading_zero_linter(), | ||
object_length_linter(30), | ||
object_usage_linter = NULL, | ||
outer_negation_linter(), | ||
package_hooks_linter(), | ||
paste_linter(), | ||
pipe_call_linter(), | ||
redundant_ifelse_linter(), | ||
regex_subset_linter(), | ||
semicolon_linter(allow_compound = TRUE), | ||
sprintf_linter(), | ||
string_boundary_linter(), | ||
strings_as_factors_linter(), | ||
system_file_linter(), | ||
undesirable_function_linter(all_undesirable_functions), | ||
undesirable_operator_linter(all_undesirable_operators), | ||
unneeded_concatenation_linter(), | ||
unreachable_code_linter(), | ||
unused_import_linter(), | ||
yoda_test_linter() | ||
) | ||
exclusions: list("dev", "tests", "renv", "R/RcppExports.R", "README.Rmd") |
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
Version: 0.4.15 | ||
Date: 2022-08-18 16:31:48 UTC | ||
SHA: df773cc75d8a7236177046e860cc02bdf03a8993 |
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.