I am trying to install a package using devtools::install_gitlab , since the repo is created under subgroup I have passed the full path but it errors out saying "Invalid git repo specification: " could you please help me with some guidance here. I have the auth_token for the repo. Kindly confirm is this feature supported in devtools::install_gitlab
This is how I have passed the repo path with the tokens:
RUN Rscript -e "devtools::install_gitlab('${USER_NAME}/data/comp/synth-inference-synthdid', host='https://gitlab.<org>.com', auth_token=${TOKEN}, force=TRUE)"
Thankyou!