Questions tagged [rgui]

63 questions
0
votes
1 answer

BlueSky Statistics: Error setting the “R_HOME directory path” preventing its start

I experienced the same problem as described in this post: not possible to set the "R home directory path" in Bluesky Statistics But I was asked to open a new question for my case. The Problem: When I start the newly installed BlueSky Statistics…
user19444
  • 3
  • 2
0
votes
0 answers

Trouble Installing rlang and TidyVerse

I am using RGui 3.5.1 and RStudio 1.2.5. I am trying to load Tidyverse and it gave some error message about "onload failed in loadNameSpace() for 'rlang' " so I think maybe I need to load rlang first, but I got the same error message. I have been…
Hong2020
  • 1
  • 2
0
votes
0 answers

RGui loads outdated .Rprofile due to .RData in working directory

I recently adapted my .Rprofile and was puzzled when RGui did not load the new .Rprofile (RStudio did load it) but instead held on to the old version. After some trial and error I figured out that the .RData-file in the working directory was the…
gianni
  • 181
  • 1
  • 5
0
votes
1 answer

BlueSky Statistics - Changing the Numerical Stas Analysis syntax to drop the n & NAs

When the supplied Numerical Stats Analysis is run the output adds in n & NA's by default. The syntax is: ## [Numerical Statistical Analysis] BSky_Dataset_Overview = data.frame(Dataset = c("Dataset2"),Variables = length(names(Dataset2)),Observations…
MarkWebb
  • 59
  • 4
0
votes
1 answer

BlueSky Statistics - String to date [time] issues

Trying to convert time as a string to a time variable. Use Date/Dates/Convert String to Date...... for format I use %H:%M:%S.... Here is the syntax from the GUI [Convert String Variables to Date] BSkystrptime (varNames = c('Time'),dateFormat =…
MarkWebb
  • 59
  • 4
0
votes
1 answer

Code Autoindentation in Rgui

Is there code autoindentation possible in the R for Windows - Rgui? Cannot find it in the options (see below). It is quite uncomfortable having to press [tab] several times at the beginning of every row :-/ :-) PS: please do not advise to use…
Tomas
  • 57,621
  • 49
  • 238
  • 373
0
votes
0 answers

How do I find and calculate specific data of an Excel file within R?

I have a large Excel file with data that looks like the following throughout: I know I can use something like data[which(data$Label == "Crop Sales ($)"),c(1,5,6,7)] to be able to dictate which value in the "Label" column I want to be shown.…
Luke Ford
  • 19
  • 2
0
votes
1 answer

Documentation page always opens at the bottom

When I open a help page in RGui (R 3.3.2 on Windows 7) using the text help page viewer, it is opened at the bottom of the help page. See the screenshot below after typing ?help, where the scrollbar of the help page is at the bottom. Is there a way…
Stefan
  • 165
  • 8
0
votes
1 answer

How can I synchronize the axes of a frequency polygon on top of a histogram in R?

In a previous question, I asked how to superimpose a frequency polygon on top of a histogram. That problem was solved. I have a different problem now. I want the frequency polygon's class marks to be in the middle of each histogram bar. The class…
Andy
  • 789
  • 8
  • 19
0
votes
1 answer

runjags trouble locating JAGS - error "'where' not found" even after setting jagspath

Seems that runjags suddenly (after update to version 2.0.3-2) has trouble finding JAGS binary, issuing an error: [1] "Error in system(\"where jags\", intern = TRUE) : 'where' not found\n" attr(,"class") [1]…
Tomas
  • 57,621
  • 49
  • 238
  • 373
0
votes
0 answers

R Gui: Create plot window bigger than the default par("din")

In Windows R Gui, I am trying to create plot window bigger than the default one. I am using dev.new() for this purpose (see Creating a Plot Window of a Particular Size), but it just doesn't create window bigger than the default din parameter (which…
Tomas
  • 57,621
  • 49
  • 238
  • 373
0
votes
1 answer

Windows proxy with R3.3.1

After updating from R R3.0.2 to R 3.3.1 it is not possible to connect to cran for package install over a proxy using Rgui.exe anymore. Same problem with RStudio. HTTP status was '407 Proxy Authentication Required I set the system environment…
0
votes
1 answer

tcltk R - how to access value returned by function

I just started with tcltk and R. And I am having troubles accessing a computed value by a function called myFun1 when calling a second function myFun2: Here is a simplified version of my UI: Simple tcltk interface library(tcltk) tt <- tktoplevel() …
maRtin
  • 6,336
  • 11
  • 43
  • 66
0
votes
0 answers

Windows 7 freezes when hitting Enter key in Rgui.exe

I'm having a persistent problem with Windows 7 freezing when using R. There is a specific context this happens in: Using Windows 7 on a desktop machine with multiple displays, and having one or more Rgui.exe sessions running Connecting to the…
tap
  • 1
  • 1
0
votes
1 answer

Calling R code from URL using "source": working in RStudio but not in R (RGui)

I'm very new to R and confused with two different results from RGui and RStudio (Both are ver.3.1.1.) For some reasons, I have to put my R codes (txt format) in my Dropbox public folder and call it using the "source" code such…
user4143385
  • 51
  • 1
  • 6