From 89f6265a955ae6db0c0f7f71c72925e8a6804e30 Mon Sep 17 00:00:00 2001 From: Winter <mwinter@idiv.de> Date: Tue, 18 Oct 2016 11:35:07 +0200 Subject: [PATCH] added the only meaningful command in this file! --- anotherfile.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anotherfile.R b/anotherfile.R index eac38f3..0e1906c 100644 --- a/anotherfile.R +++ b/anotherfile.R @@ -2,5 +2,5 @@ with(mtcars, plot(x=cyl, y=displ)) summary(lm(displ ~ cyl, mtcars)) - +dim(mtcars) -- GitLab