« first day (659 days earlier)      last day (286 days later) » 

12:23 AM
@GavinSimpson "+init=EPSG:9001" should do it that is, but I see that doesn't work
this does, which is what package dismo uses ""+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +no_defs"
I lose track of the details, but they are listed here: spatialreference.org/ref/?search=google
 
 
7 hours later…
7:27 AM
Good morning
 
 
1 hour later…
8:27 AM
Morning.
@Andrie, would you mind sharing how your Eclipse setup looks like?
 
Sure.
What do you want to know?
 
I'm thinking of "If you show me yours I'll show you mine week" where we exchange workflow ideas using our fab fav IDEs. :)
I'll start.
This is my layout of Eclipse.
Two editor windows, a big console, a small help file window and a project browser to the right. There's also a memory/cpu widget showing me the workload in real time.
I don't use object or packet browsers or integrated graphical windows.
When I'm using RJ (currently it's running Rterm because I'm doing parallel stuff) I often use the Task perspective, too.
 
One editor window. Two consoles. Mylyn task connector (absolutely essential).
 
What does task connector do?
I didn't know you use Python.
Or is that there just for chicks? :)
 
Synchronises all open windows with your active task:
Python is on my long-term to-do list to learn!
 
8:38 AM
Hehe, makes two of us. I just haven't installed the PyDev for my new setup (this is Juno).
 
I have eGit installed, but find that too difficult to work with. I can never get it to work, so now I just use the Windows Github application.
 
Great, I'll check this Task list as soon as I manage to debug my current problem. Thanks for the tip. This is why I love "If you show me yours I'll show you mine week". :) Maybe I could do a blog post about it so other people could chip in.
 
8:55 AM
Dear Eclipse. We have window managers for a reason. Why do you force another one on us? Love, everyone.
 
@Spacedman I (we) would be interested in your setup, too.
 
Its kinda fluid. aka, a twisty turny mess of emacs and graphics windows...
 
@Spacedman I prefer applications that don't use window managers. The reason is that I have usually have a large number of applications open, and if all windows are floating, then tabbing between them gets to be a nightmare. Eclipse manages it very well, IMO, since it's very flexible in allowing you to customise the layout. You can also detach all panes into separate windows.
In contrast, although I like RStudio, the pane manager is just too inflexible.
 
There's no reason why all that management cant be done by a window manager, then you could integrate any apps into your layout
Yeah, RStudio's layout is awful
 
 
1 hour later…
10:29 AM
Voting to close:
-4
Q: Alternative to grid.table

Fnzh Xxplease run the following code in your R console: > library(gridExtra) > x=c(1,2,3,4,5) > grid.table(x) > x=c(1:100) > grid.table(x) is there better grid widget in R packages to show data in ?

 
11:27 AM
Whoa, closed by three votes. :)
 
 
1 hour later…
12:53 PM
Closing as duplicate:
-1
Q: How can I label outliers in parallel boxplots?

user1172558This is the code I have par(mfrow=c(1,2)) boxplot(gdppc1960[rich=='Poor nation in 1960'], gdppc1970[rich=='Poor nation in 1960'], gdppc1980[rich=='Poor nation in 1960'], gdppc1990[rich=='Poor nation in 1960'], gdppc2000[rich=='Poor nation in 1960'], names=c(1960, 1970, 1980, 1990, 2000), xl...

 
 
3 hours later…
ouch. That was painful to read.
 
At least it was able to be salvaged into something vaguely resembling a question.
 
@BrianDiggs I know. I took a screencap for posterity.
 
@JoshuaUlrich Ha! I had the same thought right when I started to edit it.
 
:)
I have to give him/her some credit though. Even as painful as it was, I still could tell what they were trying to do and how they were failing.
I was thinking about how to edit it when I saw there were already edits coming in.
 
3:38 PM
I like the original better... I'm going to rollback.
 
The original did have a certain joie de vivre, didn't it?
 
