NEWS.md
function
chunks of the flat file currently opened with load_flat_functions()
(Like a load_all()
for a flat file)inflate()
a Quarto “.qmd” flat file (#160)inflate()
the current opened flat file if flat_file
is empty (#138)add_flat_template()
for lazy devs: add_additional()
, add_full()
, add_minimal()
inflate(vignette_name = c("Super title" = "01-Super Slug"))
for nice Title different from vignette Entry (#87)nyc_squirrels
with encoding to avoid encoding problems with use_data()
tests
onlyasciify_name()
to account for diacritics (@ ALanguillaume)add_flat_template()
superseeds add_dev_history()
with more advanced possibilitiesadd_dev_history()
is deprecatedinflate(vignette_name = "Get started")
instead of name
inflate(flat_file = "dev/flat_full.Rmd")
instead of rmd
devtools::check()
instead of rcmdcheck()
inflate(vignette_name = NA)
inflate(open_vignette = FALSE)
\dontrun{}
in example chunkscreate_fusen()
to create a {fusen} project from command line or with RStudio new project (@ALanguillaume)@rdname
roxygen tag@filename
roxygen tag (only recognized by ‘fusen’){r function-my_func, filename = "my_filename"}
add_flat_template()
uses the flat_name
to pre-fill the template with the first function name.R6Class()
in function
chunksadd_dev_history()
(@Cervangirard)inflate()
where {RStudioapi} works