Hugo Gruson

Results 313 comments of Hugo Gruson

> I don't know how to transfer the git repository, is there a procedure for that? If that helps: https://help.github.com/en/github/administering-a-repository/transferring-a-repository#transferring-a-repository-owned-by-your-user-account

Recursive dependency map as of `imager 0.41.1` ![rplot09](https://user-images.githubusercontent.com/10783929/46024662-94217880-c0e7-11e8-9140-725f19076f30.png)

Looking at the graph again, it's no use removing `stringr` if don't remove `purrr` (and `magrittr` and `igraph`) as well because of paths like those: `imager` -> `purrr` -> `magrittr`...

I misread the graph above and it looks like `stringr` could be removed. Would you be interested if I made a PR to replace all `stringr` functions by base equivalents?...

A good first step would be to update the approval template so that newly approved packages follow the latest guidelines :wink:

It makes a lot sense and I'm looking forward to seeing autotest in more places. However: - I don't see a downside to have it both in autotest and in...

> Good points! > > Would there be a way for that part to be added automatically based on the code? > > I.e. if I have > > ```r...

https://github.com/ropensci/lightr/issues/13#issuecomment-563288452 My understanding is that `auto` is not recommended (at the moment at least)

I was going to open the same issue for `layout = "circular"`. It would be great to be able to position the scale in cartesian coordinates and be able to...

I realise now I could have indeed applied a similar fix to all files in the repo. Would you like me to submit a PR for this? Or is it...