statet Questions
3
I was a happy user of StatET on Ubuntu 14.04 until recently when after R upgrades strange things begin to happen. Anything related to network operations fails. For example, I can not install packag...
Infrastructure asked 4/7, 2015 at 8:22
3
What do I do when I get the following error message in Eclipse when trying to launch R?
"no session of R is active in the current workbench window"
2
Solved
When I show the view "R Help" of the StatEt Eclipse plugin I get following error:
HTTP ERROR 404
Problem accessing /rhelp/browse/default-workbench/. Reason:
The R library of the requested R en...
1
Solved
I installed RJ for StatEt with:
> install.packages(c("rj", "rj.gd"), repos="http://download.walware.de/rj-2.1")
Installiere Pakete nach 'C:/Users/eis/Documents/R/win-library/3.4'
(da 'lib' nich...
Nevus asked 4/1, 2018 at 13:17
1
Solved
I am new to R and want to use the Eclipse plugin StatEt with Oxygen.2 Release (4.7.2) on Windows 7.
I tried to create an example plot with the R Graph Builder. I click the "play button" and get fo...
3
Solved
I've managed to install StatET into eclipse, and I have a Java project called "Test" with some code in there. I'd like to be able to keep a .R file in that project folder and run it as a stand alon...
11
Solved
When I tried to run the R console in Eclipse, I got this error:
....Please make sure that R package 'rj' (1.1 or compatible) is installed...
So I tried to install it in the R console like this:
...
1
Solved
I recently upgraded to Architect version 0.9.7 on my Win 7 machine. However, after starting Architect, the RJ console wouldn't launch and I got the error message:
‘Launching the R Console was canc...
2
Solved
In Visual Studio we can use "attach to process" in order to debug the DLLs.
Is there any way to debug C/C++ code of an R package in Eclipse/StatET (i.e. something like this example of debugging ex...
1
Different IDEs have quirks, and so it's occasionally useful to be able to know what IDE you are using to run R.
You can test if you are running RStudio by testing for the RSTUDIO environment varia...
2
Solved
When I tried to run r console in eclipse,got this error:
....Please make sure that R package 'rj' (1.1 or compatible) is installed...
So I tried to intall in R console like this:
install.packag...
2
Solved
When I came to know that I can create a R package with C++ using Rcpp, I was excited about it and eager to know development environment for it. And thanks to Fell Stat Blog, I could quickly establi...
Locular asked 14/10, 2012 at 21:4
1
I'm becoming a fan of reproducible analyses and of Sweave, Beamer and specially of the knitr package.
RStudio allows to Sweave and knit documents with just one click, but although RStudio is easy...
Narra asked 12/9, 2012 at 20:6
1
in StatET eclipse as well as in RStudio I set
options(encoding = "ISO-8859-1")
in StatET I have:
Sys.getlocale()
[1] "LC_COLLATE=German_Germany.1252;LC_CTYPE=German_Germany.1252;LC_MONETARY=G...
2
Solved
I have been using Eclipse for R and C++. So far I have not been able to find a reliable "find all" function. It seems to be an easy concept, I search for a string such as "rows" and the function sh...
Tusche asked 11/11, 2011 at 3:19
1
© 2022 - 2024 — McMap. All rights reserved.