Displaying 1 result from an estimated 1 matches for "fobidden".
Did you mean:
forbidden
2008 Jul 01
1
select.list() cannot be used non-interactively
...ode in a .R file and execute that with a double click on a .bat file, that contain the instruction tu run my R code in batch mode (R CMD BATCH myRcode.R). When I do that, a windows appear and I just have to select an item from the list.
Now I've installed the version 2.6.2 and this function is fobidden with this error message in the .Rout file:
type<-select.list(list=c("Type 1","Type 2","Type 3"))
Error in select.list(list = c("Type 1", "Type 2", "Type 3"): select.list() cannot be used non-interactivelyExecution halted
Why?
How...