Skip to content

Commit 4e9c78e

Browse files
committed
Restored sysdata
1 parent 8ddd1c3 commit 4e9c78e

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

R/sysdata.rda

-38.5 MB
Binary file not shown.

data-raw/wine_loglik.R

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,4 @@ fitos <- read.delim("data-raw/winequality-red.csv", sep = ";") |>
1717
refresh = 0
1818
)
1919

20-
.wine_log_lik_matrix <- log_lik(fitos)
21-
usethis::use_data(.wine_log_lik_matrix, internal = TRUE, overwrite = TRUE)
20+
saveRDS(log_lik(fitos), "touchstone/wine.rds")

0 commit comments

Comments
 (0)