Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

prepare_chart to be renamed to prepareChart in the Cookbook vignettes #715

Open
raheems opened this issue May 4, 2023 · 0 comments
Open

Comments

@raheems
Copy link

raheems commented May 4, 2023

Example 13 on this page https://cran.r-project.org/web/packages/safetyGraphics/vignettes/Cookbook.html need a minor fix in

qtOutliers<-prepare_chart(read_yaml('https://raw.githubusercontent.com/SafetyGraphics/safetyCharts/dev/inst/config/safetyOutlierExplorer.yaml') )

prepare_chart to be renamed to prepareChart

So it looks like

qtOutliers<-prepareChart(read_yaml('https://raw.githubusercontent.com/SafetyGraphics/safetyCharts/dev/inst/config/safetyOutlierExplorer.yaml') )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant