Closed SimonGreenhill closed 2 years ago
Okay. Thank you Simon I understand.
Do you mind if i revert some smaller things here and there and change some library() to p_load() or h_load() to keep it consistent?
Thank you for setting up the Makefile correctly. I don't tend to use Makefiles that much, I'm more likely to use shell scripts and check with if() if dirs exists inside R-scripts instead of create them in the Makefile. I'll just check that things run in harmony now and that we don't get warnings for creating dirs that already exists etc.
I've changed so that we're now using h_load() instead of library, meaning it'll install packages if they're not currently installed. This makes life on new computers and on clusters easier in my experience.
Is that okay with you @SimonGreenhill ?
If you want to simplify every script in the make data rule in the makefile, it'd also involve the various coverage plots scripts. i'll adjust those for you.
Can I merge in @SimonGreenhill ?
done
Thanks!
It's painful to have to install every package under the moon to just make the wide data files. This PR fixes that.
Also fixes a bug in the makefile