diff --git a/DESCRIPTION b/DESCRIPTION index 3c92339..22f21df 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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, @@ -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 diff --git a/dev/0-dev_history.Rmd b/dev/0-dev_history.Rmd index 8fa26d7..5cfe735 100755 --- a/dev/0-dev_history.Rmd +++ b/dev/0-dev_history.Rmd @@ -32,7 +32,9 @@ fusen::fill_description( person(given = "Bruno", family = "Rodrigues", email = "bruno@brodrigues.co", role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0002-3211-3689")), person(given = "Matouš", family = "Eibich", email = "matous.eibich@seznam.cz", role = "ctb") - ) + ), + + LazyData = TRUE ), overwrite = TRUE ) diff --git a/dev/config_fusen.yaml b/dev/config_fusen.yaml index 19336ef..2a2dbb7 100644 --- a/dev/config_fusen.yaml +++ b/dev/config_fusen.yaml @@ -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