We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f27a837 commit e7e3478Copy full SHA for e7e3478
inst/shiny/C00Sa_histogram/app.R renamed to inst/shiny/C00Sa_histogram/app.R.inactivated
inst/shiny/C03Ca_ml_wine/app.R
@@ -29,7 +29,7 @@ if (!file.exists(dir))
29
dir <- "~/C03_challenge" # Alternate dir for local tests
30
database <- file.path(dir, "wine.sqlite")
31
table <- "wines"
32
-wine2quality <- read$rds(file.path(dir, "wine2quality.rds"))$value
+wine2quality <- read$rds(file.path(dir, "wine2quality.rds"))
33
34
# Is the countdown over?
35
is_done <- function()
0 commit comments