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 8ddd1c3 commit 4e9c78eCopy full SHA for 4e9c78e
2 files changed
R/sysdata.rda
-38.5 MB
data-raw/wine_loglik.R
@@ -17,5 +17,4 @@ fitos <- read.delim("data-raw/winequality-red.csv", sep = ";") |>
17
refresh = 0
18
)
19
20
-.wine_log_lik_matrix <- log_lik(fitos)
21
-usethis::use_data(.wine_log_lik_matrix, internal = TRUE, overwrite = TRUE)
+saveRDS(log_lik(fitos), "touchstone/wine.rds")
0 commit comments