We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 590ff41 commit 646aa3cCopy full SHA for 646aa3c
1 file changed
base_ottr/Dockerfile
@@ -91,7 +91,7 @@ RUN R -e "install.packages('remotes', repos = 'https://cran.rstudio.com/')"
91
92
# Install the R package from a specific GitHub branch
93
# Replace 'your_username', 'your_repo', and 'your_branch' with the actual values
94
-RUN R -e "remotes::install_github('ottrproject/ottrpal', ref = 'kweav-additional-borrow-chapter-fix')"
+RUN R -e "remotes::install_github('ottrproject/ottrpal', ref = 'acoffman/fix-url-check')"
95
96
#RUN installGithub.r \
97
# ottrproject/ottrpal
0 commit comments