You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: