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 c999a33 commit 590ff41Copy full SHA for 590ff41
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 = 'acoffman/borrow-chapter-token-fix')"
+RUN R -e "remotes::install_github('ottrproject/ottrpal', ref = 'kweav-additional-borrow-chapter-fix')"
95
96
#RUN installGithub.r \
97
# ottrproject/ottrpal
0 commit comments