We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents de975d2 + 2deb719 commit 3ed1490Copy full SHA for 3ed1490
.Rbuildignore
@@ -24,5 +24,6 @@
24
^scripts$
25
^pkgdown$
26
^CLAUDE\.md$
27
-^air\.toml$
28
-^\.claude$
+^\.claude$
+^[.]?air[.]toml$
29
+^\.vscode$
.lintr
@@ -5,7 +5,7 @@ linters: linters_with_defaults(
5
)
6
encoding: "UTF-8"
7
exclusions: list(
8
- "./inst/exampels/ex-few_shape_pal.R",
+ "./inst/examples/ex-few_shape_pal.R",
9
"./inst/examples/ex-calc_shape_pal.R",
10
"./inst/examples/ex-cleveland_shape_pal.R",
11
"./inst/examples/ex-few_shape_pal.R",
DESCRIPTION
@@ -59,3 +59,4 @@ LazyData: true
59
Language: en-US
60
Encoding: UTF-8
61
Config/testthat/edition: 3
62
+Config/Needs/website: pkgdown
0 commit comments