commit | 492669a71ffaae2a2add10c3efc2d1e31893b77a | [log] [tgz] |
---|---|---|
author | ben-aaron188 <ben-aaron188@users.noreply.github.com> | Mon Oct 24 19:11:13 2022 +0200 |
committer | ben-aaron188 <ben-aaron188@users.noreply.github.com> | Mon Oct 24 19:11:13 2022 +0200 |
tree | c00872fc81f8d96e2116581a21a59ee6b9c72b94 | |
parent | 718e3a68075d9010dddc1208c8920470100fba98 [diff] [blame] |
draft JOSS paper and minopr readme fixes
diff --git a/R/gpt3_embeddings.R b/R/gpt3_embeddings.R index 513a5b8..2e7c167 100644 --- a/R/gpt3_embeddings.R +++ b/R/gpt3_embeddings.R
@@ -62,7 +62,7 @@ } - output_data = rbindlist(empty_list) + output_data = data.table::rbindlist(empty_list) return(output_data)