We currently have GitHub as a pre-requisite and explain how to use GitHub for package development by setting up a PAT and using usethis::use_github().
It would be good to work on an Appendix where we cover how to adjust the workflow for GitLab/Codeberg.
I think usethis::use_git_remote() might help, along with the workflow of setting up a repo on the git platform first, like this blog post on using GitLab with R.
It is also possible to create a PAT with GitLab or Codeberg that could be stored with gitcreds.
I think that covers most if not all of our GitHub-specific content.
We currently have GitHub as a pre-requisite and explain how to use GitHub for package development by setting up a PAT and using
usethis::use_github().It would be good to work on an Appendix where we cover how to adjust the workflow for GitLab/Codeberg.
I think
usethis::use_git_remote()might help, along with the workflow of setting up a repo on the git platform first, like this blog post on using GitLab with R.It is also possible to create a PAT with GitLab or Codeberg that could be stored with gitcreds.
I think that covers most if not all of our GitHub-specific content.