box-o-sand/PracticingR/just-testing.R

13 lines
189 B
R
Raw Normal View History

2011-07-08 02:34:05 +00:00
# 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