Re: [R] Help with "ERROR: lazy loading failed for package 'psycho'"

2018-06-06 Thread Bill Poling
Yep, terrific, that’s got it, thank you Eric! WHP From: Eric Berger [mailto:ericjber...@gmail.com] Sent: Wednesday, June 06, 2018 7:50 AM To: Bill Poling Cc: r-help (r-help@r-project.org) Subject: Re: [R] Help with "ERROR: lazy loading failed for package 'psycho'" > i

Re: [R] Help with "ERROR: lazy loading failed for package 'psycho'"

2018-06-06 Thread Eric Berger
> install.packages("Matrix") On Wed, Jun 6, 2018 at 2:24 PM, Bill Poling wrote: > Good morning. In my continuing pursuit of self-taught R programming I am > interested in following the tutorial provided by Bloggers.com "Beautiful > and Powerful Correlation Tables in R" > > > https://www.r-blogg

[R] Help with "ERROR: lazy loading failed for package 'psycho'"

2018-06-06 Thread Bill Poling
Good morning. In my continuing pursuit of self-taught R programming I am interested in following the tutorial provided by Bloggers.com "Beautiful and Powerful Correlation Tables in R" https://www.r-bloggers.com/beautiful-and-powerful-correlation-tables-in-r-2/ 3/ Although, I have hit a snag in

Re: [R] Help with Error Messages

2016-12-07 Thread Bert Gunter
Well, have you looked to see what: https://cran.r-project.org/web/views/Spatial.html has to offer? And, if so, why did you not follow their advice to post on the r-sig-geo list; if not, you should consider posting there rather than here. Cheers, Bert Bert Gunter "The trouble with having an op

[R] Help with Error Messages

2016-12-07 Thread Jackson Hooten
Hello everyone, I am new to R and need help with a project I am currently running. I am tracking about 24 great white sharks in Mossel Bay South Africa. I wish to summarize these sharks' movements in and around the bay. In order to do that I have a shapefile of a map that I wish to import into R an

Re: [R] Help with error: arguments imply differing number of rows

2015-03-18 Thread MacQueen, Don
If this error had happened to me, then immediately after receiving that error I would type traceback() at the R prompt. Hopefully, that will provide some information about what happened. Based on: Error in data.frame(PD = PDs, SR = SR) : arguments imply differing number of rows: 34, 35 It a

Re: [R] Help with error: arguments imply differing number of rows

2015-03-18 Thread Aman Gill
chr [1:35] "Uroleucon_aeneum" "Uroleucon_aff_atripes" > > "Uroleucon_amamianum" "Uroleucon_ambrosiae" ... > > ..$ : chr [1:9] "Heliantheae" "Helenieae" "Eupatorieae" "Astereae" ... > > > > > &g

Re: [R] Help with error: arguments imply differing number of rows

2015-03-14 Thread Boris Steipe
heae" "Helenieae" "Eupatorieae" "Astereae" ... > > > On Fri, Mar 13, 2015 at 7:31 AM, PIKAL Petr wrote: > >> Hi >> >> Without further information you probably do not get answers. Everything >> seems to be same so the only r

Re: [R] Help with error: arguments imply differing number of rows

2015-03-14 Thread Aman Gill
ly do not get answers. Everything > seems to be same so the only reason can be that the objects seems to be > same but they have some inner distinctions, maybe type of variables. > > Are results of > > str(your.objects) > > same in equivalent objects? > > Cheers > P

Re: [R] Help with error: arguments imply differing number of rows

2015-03-13 Thread PIKAL Petr
> -Original Message- > From: R-help [mailto:r-help-boun...@r-project.org] On Behalf Of Aman > Gill > Sent: Thursday, March 12, 2015 6:08 PM > To: r-help@r-project.org > Subject: [R] Help with error: arguments imply differing number of rows > > Hello, > > I am s

[R] Help with error: arguments imply differing number of rows

2015-03-12 Thread Aman Gill
Hello, I am stuck trying to run an analysis using the package picante. I am running two very similar analyses. One works as expected, but when I try the other, I get the error: Error in data.frame(PD = PDs, SR = SR) : arguments imply differing number of rows: 34, 35 This is strange to me since

[R] help with error: DV "converted to a factor"

