Sébastien Rochette

Results 103 issues of Sébastien Rochette

For packages with connection to database needs to be knitted locally if you want to show the real outputs - [ ] Allow to change the output directory of the...

If the machine does not default to UTF-8 encoding, files outputs may lead to encoding problems. Is suspect it to be due to `readr::read_file()` in {parsermd} using default UTF8 encoding...

help wanted

Use a chunk named `data` where you can read data as in a classical Rmd. Detect path to dataset, copy it to `inst` and transform path as `system.file()` for examples...

For Windows users, R should be bigger than R 4.0 to be able to install dependency {parsermd} (See https://github.com/rundel/parsermd/issues/26). Maybe a lower feature version of {fusen} can be used for...

- [ ] Add tag and to encapsulate code in a vignette that comes from a specific flat file - [ ] If the same vignette name is used from...

> I did two functions that share the same parameters (say_hello and say_goodbye). I added #' @rdname explicitly to both and they were recognized as properly documented. I think you...

enhancement

> You probably have it already, but I can think of Rstudio add-in which creates the properly named {fusen}-chunks. User chooses "Add example", "Add function" and the chunk is created...

good first issue
hacktoberfest-accepted

Inflate with Linux creates extra spaces at line end compared to MacOS ![image](https://user-images.githubusercontent.com/21193866/138491401-318d5ded-d9f5-4afe-ae0d-5b0afc2fd09d.png)

``` Error in yaml.load(string, error.label = error.label, ...) : Reader error: control characters are not allowed: #83 at 12 ``` This error comes with special characters in your dev_history.Rmd YAML....

wontfix

## Build according to R files - Build a "dev_history.Rmd" from existing package - Extract functions from "R/" files : One R file = One chunk with title of the...

enhancement