nestanyol / CoolBeans

Multi-metabolite signatures from exposure features
Other
1 stars 0 forks source link

Next steps? #28

Open nestanyol opened 11 months ago

nestanyol commented 11 months ago

@lwjohnst86 Luke, which steps are we missing for building the R package? :) Any recommendations?

lwjohnst86 commented 11 months ago

Yes! I plan on looking over what you've done now over the weekend and next week and make some issues, do some reviews and stuff 🤩

lwjohnst86 commented 11 months ago
danielaags commented 11 months ago

@lwjohnst86 Nuria told me that it could be a good idea to join the training and testing functions into a single one. Shall we also put that in the to do list?

lwjohnst86 commented 11 months ago

In general, it's best to keep functions small and very focused/targeted. So keeping the testing and training separate is better than having them together, especially since, looking at their code, they have quite a bit different in them.

danielaags commented 11 months ago

I have implemented the suggestions in all the functions. I would like to start working on the unit tests, how shall I move forward? Shall I merge the unit test branch into main and the pull it in my branch (DDLS branch)?

Update: I followed the steps described in the test branch, got the folder and started working on it, I have unit test for all the functions now. It helped me a lot the example from Luke!