Skip to content

Commit

Permalink
Update docker file 562-r
Browse files Browse the repository at this point in the history
  • Loading branch information
pnickchi committed Jan 18, 2025
1 parent 1c57a46 commit e8e2434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 562/r/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM ubcmds/base-r:891b93d

# Define additional packages that are specific to this course
ENV R_PACKAGES="AER"
ENV R_PACKAGES="AER lme4"

# Install the pre-defined R packages
RUN install2.r -e $R_PACKAGES
Expand Down

0 comments on commit e8e2434

Please sign in to comment.