Closed qlands closed 1 year ago
Hi @qlands I think the best approach is maybe using only the CRAN versions, as they are stable. I will update the code and avoid fetching versions under development.
What do think?
Hi, yes, particularly for 'climatrends', 'ClimMobTools' if we can fix this call to use a release/stable version
The scripts only calls for packages available on CRAN https://github.com/AgrDataSci/ClimMob-analysis/blob/master/modules/00_check_packages.R
Hi,
@BrandonMrBot and I have discussed the use of R in ClimMob and how we can minimize build problems.
The current line reads:
When we deploy ClimMob this list uses master for ClimMobTools and climatrends. On several occasions, such branches have bugs due to current work.
If it is not possible to set a release tag in pkg <- c() then please freeze/protect the master branch and work on a dev branch. Then after QA make pull requests from dev to master.
Thanks,