From e8541bb616028c5f10d4dafcb25ae29c4ec2934b Mon Sep 17 00:00:00 2001 From: Michael LaValley Date: Thu, 12 Jan 2023 13:58:14 -0500 Subject: [PATCH] Test commit --- example.Rmd | 1 + 1 file changed, 1 insertion(+) diff --git a/example.Rmd b/example.Rmd index 675a0f1..aec1f8a 100644 --- a/example.Rmd +++ b/example.Rmd @@ -17,3 +17,4 @@ It is convenient to *run* `R` code and **embed** plots with Markdown: library(ggplot2) ggplot(mpg, aes(x = displ, y = hwy)) + geom_point(aes(color = drv)) + geom_smooth() ``` +Michael LaValley \ No newline at end of file