From cb4c2fde281100bca8438be391b2b8bdb3f4f788 Mon Sep 17 00:00:00 2001 From: Julian Sagebiel <julian.sagebiel@idiv.de> Date: Tue, 21 Feb 2023 15:16:01 +0100 Subject: [PATCH] this is a cool new feature --- README.md | 7 ++++--- superRcode.R | 2 ++ 2 files changed, 6 insertions(+), 3 deletions(-) create mode 100644 superRcode.R diff --git a/README.md b/README.md index 0935177..a20e900 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ # this is our collab project - a -- b -- c +- +- here is a great bullet point - d - e -- f +- fee +- and even another bullet diff --git a/superRcode.R b/superRcode.R new file mode 100644 index 0000000..84087bc --- /dev/null +++ b/superRcode.R @@ -0,0 +1,2 @@ +rm(list=ls()) +r=rnorm(100) -- GitLab