130 lines
3.2 KiB
Text
Generated
130 lines
3.2 KiB
Text
Generated
'R version 2.9.2 (2009-08-24)\n' Generic.Output
|
|
|
|
'Copyright (C) 2009 The R Foundation for Statistical Computing\n' Generic.Output
|
|
|
|
'ISBN 3-900051-07-0\n' Generic.Output
|
|
|
|
'\n' Generic.Output
|
|
|
|
'R is free software and comes with ABSOLUTELY NO WARRANTY.\n' Generic.Output
|
|
|
|
'You are welcome to redistribute it under certain conditions.\n' Generic.Output
|
|
|
|
"Type 'license()' or 'licence()' for distribution details.\n" Generic.Output
|
|
|
|
'\n' Generic.Output
|
|
|
|
' Natural language support but running in an English locale\n' Generic.Output
|
|
|
|
'\n' Generic.Output
|
|
|
|
'R is a collaborative project with many contributors.\n' Generic.Output
|
|
|
|
"Type 'contributors()' for more information and\n" Generic.Output
|
|
|
|
"'citation()' on how to cite R or R packages in publications.\n" Generic.Output
|
|
|
|
'\n' Generic.Output
|
|
|
|
"Type 'demo()' for some demos, 'help()' for on-line help, or\n" Generic.Output
|
|
|
|
"'help.start()' for an HTML browser interface to help.\n" Generic.Output
|
|
|
|
"Type 'q()' to quit R.\n" Generic.Output
|
|
|
|
'\n' Generic.Output
|
|
|
|
'[R.app GUI 1.29 (5464) i386-apple-darwin8.11.1]\n' Generic.Output
|
|
|
|
'\n' Generic.Output
|
|
|
|
'> ' Generic.Prompt
|
|
'x' Name
|
|
' ' Text.Whitespace
|
|
'<-' Operator
|
|
' ' Text.Whitespace
|
|
'function' Name
|
|
' ' Text.Whitespace
|
|
'{' Punctuation
|
|
'}' Punctuation
|
|
'\n' Text.Whitespace
|
|
|
|
'Error: syntax error\n' Generic.Output
|
|
|
|
'> ' Generic.Prompt
|
|
'x' Name
|
|
' ' Text.Whitespace
|
|
'<-' Operator
|
|
' ' Text.Whitespace
|
|
'function' Name.Function
|
|
'(' Punctuation
|
|
')' Punctuation
|
|
' ' Text.Whitespace
|
|
'{' Punctuation
|
|
'}' Punctuation
|
|
'\n' Text.Whitespace
|
|
|
|
'> ' Generic.Prompt
|
|
'x' Name
|
|
' ' Text.Whitespace
|
|
'<-' Operator
|
|
' ' Text.Whitespace
|
|
'function' Name.Function
|
|
'(' Punctuation
|
|
')' Punctuation
|
|
' ' Text.Whitespace
|
|
'{' Punctuation
|
|
'\n' Text.Whitespace
|
|
|
|
'+ ' Generic.Prompt
|
|
'cat' Name.Function
|
|
'(' Punctuation
|
|
'"' Literal.String
|
|
'hello"' Literal.String
|
|
')' Punctuation
|
|
'\n' Text.Whitespace
|
|
|
|
'+ ' Generic.Prompt
|
|
'cat' Name.Function
|
|
'(' Punctuation
|
|
'"' Literal.String
|
|
'world"' Literal.String
|
|
')' Punctuation
|
|
'\n' Text.Whitespace
|
|
|
|
'+ ' Generic.Prompt
|
|
'}' Punctuation
|
|
'\n' Text.Whitespace
|
|
|
|
'> ' Generic.Prompt
|
|
'x' Name
|
|
'\n' Text.Whitespace
|
|
|
|
'function() {\n' Generic.Output
|
|
|
|
'cat("hello")\n' Generic.Output
|
|
|
|
'cat("world")\n' Generic.Output
|
|
|
|
'}\n' Generic.Output
|
|
|
|
'> ' Generic.Prompt
|
|
'x' Name.Function
|
|
'(' Punctuation
|
|
')' Punctuation
|
|
'\n' Text.Whitespace
|
|
|
|
'helloworld\n' Generic.Output
|
|
|
|
'> ' Generic.Prompt
|
|
'2' Literal.Number
|
|
' ' Text.Whitespace
|
|
'+' Operator
|
|
' ' Text.Whitespace
|
|
'2' Literal.Number
|
|
'\n' Text.Whitespace
|
|
|
|
'[1] 4\n' Generic.Output
|
|
|
|
'> ' Generic.Prompt
|
|
'\n' Text.Whitespace
|