place code in more relevant controller..
[sgn.git] / --slave
blob25663a491ba3dc6993a5d663dc706b3f9c7cb2c5
2 R version 3.2.0 (2015-04-16) -- "Full of Ingredients"
3 Copyright (C) 2015 The R Foundation for Statistical Computing
4 Platform: x86_64-pc-linux-gnu (64-bit)
6 R is free software and comes with ABSOLUTELY NO WARRANTY.
7 You are welcome to redistribute it under certain conditions.
8 Type 'license()' or 'licence()' for distribution details.
10   Natural language support but running in an English locale
12 R is a collaborative project with many contributors.
13 Type 'contributors()' for more information and
14 'citation()' on how to cite R or R packages in publications.
16 Type 'demo()' for some demos, 'help()' for on-line help, or
17 'help.start()' for an HTML browser interface to help.
18 Type 'q()' to quit R.
20 > #a script for calculating genomic
21 > #estimated breeding values (GEBVs) using rrBLUP
22
23 > options(echo = FALSE)
24 Loading required package: Matrix
25 Loading required package: Rcpp
26 randomForest 4.6-10
27 Type rfNews() to see new features/changes/bug fixes.
28 Error in if (file == "") file <- stdin() else { : 
29   argument is of length zero
30 Calls: scan
31 Execution halted