Skip to contents

If you want to add new Charts in the Library please follow the steps below:

  1. Start from an High level question

  2. Check that the plot is not there already or check if it is not logged already within existing issue

  3. Create a new issue in the package to discuss it

  4. Fork the package

  5. Check the dev folder for the dedicated devnotebook. , develop within the fusen

  6. Insert a new series of chunk with Fusen Addin

  7. First write your chart as a script and Use the unhcrthemes

  8. Convert it as function with predefined input parameters

  9. Set up an example and Test everything

# Keep eval=FALSE to avoid infinite loop in case you hit the knit button
# Execute in the console directly
fusen::inflate(flat_file = "dev/flat_full.Rmd", vignette_name = "Chart Library")
pkgdown::build_site()
  1. Add the new chart in the parameterised notebooktemplate

  2. Submit pull request