Howard Mansell

Results 27 comments of Howard Mansell

Can you elaborate on what you expect that to achieve? Are you talking about the top-level bindings in R? They are needed to pass argument values through (in cases where...

OK, I think I understand, but a pull-request with fully working code would make it easier to follow. Does this with with varargs (... args in R)? It's important that...

I discussed this with @dshiber. He gave me another example which fails (which had a numeric column). He suggested we build the dataframe by building a list and then converting...

Would definitely be an interesting exercise/blog post. On Fri, Nov 29, 2013 at 11:01 AM, Steffen Forkmann wrote: > > You have probably already seen > https://sites.google.com/a/ddahl.org/rinruby-users/ - It would...

I think we should always preserve order. In other words, the series is always ordered but not necessarily by the natural order of its keys. Howard On Dec 8, 2013,...

I did some investigation today, to get this to work with R 3.0. I discovered the following: - With R 3.0, unchanged versions of RDotNet and RProvider, everything works fine...

Had no luck with either of these. I can't initialize RDotNet any more lazily than I do because the type provider has to read the list of packages in order...

I think this is just dodgy behavior in DateTime. In the Eastern US, where the clock springs forward an hour at 02:00 on March 9th, I get similar behavior. ```...

We discussed time series functionality in our initial scope meeting for Deedle, and wanted to make sure the design of Deedle was generic but TS functionality can be naturally layered...