statet

StatET in Eclipse and R

爱⌒轻易说出口 提交于 2019-12-21 07:56:47
问题 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 alone R script, seperate from the Java program. How can I do this? If I try to highlight some R code in a .R file and run it, it says "No session of R is active in the current workbench window." Update: I added a run configuration and I now have the following error in a pop up box when I try to run the

How to use “R Graph Builder” and “R Graphics” view with StatEt Eclipse Plugin?

南楼画角 提交于 2019-12-19 11:37:14
问题 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 following output on the R Code tab. Furthermore, I hear a "ping" sound. library(ggplot2) p <- ggplot(data = mtcars, aes(x = mpg, y = cyl)) p <- p + labs(title = "test") print(p) However, I can not see any graph. => Is the purpose of the "play action" only to produce the console output? => Where can I

How to set up Eclipse + StatET + Rcpp on Windows

巧了我就是萌 提交于 2019-12-12 08:33:09
问题 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 establish a great environment using Eclipse with StatET, its plugin for R, to use Rcpp and RInside (another package for embedding R into your C++ application) on Windows. Since the blog was, however, based on OS X, several things required trial & error (& almost give-up) to adjust for Windows - it took me

How to set up Eclipse + StatET + Rcpp on Windows

 ̄綄美尐妖づ 提交于 2019-12-04 04:17:14
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 establish a great environment using Eclipse with StatET, its plugin for R, to use Rcpp and RInside (another package for embedding R into your C++ application) on Windows. Since the blog was, however, based on OS X, several things required trial & error (& almost give-up) to adjust for Windows - it took me 6 hours of my leisure time. For example, you need to install Rtools to be able to compile C/C++ using

How to index R library for Help view of StatEt Eclipse plugin?

断了今生、忘了曾经 提交于 2019-12-04 01:40:48
问题 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 environment <code>R</code> is not yet indexed. Please run the indexer first to enable R help support. Powered by Jetty:// 9.4.7.v20170914 => How do I index the R library to fix the help view? I use Eclipse Oxygen.2 Release (4.7.2) and R-3.4.3. I am able to execute R in the Console with Launch type Rterm.

How to use “R Graph Builder” and “R Graphics” view with StatEt Eclipse Plugin?

半城伤御伤魂 提交于 2019-12-01 13:54:20
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 following output on the R Code tab. Furthermore, I hear a "ping" sound. library(ggplot2) p <- ggplot(data = mtcars, aes(x = mpg, y = cyl)) p <- p + labs(title = "test") print(p) However, I can not see any graph. => Is the purpose of the "play action" only to produce the console output? => Where can I find documentation about the Graph Builder? => What data can I enter to get a first example graph?

How to index R library for Help view of StatEt Eclipse plugin?

隐身守侯 提交于 2019-12-01 09:26:15
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 environment <code>R</code> is not yet indexed. Please run the indexer first to enable R help support. Powered by Jetty:// 9.4.7.v20170914 => How do I index the R library to fix the help view? I use Eclipse Oxygen.2 Release (4.7.2) and R-3.4.3. I am able to execute R in the Console with Launch type Rterm. My Environment settings are: My run configuration settings are: Some doc i found helpful for the first

ClassNotFoundException for StatEt Eclipse plugin / RJ. Compatibility issue with Java9?

本小妞迷上赌 提交于 2019-11-30 09:09:54
问题 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' nicht spezifiziert) versuche URL 'http://download.walware.de/rj-2.1/bin/windows/contrib/3.4/rj_2.1.0-13.zip' Content type 'application/zip' length 342681 bytes (334 KB) downloaded 334 KB versuche URL 'http://download.walware.de/rj-2.1/bin/windows/contrib/3.4/rj.gd_2.1.0-2.zip' Content type 'application/zip'

Error in install.packages: internet routines cannot be loaded using StatET while it works in R console

白昼怎懂夜的黑 提交于 2019-11-29 13:10:15
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 packages from CRAN any more: > install.packages("Hmisc") Installing package into ‘/usr/local/lib/R/site-library’ (as ‘lib’ is unspecified) --- Please select a CRAN mirror for use in this session --- Error in url("http://cran.r-project.org/CRAN_mirrors.csv") : internet routines cannot be loaded In addition: Warning message: In url("http://cran.r-project.org/CRAN_mirrors.csv") : unable to load shared object

ClassNotFoundException for StatEt Eclipse plugin / RJ. Compatibility issue with Java9?

不羁的心 提交于 2019-11-29 12:40:00
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' nicht spezifiziert) versuche URL 'http://download.walware.de/rj-2.1/bin/windows/contrib/3.4/rj_2.1.0-13.zip' Content type 'application/zip' length 342681 bytes (334 KB) downloaded 334 KB versuche URL 'http://download.walware.de/rj-2.1/bin/windows/contrib/3.4/rj.gd_2.1.0-2.zip' Content type 'application/zip' length 97222 bytes (94 KB) downloaded 94 KB Paket 'rj' erfolgreich ausgepackt und MD5 Summen