2013-01-17 Thread cwladis
I've spent several days compiling the following code (I apologize in advance - this code is very inelegant, and I'm sure could be written much more efficiently, but I've stuck with whatever method I could get to work - sometimes the more efficient code I just couldn't get to work without an error,

Re: [R] Help with "error: no acceptable C compiler found in $PATH"

2011-11-17 Thread R. Michael Weylandt
Hstrangeif possible, this might be solvable by simply updating to the release version R 2.14. If it's at all possible, I'd start there. Can you find the object it's unhappy about? On my machine, I do the following 1) Open Finder 2) Macintosh HD -> Library -> Frameworks -> R.framework

Re: [R] Help with "error: no acceptable C compiler found in $PATH"

2011-11-16 Thread Hari Easwaran
Hi Michael, Thanks for your response. Using the binary seems to solve partially. I am able to install (I think!) RCurl but not able to load the library. Below is the info you required and the error while loading RCurl. *> sessionInfo()* R version 2.13.2 (2011-09-30) Platform: x86_64-apple-darwin9.

Re: [R] Help with "error: no acceptable C compiler found in $PATH"

2011-11-15 Thread R. Michael Weylandt
Yes, you probably need some sort of C compiler, but why can't you just download the appropriate binary directly? I just did on OS X 10.5.8 (admittedly for R 2.13.2, not 2.14) with no problems. The output of sessionInfo() install.packages("RCurl") if you don't mind please. Thanks, Michael On Tu

[R] Help with "error: no acceptable C compiler found in $PATH"

