Skip to content

Commit 58ffe1c

Browse files
remove lazy data loading as there is no data (fixes R CMD check NOTE)
1 parent 5694b11 commit 58ffe1c

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

DESCRIPTION

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ Authors@R:
1111
family = "Walthert",
1212
role = c("cre", "aut"),
1313
email = "[email protected]"))
14-
Description: Pretty-prints R code without changing the user's
15-
formatting intent.
14+
Description: Pretty-prints R code without changing the user's formatting
15+
intent.
1616
License: MIT + file LICENSE
1717
URL: https://github.com/r-lib/styler, https://styler.r-lib.org
1818
BugReports: https://github.com/r-lib/styler/issues
@@ -43,9 +43,8 @@ Suggests:
4343
VignetteBuilder:
4444
knitr
4545
Encoding: UTF-8
46-
LazyData: true
47-
Roxygen: list(markdown = TRUE, roclets = c("rd", "namespace",
48-
"collate", "pkgapi::api_roclet"))
46+
Roxygen: list(markdown = TRUE, roclets = c("rd", "namespace", "collate",
47+
"pkgapi::api_roclet"))
4948
RoxygenNote: 7.1.1.9001
5049
Collate:
5150
'addins.R'

0 commit comments

Comments
 (0)