You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
box-o-sand/r-practice/just-testing.R

13 lines
189 B

# 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