Commit Graph
3 Commits
Author SHA1 Message Date
Matthias LiewandGitHub 90c63f11e0 Typo Correction in Section 11.3 (#1289)
Changed geom_smooth() to geom_point() to maintain consistency with geometric object function name in the code block below.
2023-02-15 21:51:18 -05:00
MatthiasLiewandGitHub 821973e944 Minor Typo Fixes in Section 8.2.1 (#1287)
Changed meal_type to meal_plan to maintain consistency with the variable name in the data/code.
2023-02-15 07:49:11 -05:00
MatthiasLiewandGitHub 1a4d2481ea Minor Correction in 6.5 Summary Section (#1285)
vignette(pivot, package = "tidyr") should be changed to vignette("pivot", package = "tidyr")

The former code produces an "object not found" error as vignette does not quote its arguments.
2023-02-15 07:47:51 -05:00