Skip to content

Instantly share code, notes, and snippets.

@halfak
Created September 3, 2014 15:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save halfak/ec2ef4d073066f639623 to your computer and use it in GitHub Desktop.
Save halfak/ec2ef4d073066f639623 to your computer and use it in GitHub Desktop.
(3.4)[halfak@graphite: ~]
$ R
R version 3.0.1 (2013-05-16) -- "Good Sport"
Copyright (C) 2013 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)
R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.
Natural language support but running in an English locale
R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.
Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.
> mean(c(1,2,3,4,5))
[1] 3
>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment