diff --git a/just-testing.R b/just-testing.R new file mode 100644 index 0000000..c138c7c --- /dev/null +++ b/just-testing.R @@ -0,0 +1,12 @@ +# Yes, this is just a test to make sure I'm remotely +# capable of writing and running an R file. + + +print("dogs rule cats drool") + +x = 10.5 +y = as.integer(4) + +print(x + y) + +# vim:filetype=r