Skip to content

Commit

Permalink
feat: Allow to knit qmd files
Browse files Browse the repository at this point in the history
Tags: feat, test, doc

Why?

- Quarto qmd files are rendered with knitr and can be parsed with {parsermd}, so why not?

What?

- Allow to inflate a qmd file

Issue
issue #160
  • Loading branch information
statnmap committed Sep 17, 2022
1 parent 44fa396 commit 561c682
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion R/inflate.R
Expand Up @@ -255,7 +255,7 @@ inflate <- function(pkg = ".", flat_file,
}

# config file store ----
df_to_config(flat_file_path, all_files)
# df_to_config(flat_file_path, all_files)

# Run attachment
if (isTRUE(document)) {
Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Expand Up @@ -169,7 +169,7 @@ After that, you need to move your functions and scripts in the correct place. Le
- How to Inflate multiple flat files ?
- How to store multiple functions in a unique R file ?
- How to read dataset that I usually put in “tests/testthat/” for my unit tests?
- Can I load all functions of th current flat file during development without having to `inflate()`?
- Can I load all functions of the current flat file during development without having to `inflate()`?
- Can I inflate a Quarto qmd file?

=> See vignette Tips and Tricks: https://thinkr-open.github.io/fusen/articles/tips-and-tricks.html
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -216,7 +216,7 @@ function is at the same place.
- How to store multiple functions in a unique R file ?
- How to read dataset that I usually put in “tests/testthat/” for my
unit tests?
- Can I load all functions of th current flat file during development
- Can I load all functions of the current flat file during development
without having to `inflate()`?
- Can I inflate a Quarto qmd file?

Expand Down

0 comments on commit 561c682

Please sign in to comment.