Skip to content

Commit

Permalink
Merge pull request #19 from 2i2c-org/new-r-packages
Browse files Browse the repository at this point in the history
Add randomNames and elb0/myStarship packages
  • Loading branch information
yuvipanda authored Mar 7, 2022
2 parents 451a4eb + ab1ee9e commit b0c6166
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions install.R
Original file line number Diff line number Diff line change
Expand Up @@ -103,15 +103,17 @@ cran_packages <- c(
"BiocManager", "1.30.16",
# From https://github.com/2i2c-org/utoronto-image/issues/6
"tensorflow", "2.7.0",
"keras", "2.7.0"
"keras", "2.7.0",
"randomNames", "1.5-0.0"
)

github_packages <- c(
# https://github.com/utoronto-2i2c/jupyterhub-deploy/issues/31
"cutterkom/generativeart", "56ce6beed0433748b4372bfffba0e1c9f2740f9b",
"djnavarro/flametree", "0999530f758d074c214c068726e68786bb4698f6",
# for use with otter-grader
"ucbds-infra/ottr", "1d39645cb718ef17e71fa3d54f2871cfd5cc991f"
"ucbds-infra/ottr", "1d39645cb718ef17e71fa3d54f2871cfd5cc991f",
"elb0/myStarship", "9435da5255c25605c3741f6c6e7da9ca5935d8e3"
)

for (i in seq(1, length(cran_packages), 2)) {
Expand Down

0 comments on commit b0c6166

Please sign in to comment.