From Build docker:
#17 29.67 `install_github()` was deprecated in devtools 2.5.0.
#17 29.67 ℹ Please use pak::pak("user/repo") instead.
It seems advised to place all uses of devtools::install_github() in the install_packages.R files in the flavors.
https://pak.r-lib.org/ seems to be recommended.
From Build docker:
It seems advised to place all uses of
devtools::install_github()in theinstall_packages.Rfiles in the flavors.https://pak.r-lib.org/ seems to be recommended.