Skip to content

Commit

Permalink
fix namespace in vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
hillalex committed Jul 11, 2024
1 parent 5c2ac9c commit 6623d69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/scova.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ results_list <- lapply(indices, function(index) {
result
})
combined_data <- data.table(rbindlist(results_list))
combined_data <- data.table::data.table(rbindlist(results_list))
```

Plotting the median values:
Expand Down

0 comments on commit 6623d69

Please sign in to comment.