RStudio is a free and open source integrated development environment (IDE) for R.
0
votes
0answers
14 views
R - socketConnection
I am a complete newbie when it comes to socket connection, and i am trying to learn how to use them in R. I am trying to follow the example in the R documentation for "connections".
However, when run ...
2
votes
0answers
41 views
Installing R packages on Windows 7
On Windows 7 x64, I've got version 3.0.0 of R installed. Further, I've also set the environment variable R_LIBS_USER to point to a network drive. In rgui.exe, executing:
Sys.getenv("R_LIBS_USER")
...
0
votes
0answers
28 views
How do you explicitly delete a SQLite database created with the sqldf library in an R script
I have created an R function to perform subsetting, summaries, densities, and plotting. I was initially assigning out the subsets to my workspace in RStudio but I started running into memory ...
3
votes
0answers
56 views
Fastest way to get version controlled code back into RStudio
I'm using git as a version control system in RStudio. I have several different versions of an R script saved in git. Lets say, I've deleted a block of code but I've now decided I want to re-insert the ...
1
vote
1answer
52 views
How to get environment of a variable in R
I was wondering if there is anyway to get the environment of a declared variable. Say I already have declared a variable to an environment and want to use that variable's environment to declare a few ...
2
votes
0answers
45 views
How to Create Project / Checkout password protected SVN repo using RStudio
I'm trying to checkout an existing SVN repo using RStudio. The repo is password protected but RStudio is only asking for a username. I go thru the process of:
New Project -> Version Control ...
4
votes
1answer
83 views
Automatically adjust latex table width to fit pdf using knitr and Rstudio
Using Rstudio and knitr to produce latex-tables in pdf, how do i make wide tables fit the page? I'm basically looking for at way to shrink the tables.
With figures, it is really easy in Knitr using ...
0
votes
1answer
61 views
RStudio equivalent to pressing tab twice in terminal
In Terminal on OS X, typing the start of a function name and hitting tab twice brings up all R functions that begin with that name.
For example, type mean then hit tab twice and the output is:
mean ...
1
vote
0answers
49 views
RStudio - ggplot not saving first plot when printing and saving multiple plots in a script [duplicate]
Here is the code to reproduce my problem:
library(ggplot2)
data <- data.frame(randomnums <- rnorm(50,100,200))
plot1 <- ggplot(data, aes(randomnums)) + geom_histogram()
print(plot1)
...
1
vote
0answers
43 views
R fails to start after moving Rprofile
I'm using R on a Mac. I tried moving my Rprofile file to a different location, but R didnt start. When I tried to put the Rprofile file back into its original location, I couldn't remember which ...
2
votes
1answer
50 views
Alter file.show() behaviour
I'm running file.show() in RStudio on a Mac, like this:
filename <- "/Users/me/reports/myfile.pdf" # replace with file location/name
file.show(file.path(filename), title="My File")
This does two ...
0
votes
3answers
70 views
How to set ',' as decimal separator with R, RStudio
Even though my Windows 7 locale settings specify using "," as a decimal separator, R and RStudio give me a "." separator. Is there any way to change this? Note the "LC_NUMERIC=C" setting in the locale ...
0
votes
0answers
17 views
How do I reference my file for a script?
I am trying to run the below script with R Studio. I have a .csv file with 36 months of data on my computer that I want to reference. The other option is that I have the 36 months as values in R ...
2
votes
2answers
79 views
How to change the locale of R in RStudio?
I’m using R version 2.15.3 (2013-03-01) on Ubuntu 12.10. The System is in German and so is R. This comes unhandy when searching for error messages.
Executing R in xterm this way $ LANG="C" R ...
0
votes
0answers
30 views
R Studio - Script runs, but not sure how I added values. NEWBIE, help me get started learning?
I have a dataset I imported with R Studio and this is my first time using R. I want to run the script below with the data (36 month time series - named MAT).
Parameter optimization:
ets(y, ...
0
votes
1answer
29 views
How to make a new Column based on conditions
Hi I have 2 columns in my table: ROM and Treatment
ROM is filled with values between -20 and 20 and Treatment has 0 or 1.
I need to find a way to get all the ROM values that are in the control group ...
0
votes
0answers
56 views
online RStudio service [closed]
I am looking for an online RStudio service, ideally one that supports knitr and git. The idea is to be able to work on my projects from my Chromebook.
I am familiar with Statace and setting RStudio ...
1
vote
1answer
47 views
Convert system output into a vector
In the following, I am attempting to take the output of the system function to create barplot of the number of connections to each of the virtual hosts, however, I am unsure of how to convert this ...
0
votes
0answers
25 views
Knitr - R studio : how to change the path where the pdf generated from .Rnw is stored
I am trying to figure out how to change the location where my pdf generated from a .Rnw file in Rstudio can be changed. As default it saves the pdf in the same directory as the .Rnw file but I want to ...
0
votes
0answers
103 views
Are tabs with their own sidebars and mainPanels possible in shiny?
I would like to display different inputs for different tabs. So I tried to build a page with several tabPanels. However, I can't have sth like below:
library(shiny)
shinyUI(pageWithSidebar(
...
0
votes
1answer
99 views
Saving plots in R within a loop
Yesterday I upgraded R to version 3.0.0 and ggplot2 to version 0.9.3.1 (and made a few minor changes to my script). Now I am getting errors when attempting to save plots - unfortunately the error is ...
0
votes
0answers
107 views
OAuth authentication is required with Twitter's API v1.1
I am doing my first tweet load into Rstudio to practice some text mining. I am using the twitterR package (with Rcurl).
My code is: rdmTweets <- searchTwitter("#beer", n=500)
But I get:
Error in ...
0
votes
0answers
55 views
Why code error in RStudio (work well on termial)?
I'm trying to solve Euler problem #1 in R. The following code works very well and generate accurate result in Terminal:
limit <- 1000
NumSet <- function(n){((1:floor((limit - 1)/n)) * n)}
...
0
votes
1answer
108 views
rstudio different library path to command-line R (`$R_LIBS_USER`)
I'm trying to work out why my .libPath is different between command-line R and RStudio Desktop (NOTE: this is not a duplicate of this question as that fix involved stuff specific to RStudio Server ...
2
votes
1answer
64 views
RStudio projects capabilities
I'm starting to use RStudio and I found the option of creating Projects, which enables you "to divide your work into multiple contexts, each with their own working directory, workspace, history, and ...
0
votes
1answer
201 views
Error message when starting R3.0.0 and RStudio
I just downloaded R3.0.0 in Windows 7, 64 bit.
When I click on the R icon, R launches but with the following error and warning
Error in loadNamespace(name) : there is no package called ‘modeltools’
...
0
votes
0answers
111 views
Crash logs for R/Rstudio/Rstudio-server after suspected memory issue
I have a long running process in R (via Rstudio-server), which I suspect may have a memory problem, eventuating in the R session crashing. Unfortunately I am not around to monitor exactly what is ...
1
vote
1answer
59 views
Cut function not working in r
I'm trying to group all dates houses in San Francisco were sold by year. I'm using the following code
geo_big$month <- as.Date(paste0(strftime(geo_big$date, format = "%Y-%m"), "-01"))
...
0
votes
0answers
33 views
RStudio,Sweave problems
I have been trying to insert an R generate plot into Sweave,so that I can comment on it and produce a pdf style document. Alas my search for a decent tutorial on that subject had failed.
I get my ...
0
votes
1answer
73 views
R, ggplot2, skip printing x values
This might be fairly simple but yet i cant seem to find out how to do it.
I got a nice plot with a group of lines of values in it.
The y represents an amount, the x represents dates.
The problem is ...
0
votes
1answer
96 views
How to use manipulate() on ggplot geom_smooth()
Does anyone know how to use manipulate() on a ggplot, in order to easily select a smoothing (span) level? I´ve tried the following without success:
# fake data
xvals <- 1:10
yvals <- ...
1
vote
1answer
79 views
Excel data organized in multiple nested rows, can R read it?
Please see the picture. I've started using R, and know how/that it can read files from Excel, but can it read something formatted like this?
http://www.flickr.com/photos/68814612@N05/8632809494/
(my ...
1
vote
0answers
95 views
dynamically add plots to web page using shiny
i want to create an app using shiny that dynamically add plots to the page. it could be 10 plots and it could be only one. i'm using this tutorial in the shiny homepage for dynamic UI.
this is a ...
1
vote
0answers
148 views
Debugging capability in R-studio and Stata
I am not sure whether I should post my question here. Please flag it as inappropriate if it is not relevant.
I would like to know why we don't have the debugging capability in R-Studio and Stata as ...
-2
votes
2answers
187 views
Can I install R3 from within RStudio?
R version 3 is released as announced at R bloggers. I am using RStudio and would like to know if it is possible to installe the new version from within RStudio. Any precautions for may installed ...
1
vote
1answer
61 views
Markdown Report Not Executing in Rstudio
I am generating the error:
> options(encoding='UTF-8'); require(knitr); knit('March-2013-Report.Rmd');
Loading required package: knitr
processing file: March-2013-Report.Rmd
...
0
votes
0answers
83 views
Trouble installing RMySQL on Windows 8
I followed the installation directions at R-Bloggers website. However once I do the install.packages('RMySQL',type='source'), I get the following error. It appears that there is some conflict with ...
1
vote
1answer
97 views
Auto-format R code in RStudio
Is there any possibilities for auto-formatting code in RStudio?
I found this, but it is not connected with RStudio.
Also it is desirable that it be customizable formatting.
2
votes
0answers
121 views
Restart R within Rstudio
I'm trying to call a simple python script from within R using system2(). I've read some information I found vague that said if 'too much' memory is used, it won't work.
If I load a large dataset and ...
0
votes
1answer
94 views
restart the rsession using R code [duplicate]
Is there any R code to restart the rsession? I am usually doing this by pressing cntrl+shift+0.
But now want to do this in my code. how can i do this?
1
vote
2answers
178 views
R not using more than 4GB of memory
I'm running 64 bit R on Ubuntu 12.10 AMD64. I recently added additional 8GB of memory to my system making it a total of 12GB. But I notice that R gives me an error whenever the memory usage (of a ...
1
vote
1answer
138 views
Install rgdal library in rstudio - GDALAllRegister not found in libgdal
I'm trying to install rgdal library in Rstudio (0.97.332), using Ubuntu 12.10 (quantal) and R 2.15.1 (Roasted Marshmallows).
I have the following installed regarding gdal in Ubuntu:
$ apt-cache ...
22
votes
1answer
258 views
Operator “[<-” in RStudio and R
By accident i've encountered strange behaviour of "[<-" operator. It behaves differently depending on order of calls and whether i'm using RStudio or just ordinary RGui. I will make myself clear ...
1
vote
1answer
78 views
Create an offline version control for R Studio [closed]
I need to create a (private) version control where I would be the only one to have access in it. I would like some opinions about how would be possible to have the repository in your local drive ...
2
votes
1answer
67 views
Changing Git protocol for RStudio project already under version control in Windows
I love using RStudio for it's built-in integration with version control systems. However with RStudio on Windows is there a way to change the Git protocol from http to ssh or vice versa for a project ...
0
votes
0answers
95 views
Rstudio on macbook pro with retina display
I use Rstudio on my 15 inches macbook pro with retina display.
It seems that the plot window in the Rstudio doesn't support the high-DPI of the retina display, even after I zoom the plot.
This was ...
-4
votes
3answers
108 views
Error when compiling PDF using knitr
When I try to compile a PDF using knitr I get the following error:
there is no package called 'knitr' Error: object 'opts_knit' not found
Execution halted
I'm using RStudio 0.97.332 and R version ...
1
vote
1answer
124 views
Making knitr run a r script: do I use read_chunk or source?
I am running R version 2.15.3 with RStudio version 0.97.312. I have one script that reads my data from various sources and creates several data.tables. I then have another r script which uses the ...
1
vote
1answer
70 views
How to set up a shortcut for different versions of R in RStudio?
Using Rstudio, it is easy to configure it for different versions of R. You simply navigate to /Tools/Options and select your preferred version of R.
But is there an easy way to set up a menu (or ...
0
votes
1answer
119 views
how to provide output of user-defined-function as data.frame in R in .GlobalEnv
I have created a function 'mywsobj' which takes one input & 2 output
user input: environment
output1: a data.frame name "wsobj"
(data of list of objects,their classes,their memory usage)
...


