fusen icon indicating copy to clipboard operation
fusen copied to clipboard

Inflate your package from a simple flat Rmd / Qmd

Results 48 fusen issues
Sort by recently updated
recently updated
newest added

Readme could be inferred from examples and the first vignette ? Maybe chunk names could be `examples-readme` or so + usethis::use_readme_rmd() skeleton

Ongoing feature creation. - [x] Retrieve file path created during inflate - [x] Start to store in a yaml file - [x] Register all previous files - [ ] Define...

how to reproduce : first detach the Rmd using this button ![image](https://user-images.githubusercontent.com/10470699/192138130-5261386a-66dc-48e6-bb9e-c2a6c5a050f1.png) ![image](https://user-images.githubusercontent.com/10470699/192138101-6f817c7b-4f9b-4986-b1ee-6a8130e8c4ae.png) ![image](https://user-images.githubusercontent.com/10470699/192138112-f2234c60-c202-4293-a21e-6567a123ac57.png)

The function `add_flat_template()` has a `flat_name` to choose the name of the Rmd file. But there is no possibly to choose the name of the vignette. It will be nice...

When there is a mistake in the function name (a space): ![Capture d’écran 2022-09-05 à 10 26 51](https://user-images.githubusercontent.com/20540890/188404007-395f3ed4-b42a-444b-9891-ffd9fe0077ee.png) The space is not removed in the chunks: ![Capture d’écran 2022-09-05 à...

This is common to have the same code in examples and unit tests. This implies duplicated lines of code. {roxytest} has a way to avoid duplication by reusing example code...

During a ThinkR N2 training, in the Bakacode.io environment; When using the Fusen addin: add_flat_template "additonnial", the chunck "test" does not integrate by the test: expect_true(inherits(function_name, "function")) ![image](https://github.com/ThinkR-open/fusen/assets/54936128/9e539b52-8ea2-48e5-98c2-193cc997ffd9) While when...

- [ ] Wait for {lightparser} to be released on CRAN issue #239

This problem is reproducible using {rig} with R-devel version locally on Ubuntu, when running `devtools::check()` on {fusen}. However, this is not reproducible directly and interactively on the package "full" when...

patched

When `pkgdown::build_site()` we get a warning message: ~~~ The vignette title specified in \VignetteIndexEntry{} is different from the title in the YAML metadata. The former is "Get-started", and the latter...