2011-11-15 Thread Hari Easwaran
Dear all, I am trying to install a package from bioconductor (biomaRt) for which I need the RCurl package. I get the following main error message when I try to install RCurl (and its dependencies). configure: error: no acceptable C compiler found in $PATH See `config.log' for more details. ERROR:

Re: [R] Help with error

2010-07-08 Thread cpen
Gretchen, I am getting the same error as you with my own data. Have you been able to resolve it? Claudia -- View this message in context: http://r.789695.n4.nabble.com/Help-with-error-tp2256388p2282163.html Sent from the R help mailing list archive at Nabble.com.

[R] Help with error

2010-06-15 Thread Gretchen Heavner
Hi. I am trying to do a nonlinear regression on a set of data with Monod kinetics and Haldane inhibition. I am using the following commands to do the nonlinear regression: dce<-read.delim("data.txt", header = TRUE, sep = "\t", quote="\"", dec=".", fill = TRUE, comment.char="") dce.m1<-nls(rate~k

Re: [R] Help with error on function: Error in .... attempt to apply non-function (Solution)

2009-09-15 Thread Corrado
Dear friends, the problem with the error has been solved (thanks to Peter). The line 41 in http://scsys.co.uk:8002/33852 should be rewritten as M<-k*((x-t[i])*m0+(t[i+k]-x)*m1)/((k-1)*(t[i+k]-t[i])) On Tuesday 15 September 2009 11:32:53 Corrado wrote: -- Corrado Topi Global Climate Change & B

Re: [R] Help with error on function: Error in .... attempt to apply non-function

2009-09-15 Thread Duncan Murdoch
On 15/09/2009 6:32 AM, Corrado wrote: Dear Duncan, this is a reproducible example: it is the function copied straight from my Eclipse. - You posted it in a way that couldn't be cut and pasted into R: you added line numbers. (A similar problem is when people use print() to show a dataset;

Re: [R] Help with error on function: Error in .... attempt to apply non-function

2009-09-15 Thread Corrado
Dear Duncan, this is a reproducible example: it is the function copied straight from my Eclipse. I found the mistake (thanks to Peter) On Tuesday 15 September 2009 11:15:29 Duncan Murdoch wrote: > Corrado wrote: > > Dear R gurrus, > > > > I wrote this function > > > > http://scsys.co.uk:80

Re: [R] Help with error on function: Error in .... attempt to apply non-function

2009-09-15 Thread Duncan Murdoch
Corrado wrote: Dear R gurrus, I wrote this function http://scsys.co.uk:8002/33852?ln=on&store=on&submit=Format+it! for a small package I am preparing. Whenever I run the function I get the error Error in Mspline(i = i, x = x, degree = kk, t = t) : attempt to apply non- function Anyone co

[R] Help with error on function: Error in .... attempt to apply non-function

2009-09-15 Thread Corrado
Dear R gurrus, I wrote this function http://scsys.co.uk:8002/33852?ln=on&store=on&submit=Format+it! for a small package I am preparing. Whenever I run the function I get the error Error in Mspline(i = i, x = x, degree = kk, t = t) : attempt to apply non- function Anyone could point me out w

[R] help with error

2009-05-19 Thread deanj2k
while (theta1!=theta) {...} gives the error message: Error in while (theta1 != theta) { : missing value where TRUE/FALSE needed but when i extract theta1!=theta and paste it into the console it comes up with the output TRUE which contradicts the error message- im not sure what I am doing wron

Re: [R] Help with error in "if then" statement

2008-07-12 Thread John Kane
As the note at the bottom says provide commented, minimal, self-contained, reproducible code. It is difficult to comment on a loop when we have no code to read. --- On Fri, 7/11/08, Andrew Rominger <[EMAIL PROTECTED]> wrote: > From: Andrew Rominger <[EMAIL PROTECTED]> >

Re: [R] Help with error in "if then" statement

2008-07-11 Thread Erik Iverson
Hello - Andrew Rominger wrote: Dear list, I'm afraid this is a mundane question. Here's the background: I've produced a function which allows me to sequentially measure angles and distances from a specified reference point to a curve defined by empirical data points while (i.e. using a whil

[R] Help with error in "if then" statement

2008-07-11 Thread Andrew Rominger
Dear list, I'm afraid this is a mundane question. Here's the background: I've produced a function which allows me to sequentially measure angles and distances from a specified reference point to a curve defined by empirical data points while (i.e. using a while loop) the angle being meas

[R] Help with Error!

2008-03-07 Thread hoogeebear
Hi, Can anyone explain the following error?? Error in FUN(newX[, i], ...) : missing observations in cov/cor In addition: Warning message: In FUN(newX[, i], ...) : NAs introduced by coercion svm_modelSAheart1 <- svm(x_training, y_training) is the command i am using.my x/y training are working fi

Re: [R] Help with Error

2008-01-17 Thread John Kane
It looks fine to me. Try str(d) and check to be sure that Votes is a numeric value or integer value. I ran this code with no problem. x <- "Name Votes John 300 Sean222 Andy 467 Sinead 740 David 124 James 641 William 380 " d <- read.table(textConnection(x),

Re: [R] Help with Error

2008-01-17 Thread hoogeebear
Thnk you very much! It now works correctly! Much Appreciated, John. hoogeebear wrote: > > Hi, > > I am having trouble with an error I keep getting. I am just trying to > create a simple pic chart from a small table. Hope someone can help. I am > new to R. > > Table: > Name Votes > John

Re: [R] Help with Error

2008-01-17 Thread Richard . Cotton
> d <- read.table("C:\\rep.csv", head=TRUE, sep=",") > > pie(d$Votes, > + labels=d$Name, > + main="Class Rep Results\n(Final Results)") > > Error: > Error in pie(d$votes, labels = d$name, main = "Class Rep Results\n(Final > Results)") : > 'x' values must be positive. The first input to the pie

[R] Help with Error

2008-01-17 Thread hoogeebear
Hi, I am having trouble with an error I keep getting. I am just trying to create a simple pic chart from a small table. Hope someone can help. I am new to R. Table: Name Votes John 300 Sean222 Andy 467 Sinead 740 David 124 James 641 William 380 Commands: d <

Re: [R] Help with Error Message

2007-11-05 Thread Matthew Keller
Not having run your script, it looks to me like you have an extra comma after the final element of legend.list... On 11/5/07, Patrick Richardson <[EMAIL PROTECTED]> wrote: > Hoping someone can offer me some assistance. I'm trying to execute a script > and I keep getting this error message about "

[R] Help with Error Message

2007-11-05 Thread Patrick Richardson
Hoping someone can offer me some assistance. I'm trying to execute a script and I keep getting this error message about "Error: element 12 is empty". I'm wondering if my syntax is incorrect within legend.list. If anyone has any suggestions to sees something obvious that I am missing, I would grea