Displaying 2 results from an estimated 2 matches for "rstudion".
Did you mean:
rstudio
2018 Mar 21
1
problem with rJAVA
I have installed rJava into my Windows 10 (64-bit) R instillation using the Tools > Install Packages command of my RStudion IDE. When I issued the R command in my R code
library(rJava) I received the following error:
library(rJava)
Error: package or namespace load failed for ?rJava? in get(Info[i, 1], envir = env):
lazy-load database 'C:/Users/John Sorkin/Documents/R/win-library/3.4/rJava/R/rJava.rdb' is c...
2012 Mar 05
2
how to send text output to its own window
platform: R 2.14.2 - Windows XP - Rstudio
When I use cat() or print() in a script, the output text is of course
mixed up with the lines of the script.
I can sink() the output to a textfile and then play the file back at the
end of the script, but that's not really what I'm after.
It would be nice if the lines of text output could appear in a separate
window, in the same