Federico Marotta
Federico Marotta
Indeed, unfortunately the problem seems to be compilation time. If you can, I would suggest using another editor such as TeXworks, TeXstudio, VScode, neovim, or emacs---they all have good support...
Hi, I had to do some [additional changes](https://github.com/rcedgar/reseek/commit/7658129a9f5cef742d218c76db2f940d695e22c3) to make it compile on Linux, in case it can be useful to someone.
Hi Emmanuel, thanks a lot for your reply! I have moved the tests to the apeTests repository and added a .Rd file for documentation. This PR only adds one suggested...
Thank you Emmanuel!
Hi, one possibility is to edit `kaobook.cls`, look for the definitions of `\frontmatter` and `\mainmatter`, and remove the lines that call [`\oldfrontmatter`](https://github.com/fmarotta/kaobook/blob/2e1c7aa6f10b6e245a2359fa3a628a7fc7d40cec/kaobook.cls#L53) and [`\oldmainmatter` ](https://github.com/fmarotta/kaobook/blob/2e1c7aa6f10b6e245a2359fa3a628a7fc7d40cec/kaobook.cls#L65). (The links point to the...
Yes, it makes sense! We could add a `stopifnot(has_git(), "git is required for the ci_* functions. Please install git and try again.")`, for example. And what about `withr`? It is...
Ahh, I see, thanks for your reply. It seems a pity to scatter such simple and basic functionality to yet another package, I'll try to move this issue to ggforce,...
I was more looking for something with `x, y, xend, yend` aesthetics, but I'll look into `geom_xspline`, thanks for the suggestion!
Thanks for reopening the issue! Exposing `shape` would be great and it would make geom_curve() much more flexible and general. Since we're already discussing changes, is there any chance to...
OK I've attempted a PR to add the `shape` argument, happy for any feedback. For the curvature being of length one, I've tracked the code down to the implementation of...