From 05a9a0d4258a1556884b8f09db39dd6ec1d11a3d Mon Sep 17 00:00:00 2001 From: stephdesilva Date: Sun, 22 Apr 2018 20:31:30 +1000 Subject: [PATCH] Steph made some changes in the email. I don't have access to the sheet (not authorised) so can't really see how the results played out - but added a few things here and there. I also added an .RProj skeleton to the directory so it was easier to track version changes from within RStudio. --- .gitignore | 5 +++++ email1.Rmd | 12 +++++++++--- rladies_remote.Rproj | 13 +++++++++++++ 3 files changed, 27 insertions(+), 3 deletions(-) create mode 100644 .gitignore create mode 100644 rladies_remote.Rproj diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d5a36a0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +.Rproj.user +.Rhistory +.RData +.Ruserdata +.httr-oauth diff --git a/email1.Rmd b/email1.Rmd index 00f7fd9..c8b8b4a 100644 --- a/email1.Rmd +++ b/email1.Rmd @@ -40,17 +40,17 @@ Thank you for signing up to R-Ladies remote. We've had an incredible response fr #Slack Group -We have a R-Ladies Remote Slack Group. Your invitation is here - please join and meet other remote R-ladies +We have a R-Ladies Remote Slack Group. Your invitation is here - please join and meet other remote R-ladies. We're excited to meet everyone and hope that the Slack channel provides us all with opportunities to be a little less remote from each other, even if we're far away. #First Event -We will be launching our first event on ... +We will be launching our first event on 5th of May [insert time here + discussion of what Julia will be discussing?] #Summary of results -We'd like to share some of the responses we got to our welcome survey, to show what people want from R Ladies remote. +Our initial survey was intended to gauge what it is our remote community needed and wanted from an RLadies Remote chapter: and you all answered! Here's some of the insights: ```{r echo=FALSE,warning=FALSE,message=FALSE} @@ -190,3 +190,9 @@ g3 g4 ``` + +Thanks for starting out on this remote journey with us, we're looking forward to meeting everyone on May 5th at our first event! + +Cheers, + +The RLadies Remote Team diff --git a/rladies_remote.Rproj b/rladies_remote.Rproj new file mode 100644 index 0000000..8e3c2eb --- /dev/null +++ b/rladies_remote.Rproj @@ -0,0 +1,13 @@ +Version: 1.0 + +RestoreWorkspace: Default +SaveWorkspace: Default +AlwaysSaveHistory: Default + +EnableCodeIndexing: Yes +UseSpacesForTab: Yes +NumSpacesForTab: 2 +Encoding: UTF-8 + +RnwWeave: Sweave +LaTeX: pdfLaTeX