-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.lintr
35 lines (35 loc) · 1.01 KB
/
.lintr
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
exclusions: list(
'R/stitch_site.R',
'R/extract_baywatchers.R',
'R/check_site.R',
'R/report_site.R',
'R/make_plot.R',
'R/make_facet_plot.R',
'R/make_plot_2var.R',
'R/daily_stats.R',
'R/seasonal_stats.R',
'R/get_file_hashes.R',
'R/helpers.R',
'R/longest_duration.R',
'R/lookup_site_paths.R',
'R/mean_daily_durations.R',
'R/replace_na_runs.R',
'R/aggreg.R',
'R/rle2.R',
'R/get_site_name.R',
'R/seasonal_report.rmd',
'inst/rmd/seasonal_report.rmd',
'scripts/plot_DO.R',
'scripts/set up example data.R',
'tests/testthat/run_analysis_module_tests.R',
'tests/testthat/test-check_site.R',
'tests/testthat/test-get_file_hashes.R',
'tests/testthat/test-lookup_site_paths.R',
'tests/testthat/test-replace_na_runs.R',
'tests/testthat/test-report_site.R',
'tests/testthat/test-stitch_site.R',
'tests/testthat/test-aggreg.R',
'tests/testthat/test-daily_stats.R',
'tests/testthat/test-get_site_name.R',
'tests/testthat/test-seasonal_stats.R'
)