Compare commits
27 Commits
2c55c80876
...
0.3.0
| Author | SHA1 | Date | |
|---|---|---|---|
| 947fcfe255 | |||
| ea5e405254 | |||
| 9763a32e87 | |||
| 68b9d19b27 | |||
| afd234429a | |||
| 1fa0851dd0 | |||
| 8d8a7dbb86 | |||
| b99f3934e9 | |||
| 60a9e768d4 | |||
| 88ccc761a3 | |||
| f0c04b62a5 | |||
| 1cbb651ae7 | |||
| 3e8a18c57d | |||
| ec72a1fdcf | |||
| 09bc50a164 | |||
| b9e1fc5c53 | |||
| 70d937383a | |||
| e1e5ec6685 | |||
| b6bff5d579 | |||
| 38b3a5ae0b | |||
| 9712cdbbcc | |||
| 9d5c3ceae2 | |||
| 2a62d904f7 | |||
| 65637ca0c9 | |||
| b2af1971c2 | |||
| 4c7fbe0736 | |||
| 591790a314 |
1
.gitignore
vendored
1
.gitignore
vendored
@@ -36,3 +36,4 @@ vignettes/*.pdf
|
||||
# Shiny token, see https://shiny.rstudio.com/articles/shinyapps.html
|
||||
rsconnect/
|
||||
|
||||
.Rproj.user
|
||||
|
||||
12
Datei1.txt
Normal file
12
Datei1.txt
Normal file
@@ -0,0 +1,12 @@
|
||||
Hello!
|
||||
|
||||
def neue_funktion():
|
||||
print("kreativ")
|
||||
|
||||
print("welt")
|
||||
print("issues")
|
||||
|
||||
plot(letters[1:5], seq(1:5))
|
||||
grid()
|
||||
|
||||
#finale oh oh
|
||||
13
Demo.Rproj
Normal file
13
Demo.Rproj
Normal file
@@ -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: XeLaTeX
|
||||
Reference in New Issue
Block a user