diff --git a/.Rbuildignore b/.Rbuildignore index b98a1e40..faaaf23f 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -12,3 +12,5 @@ ^_pkgdown\.yml$ ^pkgdown$ ^doc$ +^CRAN-RELEASE$ +^customSettings$ diff --git a/docs/articles/customWorkflows.html b/docs/articles/customWorkflows.html index 13a65eb3..a71dc867 100644 --- a/docs/articles/customWorkflows.html +++ b/docs/articles/customWorkflows.html @@ -203,7 +203,7 @@

Step 1.3 - Convert Static Chart Code to a Function

After the chart is working using the sample data, you need to update it to a function that will work with any data set that the user loads in the shiny app. Replace hard coded parameters with references to the settings defined in the safetyGraphics settings object as shown below.

-

This is the hardest part of creating a custom chart, so we’ve provided some additional notes about this process below. There is also a technical appendix at the end of this document that provides more details about the metadata/settings objects used in this step. Finally, feel free to ask ask us questions if you run in to problems.

+

This is the hardest part of creating a custom chart, so we’ve provided some additional notes about this process below. There is also a technical appendix at the end of this document that provides more details about the metadata/settings objects used in this step. Finally, feel free to ask ask us questions if you run in to problems.