Skip to content

Commit

Permalink
Merge pull request #2 from ryanlovett/shinywidgets-bump
Browse files Browse the repository at this point in the history
Rename file for fall. Bump shinyWidgets.
  • Loading branch information
ryanlovett authored Sep 7, 2024
2 parents 637375f + fcbff74 commit 0f550a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ RUN R --quiet -e "install.packages('IRkernel', quiet = TRUE)" && \

COPY class-libs.R /tmp/class-libs.R

COPY r-packages/2024-spring-gradebook.r /tmp/r-packages/
RUN r /tmp/r-packages/2024-spring-gradebook.r
COPY r-packages/2024-fall-gradebook.r /tmp/r-packages/
RUN r /tmp/r-packages/2024-fall-gradebook.r

COPY r-packages/2023-fall-stat-135.r /tmp/r-packages/
RUN r /tmp/r-packages/2023-fall-stat-135.r
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class_libs = c(
"purrr", "1.0.2",
"shinyFiles", "0.9.3",
"shinyTime", "1.0.3",
"shinyWidgets", "0.8.1",
"shinyWidgets", "0.8.6",
"shinydashboard", "0.7.2"
)

Expand Down

0 comments on commit 0f550a3

Please sign in to comment.