Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

otter and ottr for sean and balaji #5340

Merged
merged 1 commit into from
Jan 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions deployments/datahub/images/default/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,3 +192,6 @@ dependencies:

# Used by MCB32, but incompatible with ipywidgets 8.x
- qgrid==1.3.1

# Engineering 7 https://github.com/berkeley-dsep-infra/datahub/issues/5337
- otter-grader==4.4.1
4 changes: 2 additions & 2 deletions deployments/datahub/images/default/install.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ install.packages("devtools")
source("/tmp/class-libs.R")

# install ottr, needs to go first issue #3216
# install ottr, 1.3.0, issue #4008
devtools::install_version("ottr", version = "1.3.0", repos = "https://cran.r-project.org", upgrade = "never", quiet = FALSE)
# install ottr, 1.4.0, issue #5314
devtools::install_version("ottr", version = "1.4.0", repos = "https://cran.r-project.org", upgrade = "never", quiet = FALSE)

# dplyr package + backends
# From https://github.com/rocker-org/rocker-versioned2/blob/b8d23396468c5dc73115cce6c5716424d80ffcb0/scripts/install_tidyverse.sh#L30
Expand Down