Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .DS_Store
Binary file not shown.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.Rproj.user
.Rhistory
.RData
.Ruserdata
13 changes: 13 additions & 0 deletions Intro.Rproj
Original file line number Diff line number Diff line change
@@ -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
8 changes: 4 additions & 4 deletions code/01-Structures.R
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
## 01-Structures.R
# Code from 01-structures
# Code from 01-structure

5 + 5
5sdf + 5sdfsdfopisdfupoiu
4 - 1
1 * 2
4 ^ 2
1 * 2dgdsfgdfgfd
4 ^ 2fdgdfgdfgdfgdfg

a <- 1
b <- 2
Expand Down
Binary file added data/.DS_Store
Binary file not shown.