Skip to content

Commit

Permalink
lazydata = true
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno Rodrigues committed Mar 20, 2024
1 parent 23b6b13 commit e04eae1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ Description: Decorate functions to make them return enhanced output. The
information. Tools to handle decorated functions are included, such as
a forward pipe operator that makes chaining decorated functions
possible.
License: `use_mit_license()`, `use_gpl3_license()` or friends to pick a
license
License: GPL (>= 3)
Imports:
clipr,
diffobj,
Expand All @@ -37,5 +36,6 @@ VignetteBuilder:
knitr
Config/fusen/version: 0.5.2
Encoding: UTF-8
LazyData: TRUE
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
4 changes: 3 additions & 1 deletion dev/0-dev_history.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ fusen::fill_description(
person(given = "Bruno", family = "Rodrigues", email = "[email protected]", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0002-3211-3689")),
person(given = "Matouš", family = "Eibich", email = "[email protected]", role = "ctb")
)
),
LazyData = TRUE
),
overwrite = TRUE
)
Expand Down
8 changes: 4 additions & 4 deletions dev/config_fusen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@ flat_data_doc.Rmd:
state: active
R: R/included-datasets.R
tests: []
vignettes: []
vignettes: vignettes/get-started.Rmd
inflate:
flat_file: dev/flat_data_doc.Rmd
vignette_name: .na
vignette_name: Get started
open_vignette: true
check: false
check: true
document: true
overwrite: 'yes'
overwrite: ask
flat_ggplot.Rmd:
path: dev/flat_ggplot.Rmd
state: active
Expand Down

0 comments on commit e04eae1

Please sign in to comment.