forked from dmurdoch/rgl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.lintr
137 lines (137 loc) · 3.43 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
137
linters: with_defaults(
infix_spaces_linter = NULL, # 1687
commas_linter = NULL, # 1480
trailing_whitespace_linter = NULL, # 1388
object_name_linter = NULL, # 756
no_tab_linter = NULL, # 697
spaces_inside_linter = NULL, # 488
line_length_linter = NULL, # 337
single_quotes_linter = NULL, # 222
spaces_left_parentheses_linter = NULL, # 76
cyclocomp_linter = NULL, # 58
semicolon_terminator_linter(semicolon = "trailing"),
unneeded_concatenation_linter,
dummy_linter = NULL
)
exclusions: list(
"man/3dobjects.Rd",
"man/abclines.Rd",
"man/addNormals.Rd",
"man/ageControl.Rd",
"man/ageSetter.Rd",
"man/arc3d.Rd",
"man/arrow3d.Rd",
"man/as.mesh3d.ashape3d.Rd",
"man/as.mesh3d.default.Rd",
"man/as.mesh3d.rglId.Rd",
"man/as.triangles3d.Rd",
"man/aspect3d.Rd",
"man/asRow.Rd",
"man/attributes.Rd",
"man/axes3d.Rd",
"man/bbox.Rd",
"man/bg.Rd",
"man/bgplot3d.Rd",
"man/callbacks.Rd",
"man/check3d.Rd",
"man/clipMesh3d.Rd",
"man/clipplaneControl.Rd",
"man/contourLines3d.Rd",
"man/cylinder3d.Rd",
"man/elementId2Prefix.Rd",
"man/ellipse3d.Rd",
"man/extrude3d.Rd",
"man/figWidth.Rd",
"man/GramSchmidt.Rd",
"man/grid3d.Rd",
"man/identify3d.Rd",
"man/import.Rd",
"man/light.Rd",
"man/makeDependency.Rd",
"man/material.Rd",
"man/matrices.Rd",
"man/merge.mesh3d.Rd",
"man/mergeVertices.Rd",
"man/mesh3d.Rd",
"man/mfrow3d.Rd",
"man/observer3d.Rd",
"man/open3d.Rd",
"man/par3d.Rd",
"man/par3dinterp.Rd",
"man/par3dinterpControl.Rd",
"man/pch3d.Rd",
"man/persp3d.deldir.Rd",
"man/persp3d.function.Rd",
"man/persp3d.Rd",
"man/persp3d.tri.Rd",
"man/planes.Rd",
"man/play3d.Rd",
"man/playwidget.Rd",
"man/plot3d.formula.Rd",
"man/plot3d.lm.Rd",
"man/plot3d.Rd",
"man/plotmath3d.Rd",
"man/polygon3d.Rd",
"man/postscript.Rd",
"man/primitive.Rd",
"man/propertyControl.Rd",
"man/propertySetter.Rd",
"man/r3d.Rd",
"man/readSTL.Rd",
"man/rgl-internal.Rd",
"man/rgl-package.Rd",
"man/rgl.attrib.info.Rd",
"man/rgl.bringtotop.Rd",
"man/rgl.init.Rd",
"man/rgl.open.Rd",
"man/rgl.pixels.Rd",
"man/rgl.select.Rd",
"man/rgl.Sweave.Rd",
"man/rgl.useNULL.Rd",
"man/rgl.user2window.Rd",
"man/rglIds.Rd",
"man/rglMouse.Rd",
"man/rglShared.Rd",
"man/rglToLattice.Rd",
"man/rglwidget.Rd",
"man/scene.Rd",
"man/scene3d.Rd",
"man/sceneChange.Rd",
"man/select3d.Rd",
"man/selectpoints3d.Rd",
"man/setGraphicsDelay.Rd",
"man/setupKnitr.Rd",
"man/setUserShaders.Rd",
"man/shapelist3d.Rd",
"man/shiny.Rd",
"man/shinyGetPar3d.Rd",
"man/show2d.Rd",
"man/snapshot.Rd",
"man/spheres.Rd",
"man/spin3d.Rd",
"man/sprites.Rd",
"man/subdivision3d.Rd",
"man/subscene3d.Rd",
"man/subsceneInfo.Rd",
"man/surface.Rd",
"man/surface3d.Rd",
"man/texts.Rd",
"man/thigmophobe3d.Rd",
"man/tkpar3dsave.Rd",
"man/tkrgl.Rd",
"man/tkspin3d.Rd",
"man/tkspinControl.Rd",
"man/toggleWidget.Rd",
"man/triangulate.Rd",
"man/turn3d.Rd",
"man/vertexControl.Rd",
"man/viewpoint.Rd",
"man/webGLcontrols.Rd",
"man/writeASY.Rd",
"man/writeOBJ.Rd",
"man/writePLY.Rd",
"man/writeWebGL.Rd",
"vignettes/rgl.Rmd",
"vignettes/setup.R",
"vignettes/WebGL.Rmd"
)