From f177b526a9aaeb45a8b71c4f64a2365d3fb22370 Mon Sep 17 00:00:00 2001 From: jdemello Date: Tue, 4 Jul 2017 14:21:42 -0400 Subject: [PATCH] Testing on how to commmit to a file. Added "TESSSST", a silly message. --- basic_workflow.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basic_workflow.Rmd b/basic_workflow.Rmd index 3f4ecc80..1de53058 100644 --- a/basic_workflow.Rmd +++ b/basic_workflow.Rmd @@ -1,5 +1,5 @@ --- -title: "Basic workflow" +title: "Basic workflow (TESSSST)" --- Building websites uses the same reproducible workflow you can use for your analyses and collaborations. It is very iterative. You can do it all from RStudio, with a combination of clicking or typing commands as you feel comfortable.