Displaying 20 results from an estimated 10000 matches similar to: "Rstudio Error in View : 'wildcard' is missing"
2012 Oct 26
1
asking about R Code
Hi, my name is Ellen. I want to ask you about R Code.
I got a code for extracting a pixel value, but I can't compile it..
It is said "Error in is.data.frame(x) : object 'lena' not found"
Here is the original full code:
library(pixmap)
lena <- read.pnm("oldlennablur.pgm")
write.table(lena@grey,"mylenna", quote=FALSE, row.names = FALSE, col.names=
2012 Feb 27
2
RStudio: how to change language from fr(french) to eng(english)
Hello,
RStudio displays errors in french . I'd like to change it in english
Please help,
Thanks
--
View this message in context: http://r.789695.n4.nabble.com/RStudio-how-to-change-language-from-fr-french-to-eng-english-tp4424972p4424972.html
Sent from the R help mailing list archive at Nabble.com.
2011 Dec 06
1
RStudio: copied line is always not the same as the line that I highlighted
Hi all,
I am using RStudio. I wanted to copy and past an expression/line.
I highlighted it, and then copied and pasted:
The result was not the line that I wanted, instead, it was the line above...
For example:
I have three lines:
aaaaa
bbbbb
ccccc
....
I highlighted "bbbbb" and copied, but the pasted outcome was "aaaaa"...
What happened?
Thanks al ot!
[[alternative
2011 Dec 29
1
How would I rewrite my code so that I can implement the use of multicore on an Rstudio server to run regsubsets using the "exhaustive" method? The data has 1200 variables and 9000 obs so the code has been shortened here:
How would I rewrite my code so that I can implement the use of multicore on
an Rstudio server to run regsubsets using the "exhaustive" method? The data
has 1200 variables and 9000 obs so the code has been shortened here:
model<-regsubsets(price~x + y + z + a + b + ...., data=sample,
nvmax=500, method=c("exhaustive"))
Our server is a quad core 7.5 gb ram, is that
2011 Nov 19
1
RStudio install
Dear all,
I download RStudio and install it,but I donnot know why I cannot see the upload icon in the Files window? Could you please help me?
Thank you.
Xiaocong
[[alternative HTML version deleted]]
2013 Nov 21
2
RStudio and R.app "segmentation fault" errors
R-helpers,
I'm using system() to run a shell script that uses a library written in C++ to analyze natural language (FreeLing: http://nlp.lsi.upc.edu/freeling). When I run the following code in RStudio (0.97.248) and R.app (1.62) on Max OSX (10.7.5):
> cmd <- "analyze -f /usr/local/share/freeling/config/es.cfg --lang es --outf tagged </Users/earlbrown/temp_input.txt"
>
2013 Apr 04
2
question about message
Hello R, could you tell me please, how to fix this issue?
There is installed RStudio-2.15.2 and the next steps where follow but
the message appears:
http://cran.r-project.org/web/packages/RMySQL/INSTALL):
>
> 1. Download the RMySQL_0.9.tar.gz file to the folder C:\Program
> Files\R\R-2.15.1\bin\x64
> 2. Open a Windows command line, and change directory to that folder
> 3.
2013 Jan 14
3
readJPEG function cannot open jpeg files
I installed jpeg package and tried to use
kim<-readJPEG("kim.jpeg") to read in a jpeg file, but R gave me an error:
Error in readJPEG("kim.jpeg") : unable to open kim.jpeg
I already put "kim.jpeg" in Rstudio's default working directory: "E:\home
work\Rstudio". So I don't think it's a problem caused by omitting the file's
path. But I
2012 May 01
1
Questions
Hello,
I am having difficulty putting a frequency table on my clipboard in R
studio. I do not know what the error message is. I was thinking it might
have to do with changing a setting on my clipboard but I do not know how to
do this. I will copy and paste the exact command and error message:
write.table(dpx,"clipboard",sep="\t")
Error in file(file, ifelse(append,
2012 Jun 01
1
R studio web-based console ?
Hi all,
My console is no longer responding to commands, I''m using the web-based console running
off of a server. I have tried to interrupt R, I have deleted the data and profile files in the
user directory, and restarted the server, relogged in, flushed the cache on the browser,
but the console is not responding. I even move the .rstudio directory
When I try to run the code, it looks
2017 Aug 18
1
R Issues with packages
Thanks Jeff
I got the Bioconductor packages installed and tried googling the 65535
tried some things and still get the same error.
On Fri, Aug 18, 2017 at 10:59 AM, Jeff Newmiller
<jdnewmil at dcn.davis.ca.us> wrote:
> You just need to READ the error messages and use Google.
>
> Don't try to install tcltk.
>
> The other two packages are not available through CRAN...
2012 Mar 18
4
Linux R / Windows client
Hello,
I am currently running R on ubuntu and everything is working perfectly
fine. However, I would like to connect to R via Windows using Eclipse
StatEt plugin. Is this possible to do? or do I have to have a version
of R running on Windows also? I prefer to have Linux do the heavy
lifting and Windows Eclipse to be a sort of GUI.
Any thoughts?
2011 Aug 31
1
Error in setwd(dir) : cannot change working directory
Hello, I got some of the R source code and not being able to Run it in
RStudio.
I get the error:
Error in setwd("dir") :
cannot change working directory
I have gone through forums but nothing seemed relevant to my issue.
What bugs me the most is the ("dir") that the error shows, is of those who
wrote the source code and not mine(it still sees the directory of their
2012 Apr 20
1
odbcConnectExcel() fails to fetch all columns
Folks,
Is there a parameter somewhere in RODBC that enables more columns to be
retrieved from an Excel worksheet?
# This next bit uses an undocumented call in RODBC
z <- odbcConnectExcel("./BBaselinePtQaires_apr2011.xls")
BQ <- sqlFetch(z, "BBaselinePtQaires")
Gives me:
z RODBC[1]
And
BQ 134 obs. of 59 variables
I have all the rows in the worksheet but only the
2013 Jan 16
1
How to plot this simple step function?
Hi everyone,
I am trying to graph a step function in R Studio. I just learned about R
today and decided to try it! The following is what I want it to look like.
I graphed it using
x <- 0:5
y <- c(0, .2, .3, .6, .9, 1.0)
plot(x, y, type = "s")
And used Microsoft Paint to get it to how I wanted it to look, but I want to
do it in R Studio completely.
2018 Mar 27
5
unable to move temporary installation of package
Thanks,
Here's the error, for example:
> install.packages("mgcv")
Installing package into 'C:/Users/pl39/Documents/R/win-library/3.4'
(as 'lib' is unspecified)
trying URL 'https://mirrors.nics.utk.edu/cran/bin/windows/contrib/3.4/mgcv_1.8-23.zip'
Content type 'application/zip' length 2775362 bytes (2.6 MB)
downloaded 2.6 MB
package 'mgcv'
2013 Jun 16
1
R for Chrome OS
Hello,
I have heard that Chrome OS is Linux based, so I am wondering if there is
anyway to use R on a Google Chromebook using one of your Linux packages. If
not, do you plan on making a version of R that is compatible with
chromebooks or cloud based?
[[alternative HTML version deleted]]
2018 Mar 27
0
unable to move temporary installation of package
Do you have other instances of R open at the time you are doing this? Did
you already have mgcv installed in your personal library when you tried
installing it again?
There is clearly something preventing you from writing to your library, or
at least to specific packages in your library.
On Tue, 27 Mar 2018, Paul Lantos wrote:
> Thanks,
>
> Here's the error, for example:
>
2012 Dec 03
3
r function definition
I am a very new R user. I am trying to write functons and debug functions.
One problem for me is that I need to alwasy copy the whole function body and
resubmit to R console every time I changed even one line of the function.
Because I have long algorithm function, copying and pasting is very tedious
for me. I assume if I save the function files, R should be able to just use
the new function body
2018 Mar 27
2
unable to move temporary installation of package
I deleted my library, reinstalled R, and had the same issue -- couldn't install anything into its newly created library.
-----Original Message-----
From: Jeff Newmiller [mailto:jdnewmil at dcn.davis.ca.us]
Sent: Tuesday, March 27, 2018 2:26 PM
To: Paul Lantos <paul.lantos at duke.edu>
Cc: r-help at r-project.org
Subject: RE: [R] unable to move temporary installation of package
Do you