@joran Yes, and you destroyed that by removing the "TIA :)"
 
I thought it was when he removed the "Can u plz" from the title.
I'm glad that the Summer of Love doesn't prohibit being snarky in the chat rooms.
 
Speaking of that, I haven't seen @JDLong in a while. I should try to summon him by finding one of his funnier questions and editing all the humor out of it.
 
@BrianDiggs Agreed. If it did, I'd have to take the summer off.
@joran LOL, I'll buy you a beer if you do that.
 
3:45 PM
@joran Cruel, man.
 
@joran: he's moved from R to Python, because that's what his coworkers use. I think you'll find some activity from him on the [python] tag.
 
 
2 hours later…
5:45 PM
So... about floating point accuracy questions. We already have a question tagged about it.
3
Q: Why are these numbers not equal?

dplanetThe following code is obviously wrong. What's the problem? > i <- 0.1 > i <- i + 0.05 > i [1] 0.15 > if(i==0.15) cat("i equals 0.15") else cat("i does not equal 0.15") i does not equal 0.15

But this recent question
0
Q: Equal numbers shown as false when compared in R

Tiago Zortea Possible Duplicate: In R, what is the difference between these two? floating point issue in R? This is part of a code I created. I spend days looking for the problem when finally realized that a comparison that should be TRUE was being calculated by R as FALSE. I'm using R 2.14.2 64 ...

Got closed before I could put that in as a duplicate (did mention it in the comments).
Is there any desire to close these other two:
5
Q: In R, what is the difference between these two?

esther0.9 == 1-0.1 >>> TRUE 0.9 == 1.1-0.2 >>> FALSE

-1
Q: floating point issue in R?

dnagirlThe below expression, which evaluates to 0.1, is considered larger than 0.1. > round(1740/600,0) - 1740/600 [1] 0.1 > (round(1740/600,0) - 1740/600) <= 0.1 [1] FALSE //???!!??? > (round(1740/600,0) - 1740/600) <= 0.1000000000000000000000000000000000000001 [1] TRUE Thinking that...

Or which one (or is there another even better one) to make the canonical one to point to?
 
@BrianDiggs: this is a pretty good one too: stackoverflow.com/questions/2769510/…
 
@JoshuaUlrich That one is good, but it is enough different (interested in greater than or equal to, not just equal to) that it would not be a good canonical question for equality nor should it be closed as a duplicate.
Looking over the other questions, I like "In R, what is the difference between these two?" best, but it has the disadvantage of the best answer not being accepted.
 
@BrianDiggs I think it's fine to have 2-3 floating around unclosed.
The first thing that occurs to me is that the tags on each should be more similar, to include either or
 
@joran Why leave them unclosed? I am not advocating deletion, just getting them all pointing to a "best" question/answer. And that one can accumulate more/better answers rather than having it spread over multiple questions.
I agree about the tags, though.
 
@BrianDiggs Yeah, I think you're right. For some reason I was thinking that they were a bit more different questions than they actually are.
 
6:00 PM
@BrianDiggs: why not just edit your answer to include the relevant bits from the answers in the other questions, mark it CW, add the [r-faq] tag, and use that as the canonical answer.
 
The one Brian answered already has the , so I'd just add the floating-point tags and use that one.
 
@JoshuaUlrich I could do that. I already have a (terse) answer on the question that currently carries the [r-faq] tag. And since I'll be cribbing heavily from other answers, you are right it should be CW.
Also, I like the title of the current one with the r-faq tag best, as well.
 
Good. Then we won't have so many of these questions floating around. (Attempt #2.)
 
6:18 PM
Wow. That is by far the fastest I've gotten 6 upvotes. I need more people to ask for us to copy/paste help pages
 
@GSee I know... and the OP gets 4+ up-votes for not reading the help page.
 
Hallo, all you lovely people.
And you, @JoshuaUlrich
Any idea what's happening here?
0
Q: Having problems saving a neural net plot using neuralnet package - R

