Hi,
What is your workflow when developing packages ? I'm working on the plot library, and right now I'm doing raco setup plot to install the changes I made to my local copy every time I modify the code.
The annoying thing about that is that it recompiles the whole package every time, including docs etc. This makes for a rather tedious experience, since plot takes almost 2 min to compile on my machine and I'm far from writing everything right on 1st try ![]()
Would you have tips & tricks to share regarding developement experience ? Thanks !