Tricks to increase development speed #479
Replies: 4 comments 5 replies
-
I don't think I have much to offer I'm afraid - when doing lots of work on the stan code I'd indeed sometimes work on branches based on the |
Beta Was this translation helpful? Give feedback.
-
Echoing @sbfnk the answer is sadly no which is a real pain. In theory it should be possible for |
Beta Was this translation helpful? Give feedback.
-
I've started using the job package for running smaller things like tests in the background so that I can work on other stuff. For example, after fixing something in
This will free up the console for me to continue working on other stuff. |
Beta Was this translation helpful? Give feedback.
-
You're right about using the shortcut. I didn't know that. Thanks. |
Beta Was this translation helpful? Give feedback.
-
Some usual development and rinse-and-repeat tasks like generating documentation, reloading the package to test new functionality by running
devtools::load_all()
, etc can take time when contributing to EpiNow2.Could you share some tips on how you speed up your developing workflow? I'm hoping to put these together under a section of the contribution guide to help myself and future contributors. There have been talks of rebasing on the
cmdstanr
branch for example, to compile the models quickly. What are some other shortcuts/tricks you use?@sbfnk and @seabbs
Beta Was this translation helpful? Give feedback.
All reactions