-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy path.lintr
136 lines (136 loc) · 3.69 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
linters: linters_with_defaults(
# line_length_linter = NULL, # 866
object_name_linter = NULL, # 618
commented_code_linter = NULL, # 121
object_usage_linter = NULL, # 54
object_length_linter = NULL, # 28
cyclocomp_linter = NULL, # 27
indentation_linter = NULL
)
exclusions: list(
"data/gorillas.rda",
"data/mexdolphin.rda",
"data/mrsea.rda",
"data/Poisson1_1D.rda",
"data/Poisson2_1D.rda",
"data/Poisson3_1D.rda",
"data/seals.rda",
"data/shrimp.rda",
"data/toygroups.rda",
"inst/examples/bru.R",
"inst/examples/data.toygroups.R",
"inst/examples/devel.cvmeasure.R",
"inst/examples/generate.bru.R",
"inst/examples/gg.fm_mesh_2d.R",
"inst/examples/gg.prediction.R",
"inst/examples/gg.sp.R",
"inst/examples/gg.sf.R",
"inst/examples/bru_obs.R",
"inst/examples/predict.bru.R",
"inst/examples/prediction.bru.R",
"inst/examples/rgl.R",
"inst/examples/spde.posterior.R",
"man/add_mappers.Rd",
"man/bincount.Rd",
"man/bru_call_options.Rd",
"man/bru_compute_linearisation.Rd",
"man/bru_env_get.Rd",
"man/bru_fill_missing.Rd",
"man/bru_info.Rd",
"man/bru_int_polygon.Rd",
"man/bru_log.Rd",
"man/bru_make_stack.Rd",
"man/bru_mapper_methods.Rd",
"man/bru_mapper.Rd",
"man/bru_model.Rd",
"man/bru_options.Rd",
"man/bru_safe_inla.Rd",
"man/bru_standardise_names.Rd",
"man/bru.Rd",
"man/code.components.Rd",
"man/component_list.Rd",
"man/component.Rd",
"man/cprod.Rd",
"man/deltaIC.Rd",
"man/devel.cvmeasure.Rd",
"man/evaluate_A.Rd",
"man/evaluate_effect.Rd",
"man/evaluate_index.Rd",
"man/evaluate_model.Rd",
"man/evaluate_predictor.Rd",
"man/expand_labels.Rd",
"man/extract_property.Rd",
"man/figures/README-example-1.png",
"man/generate.Rd",
"man/gg.data.frame.Rd",
"man/gg.fm_mesh_1d.Rd",
"man/gg.fm_mesh_2d.Rd",
"man/gg.matrix.Rd",
"man/gg.prediction.Rd",
"man/gg.RasterLayer.Rd",
"man/gg.Rd",
"man/gg.SpatialGridDataFrame.Rd",
"man/gg.SpatialLines.Rd",
"man/gg.SpatialPixels.Rd",
"man/gg.SpatialPixelsDataFrame.Rd",
"man/gg.SpatialPoints.Rd",
"man/gg.SpatialPolygons.Rd",
"man/globe.Rd",
"man/glplot.inla.mesh.Rd",
"man/glplot.Rd",
"man/glplot.SpatialLines.Rd",
"man/glplot.SpatialPoints.Rd",
"man/gm.Rd",
"man/gmap.Rd",
"man/gorillas.Rd",
"man/iinla.Rd",
"man/index_eval.Rd",
"man/inla.stack.mjoin.Rd",
"man/inlabru-deprecated.Rd",
"man/inlabru.Rd",
"man/input_eval.Rd",
"man/int.polygon.Rd",
"man/int.Rd",
"man/integration_weight_aggregation.Rd",
"man/intersection_mesh.Rd",
"man/ipoints.Rd",
"man/is.inside.Rd",
"man/lgcp.Rd",
"man/bru_obs.Rd",
"man/local_testthat.Rd",
"man/make_stable_integration_points.Rd",
"man/materncov.bands.Rd",
"man/mexdolphin.Rd",
"man/mrsea.Rd",
"man/multiplot.Rd",
"man/parse_inclusion.Rd",
"man/pixels.Rd",
"man/plot.bru.Rd",
"man/plot.prediction.Rd",
"man/plotsample.Rd",
"man/point2count.Rd",
"man/Poisson1_1D.Rd",
"man/Poisson2_1D.Rd",
"man/Poisson3_1D.Rd",
"man/predict.bru.Rd",
"man/predict.inla.Rd",
"man/refine.inla.mesh.Rd",
"man/row_kron.Rd",
"man/sample.lgcp.Rd",
"man/seals.Rd",
"man/shrimp.Rd",
"man/sline.Rd",
"man/spatial.to.ppp.Rd",
"man/spde.posterior.Rd",
"man/split_lines.Rd",
"man/spoly.Rd",
"man/stransform.Rd",
"man/summary.bru_options.Rd",
"man/summary.bru.Rd",
"man/summary.component.Rd",
"man/toygroups.Rd",
"man/tsplit.inla.mesh.Rd",
"man/vertices.inla.mesh.Rd",
"man/vertices.Rd",
"man/wkt_tree.Rd"
)