Skip to content

Commit

Permalink
Re-enable visual editing, per @andrewpbray.
Browse files Browse the repository at this point in the history
Visual editing has been improved. Also rename script for this semester.
  • Loading branch information
ryanlovett committed Sep 3, 2024
1 parent 7e34cc6 commit 507188c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
7 changes: 2 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,10 @@ RUN R --quiet -e "install.packages('IRkernel', quiet = TRUE)" && \

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

COPY r-packages/2023-fall-stat-20.r /tmp/r-packages/
RUN r /tmp/r-packages/2023-fall-stat-20.r
COPY r-packages/2024-fall-stat-20.r /tmp/r-packages/
RUN r /tmp/r-packages/2024-fall-stat-20.r

# Configure locking behavior
COPY file-locks /etc/rstudio/file-locks

# Disable visual markdown editing by default
COPY rstudio-prefs.json /etc/rstudio/rstudio-prefs.json

ENTRYPOINT ["tini", "--"]
File renamed without changes.
3 changes: 0 additions & 3 deletions rstudio-prefs.json

This file was deleted.

0 comments on commit 507188c

Please sign in to comment.