chutsuI'm using the neuralnet package in R, however am having problems saving the plot to disk. data(iris) attach(iris) library(neuralnet) nn <- neuralnet(as.numeric(Species) ~ Sepal.Length + Sepal.Width + Petal.Length + Petal.Width, data = iris) png("test.png") plot(nn) dev.off() Have attempte...

 
@Andrie, Are you on Windows?
 
The OP says my answer doesn't work. I can't see why not.
@GSee Hallo, yes I am.
 
@Andrie Thanks for not calling me lovely.
 
6:20 PM
Maybe that's it. It doesn't work for me on Linux
 
Any time.
@GSee That's strange.
So probably there's something odd in plot.nn.
 
In plot.nn it says weight.plot <- recordPlot(); save(weight.plot, file=file) I don't understand that code
 
It gives some unusual warnings in RStudio.
 
Oh, and BTW, hello Andrie
 
@JoshuaUlrich You may not be lovely, but you're still my favourite person in the whole world.
 
6:24 PM
@Andrie I like sarcastic things too.
 
Do any of you have experience of working with Google Analytics?
I need to prep for a client meeting on Friday. I want to know what data format I can expect.
Perfect:
 
"There's a package for that."
 
I love R.
 
6:53 PM
OK. updated my answer and started the closing process on the other 2 q's.
 
@JoshuaUlrich I was looking at our sites google analytics today... its always amazed me...
and its made me think we dont need to transfer any content below two folders deep to our new CMS.
 
7:18 PM
@Andrie You can also generate nice reports that come in xls, pdf and csv formats out of the box.
 
7:41 PM
@Spacedman It amazes me too. It makes it much easier to stalk the 5 people who visit my site each month.
 
> dat <- data.table(x_one=1:10, x_two=1:10)
> myfun <- function(n) { one <- paste0(n, '_one'); two <- paste0(n, '_two'); parse(text=paste0(one, '-',two))}
> dat[, list(out = eval(myfun('x'))),]
Error in eval(expr, envir, enclos) : object 'x_one' not found
>
woops, well there is a question in there
why didn't that work! I thought i read somewhere (that I can't find anymore) that I could make expressions like that
 
9:17 PM
Quick question re: SO Unanswered Questions tagged 'R'. I spent a little time looking around, thinking I'd try to answer a few, and wondered how does cleanup get done? What's the recommended way to bring open questions to completion? ie: stackoverflow.com/questions/11181209/…
 
My bet would be to look at the OP's activity and if he or she hasn't been active on SO for a while, just let it go. It probably won't get marked as "answered".
 
@Thell For that question, where the answer is effectively "it's a bug that has been fixed", typically they get closed as too localized. Put a link in chat about it with the comment "closing" and others will cast additional votes (if they agree).
For questions that have actual answers, just go ahead and answer them. At least the way I am notified of questions, new answers will "bump" the question and others can see it and vote on the answer even if the original poster is not around/active.
 
Okie dokie. Since I don't have rep to call for a close on something, I'll just do as you suggest and post a link with a 'request to close' and a reason. And I'll just attempt to answer some of the more obvious ones, like:: stackoverflow.com/questions/11073253/… .
 
Just saw that you don't have the rep to cast close votes yourself, so you can flag to close, or just mention it in chat and those with rep will vote to close.
 
/me nods
 
9:47 PM
@Thell Welcome to chat. It seems to me you wield much more power than you thought. That question you linked to has suddenly been closed.
 
@Andrie Wow! Talk about service. :P
 
 
2 hours later…
11:45 PM
Here is another SO R Question that definitely looks like it could be closed, as the OP hasn't been seen since the days of the post (60 days). stackoverflow.com/questions/10953405/… I did attempt to recreate (as did @daroczig) but things seemed to work fine...
 

« first day (659 days earlier)      last day (286 days later) »