Slide 1

Slide 1 text

R Indonesia www.r-indonesia.id Extending RStudio with git and GitHub

Slide 2

Slide 2 text

HELLO My name is ASWAN

Slide 3

Slide 3 text

aswansyahputra ● Sensory Scientist @ Sensolution.ID ● Instructor at R Academy Telkom University ● Initiator of Komunitas R Indonesia ● Pkgs: sensehubr, jabr, nusandata, bandungjuara, prakiraan, etc ● Shinyapps: sensehub, thermostats, aquastats, bcrp, bandungjuara, etc

Slide 4

Slide 4 text

Know your neighbours! ● Who are you? ● What do you do with data? ● How do you describe your experience with R?

Slide 5

Slide 5 text

Raise your hand if you recognize it!

Slide 6

Slide 6 text

No content

Slide 7

Slide 7 text

Been there, done that!

Slide 8

Slide 8 text

are you the saviours?

Slide 9

Slide 9 text

How do we get it? 1

Slide 10

Slide 10 text

Windows ● Go to https:/ /gitforwindows.org/ ● Download and install the binary GNU/Linux ● Install using package manager ● In terminal: sudo apt install git macOS ● Please get Homebrew (brew.sh) first ● In brew: brew installl git

Slide 11

Slide 11 text

First, please visit github.com then register yourself!

Slide 12

Slide 12 text

2 How do we configure it?

Slide 13

Slide 13 text

You. git. RStudio

Slide 14

Slide 14 text

3 How do we use it?

Slide 15

Slide 15 text

Think of preparing* check points for system restore *manually git init git add git commit git push

Slide 16

Slide 16 text

Let’s git started!

Slide 17

Slide 17 text

Scenario 1 Start from nothing

Slide 18

Slide 18 text

Scenario 2 Start from GitHub* *your’s

Slide 19

Slide 19 text

Scenario 3 Start from GitHub* *other’s

Slide 20

Slide 20 text

Let’s play with Kamis Data ● Visit github.com/indo-r/kamisdata ● Fork the repository ● Clone the forked repository ● Play with project 008 or 009 ● Present your findings!