When you create a golem package you can run a project hook that can do some common set up tasks as described here https://cran.r-project.org/web/packages/golem/vignettes/f_extending_golem.html
We should have one of these for CDU golem projects, that will do the following (happy to add/ change/ debate this list):
Being honest I don't know if all the above is even possible but I do all of the above every time I start a golem project so even half of the above would be great
When you create a golem package you can run a project hook that can do some common set up tasks as described here https://cran.r-project.org/web/packages/golem/vignettes/f_extending_golem.html
We should have one of these for CDU golem projects, that will do the following (happy to add/ change/ debate this list):
usethis::use_pipe()stop()the to top of the 02.dev.R file because I source the whole thing accidentally sometimes 🙃golem::use_favicon("https://cdu-data-science-team.github.io/img/nottshc-cdu-data-science-logo.png")ext = 'png'tofavicon()within thegolem_add_external_resources()function in 'app_ui.R'Being honest I don't know if all the above is even possible but I do all of the above every time I start a golem project so even half of the above would be great