You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 28, 2024. It is now read-only.
Copy file name to clipboardexpand all lines: _episodes/01_intro.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -10,12 +10,12 @@ adapted: false
10
10
11
11
## Welcome
12
12
13
-
Welcome to **R: from Beginner to Intermediate**. Our aim is to provide you with a comprehensive overview of the R programming language assuming no prior knowledge of R or programming. While the commands may be specific to R, many of the concepts are also applicable to other programming languages. Over the course of these three sessions will gain many transferable skills and knowledge that will establish the foundations of a programmer.
13
+
Welcome to **R: from Beginner to Intermediate**. Our aim is to provide you with a comprehensive overview of the R programming language assuming no prior knowledge of R or programming. While the commands may be specific to R, many of the concepts are also applicable to other programming languages. Over the course of these three sessions you will gain many transferable skills and knowledge that will establish the foundations of a programmer.
14
14
15
15
## Introduction to Coding For Reproducible Research
16
16
17
17
This workshop is offered as part of the [Coding For Reproducible Research Intiative](https://uniexeterrse.github.io/workshop-homepage/).
18
-
Our ambition is to offer a recurring annual series of workshops open to all staff and students, with opportunities for novices through to more experienced users, to expand their skillsets and position them to confidently perform the informatics research projects in an efficient and reproducible way. A key objective is that the framework we put in place ensures that the workshops delivered are fit for purpose, of a consistent high standard, that delivery is sustainable in the longer term, minimises the workload burden on those who facilitate them and can adapt and expand as new training needs are identified.
18
+
Our ambition is to offer a recurring annual series of workshops open to all staff and students, with opportunities for novices through to more experienced users, to expand their skillsets and position them to confidently perform their research projects in an efficient and reproducible way. A key objective is that the framework we put in place ensures that the workshops delivered are fit for purpose, of a consistent high standard, that delivery is sustainable in the longer term, minimises the workload burden on those who facilitate them and can adapt and expand as new training needs are identified.
19
19
20
20
Championed by and in partnership with
21
21
@@ -31,11 +31,11 @@ This workshop, and the others in the series, were put together by a series of wo
31
31
32
32
## Workshop format
33
33
34
-
Today's workshop is led by XX and supported by XX. We are all here because we are passionate about sharing our knowledge and supporting the development of our colleagues. For most of us, this is not a requirement of our current position and we are doing this at the margins of our time.
34
+
We are all here because we are passionate about sharing our knowledge and supporting the development of our colleagues. For most of us, this is not a requirement of our current position and we are doing this at the margins of our time.
35
35
36
36
As this is a beginner's workshop, we will be doing live demonstrations where we encourage you to type along with us - this is called live coding. We will pause for a break every 60-90 minutes, but there will also be periods in-between demonstrations where you are free to take additional comfort breaks if required. This is a hybrid workshop, please be aware of this, online participants we find that engagement is higher if you are willing to turn your cameras on. There will be a dedicated helper for online participants please, either raise your hand or type any questions into the chat. In person participants you are also able to use the Teams link to join the chat.
37
37
38
-
Our aim is to be responsive to the needs of the group, both in person and virtual. Therefore, think of the schedule as a guide rather than a strict timetable. We welcome questions and queries as we go along, there are helpers in the room so raise your hand if you need assistance. There is also a dedicated helper for the virtual participants so please raise your virtual hand to attract their attention. In person participants you are welcome to post questions in the Teams chat,if you find this easier than putting your hand up. This will be saved and distributed at the end of the workshop.
38
+
Our aim is to be responsive to the needs of the group, both in person and virtual. Therefore, think of the schedule as a guide rather than a strict timetable. We welcome questions and queries as we go along, there are helpers in the room so raise your hand if you need assistance. There is also a dedicated helper for the virtual participants so please raise your virtual hand to attract their attention. In person participants you are welcome to post questions in the Teams chat,if you find this easier than putting your hand up. This will be saved and distributed at the end of the workshop.
39
39
40
40
We would like to highlight that we have a [code of conduct](https://uniexeterrse.github.io/intro-to-r/code.html) and by attending this workshop you are agreeing to abide by it.
Copy file name to clipboardexpand all lines: _episodes/02_gettingstarted.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ We should also note that, the two most important reasons for choosing a language
48
48
49
49
[RStudio](https://www.rstudio.com/), is an Integrated Development Environment (IDE) that provides an interface designed to improve the experience of programming with R, and to facilitate more efficient and reproducible code development. It is designed so you can have multiple elements visible at the same time within a single programme. For example plots, tables and code, rather than juggle different programmes or windows.
50
50
51
-
We will use RStudio IDE to write code, navigate the files found on our computer, inspect the variables we are going to create, and visualize the plots we will generate. RStudio can also be used for other things (e.g., version control, developing packages, writing Shiny apps, creating documents and slides) that we will not cover during the workshop. It can be a very powerful tool for managing how you develop code, software or programmes.
51
+
We will use the RStudio IDE to write code, navigate the files found on our computer, inspect the variables we are going to create, and visualize the plots we will generate. RStudio can also be used for other things (e.g., version control, developing packages, writing Shiny apps, creating documents and slides) that we will not cover during the workshop. It can be a very powerful tool for managing how you develop code, software or programmes.
0 commit comments