Skip to content

Commit

Permalink
call ollama_check first in release-data-script
Browse files Browse the repository at this point in the history
  • Loading branch information
mpadge committed Sep 24, 2024
1 parent af976af commit 96527f9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: pkgsimil
Title: Similarity Metrics between R Packages
Version: 0.1.2.109
Version: 0.1.2.110
Authors@R: c(
person("Mark", "Padgham", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-2172-5265")))
Expand Down
2 changes: 1 addition & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"codeRepository": "https://github.com/ropensci-review-tools/pkgsimil",
"issueTracker": "https://github.com/ropensci-review-tools/pkgsimil/issues",
"license": "https://spdx.org/licenses/MIT",
"version": "0.1.2.109",
"version": "0.1.2.110",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
Expand Down
2 changes: 2 additions & 0 deletions data-raw/release-data-script.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
library (pkgsimil)
ollama_check ()

path <- "/<path>/<to>/<ropensci>/<repos>"
packages <- fs::dir_ls (path)
embeddings <- pkgsimil_embeddings_from_pkgs (packages)
Expand Down

0 comments on commit 96527f9

Please sign in to comment.