Jerome Froelich

Results 53 comments of Jerome Froelich
trafficstars

Very cool, sounds like it should fit in nicely with the current implementation then. I'm not sure what you mean by how it would work other kinds of type constraints...

Ahh, thanks for the clarification, I like the idea! Perhaps another approach would be to support generic interfaces, in which case you could define a generic `Numeric` interface and implement...

That certainly sounds useful! I don't have the time to make any changes to the code bases right now, but I would be more than happy to review any PR's...

Thanks for the issue @jl5000! Unfortunately I no longer use R in my day job so I haven't been able to keep up with this package as much as I...

@crotman that would be great! I'm not familiar with the process myself, but am more than happy to review any PR's.

Hi! Unfortunately, I'm not sure off the top of my head, and I don't really have the cycles to maintain this repo anymore as I no longer use R during...

Hey! My guess is that the newline isn't being handled when it's being [converted to JSON](https://github.com/jeromefroe/circlepackeR/blob/master/R/circlepackeR.R#L27) via the [jsonlite package](https://cran.r-project.org/web/packages/jsonlite/jsonlite.pdf). It seems the jsonlite package supports unicode characters though, what...

That's a bummer. Unfortunately, I'm out of ideas then. I don't have the cycles to actively maintain this package anymore (I don't really have the opportunity to use R in...

Hi @phileas-condemine! Unfortunately, I no longer have the cycles to actively maintain this project. I'd be more than happy to review any PR's, but I don't plan to make any...

Hi! As you noted, it seems the crux of the problem is that the x and y dimensions are translated with the same value, which is probably not appropriate for...