Did you have to split the packages to get the CI/CD tools to work?
Because,to me, it looks as though I can install multiple different R
packages from the same git project, using something like
library(devtools)
install_gitlab("krcoombes/[PROJECT]", "pkg/[PACKAGE]")
Best,
Kevin
On 1/8/2023 1
Thanks for mentioning the possibility to opt out of the CMD checks on GitHub
actions, which I didn't know about before. I also have GHA set up and I like
the concept of automated testing, but one thing that bothers me is that
sometimes I make a small but necessary commit (e.g. to fix a bug) and