-
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.
Merge pull request #306 from DrylandEcology/feature_DecadalAggregations
Feature decadal aggregations
- Loading branch information
Showing
406 changed files
with
14,321 additions
and
13,959 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,5 +1,16 @@ | ||
^appveyor\.yml$ | ||
^\.appveyor_clear_cache\.txt$ | ||
^\.travis\.yml$ | ||
^codecov\.yml$ | ||
^CONDUCT\.md$ | ||
^CODE_OF_CONDUCT\.md$ | ||
^data-raw$ | ||
^.lintr$ | ||
|
||
# RStudio stuff | ||
^.*\.Rproj$ | ||
^\.Rproj\.user$ | ||
|
||
# CRAN stuff | ||
^cran-comments\.md$ | ||
^NEWS\.md$ | ||
|
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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
linters: with_defaults( | ||
#--- DEFAULT LINTERS | ||
# Default line length: | ||
line_length_linter(80L), | ||
# Turn off default linters for now: | ||
object_name_linter = NULL, | ||
camel_case_linter = NULL, | ||
snake_case_linter = NULL, | ||
#--- NON-DEFAULT LINTERS | ||
# Not activated non-default linters: | ||
#extraction_operator_linter, | ||
#implicit_integer_linter, | ||
#todo_comment_linter, | ||
#absolute_path_linter, | ||
# Activated non-default linters: | ||
T_and_F_symbol_linter, | ||
nonportable_path_linter, | ||
semicolon_terminator_linter, | ||
seq_linter, | ||
undesirable_function_linter, | ||
undesirable_operator_linter, | ||
unneeded_concatenation_linter) |
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.