Matthew de Queljoe

Results 14 comments of Matthew de Queljoe

Hi @eblondel thanks alot for all your work on rsdmx. I’ve came across this issue as well as I am often working with medium to large SDMX files. I’ve had...

@eblondel great - I would be interested in this. I like the idea of allowing for a choice of parsing method. I can send my contact info via email.

thanks! We can revert back to the `Rd2txt` output for links and hrefs by setting the option: ```r options(rdoc.text_formats = rdoc::rdoc_text_formats(link = NULL, href = NULL)) ```

Yeh i think there may be two related points here: * as @jimhester suggested rdoc shouldn't always call `utils::help`. This is fixed by finding the closest `help` to call that...

thanks - great idea! I think it would indeed be good to have an option for this re-arrangement.

Hi there! I'd be keen to contribute to this project with you. G2 looks really impressive so I agree with you that having an R API would be useful. I'll...

Ok i had a look at trying out R6 as an interface to G2 here: https://github.com/mdequeljoe/rg2 via a very minimal package (binds only a couple geoms/attributes from G2). The basic...

thanks for your response - that sounds good for the organisation. That's true i haven't seen another htmlwidgets package that uses R6 but my initial reaction was to try this...

@timelyportfolio thinking about R6 vs pipes - one argument in favour of R6 would be that one wouldn't have to worry about any namespace collisions - which would allow for...

@timelyportfolio to quickly come back to this again - thinking about the option to make alignments with ggplot2 syntax style - using `+` in place of `%>%` could be a...